aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/security
Commit message (Collapse)AuthorAge
* Add C++ ApiGravatar Garrett Casto2016-10-04
|
* Add various options to verify ssl/tls client cert including letting theGravatar Deepak Lukose2016-04-19
| | | | application handle the authentication.
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Merge branch 'master' of github.com:grpc/grpc into guard_checkGravatar David Garcia Quintas2016-03-17
|\
* | Fixed include guardsGravatar David Garcia Quintas2016-03-15
| |
| * docstringsGravatar David Garcia Quintas2016-03-08
|/
* add missing base classGravatar yang-g2016-02-08
|
* After GrpcLibrary refactoring. Compiles and passes. WIP stillGravatar David Garcia Quintas2016-01-27
|
* copyrightsGravatar David Garcia Quintas2016-01-25
|
* Further work. Compiles. WIPGravatar David Garcia Quintas2016-01-25
|
* Add copyright checks to sanity; make them verify copyright year is validGravatar Craig Tiller2016-01-04
|
* Fixing cpp auth doc pointers.Gravatar Julien Boeuf2015-12-28
|
* Clang format.Gravatar Nicolas "Pixel" Noble2015-12-01
|
* Improving documentation.Gravatar Julien Boeuf2015-11-25
|
* Fixing typo.Gravatar Julien Boeuf2015-11-25
|
* Cpp example of how the plugins can be done.Gravatar Julien Boeuf2015-11-19
|
* Successfully compile C++ libary (not tests yet).Gravatar Julien Boeuf2015-10-12
|
* Add clang-format to sanityGravatar Craig Tiller2015-09-24
|
* It is a bad idea to have a map with string_refs as output params.Gravatar Julien Boeuf2015-09-22
| | | | | This is very much unsafe as the string_ref could point on a stack variable of the callee.
* Credentials plugin fixes (after the branch was merged).Gravatar Julien Boeuf2015-09-21
|
* Merge branch 'master' of github.com:grpc/grpc into core_creds_pluginGravatar Julien Boeuf2015-09-15
|\
| * Removed grpc_security.h from auth_context.hGravatar David Garcia Quintas2015-09-03
| |
| * Replicate C++ docs from master to beta branchGravatar Craig Tiller2015-09-03
| | | | | | | | Original PR #3074 by @dgquintas
* | Design and implementation of the core credentials plugin API.Gravatar Julien Boeuf2015-08-31
|/ | | | | | - We use C++ as an example to show how this API can be used while still providing an idiomatic interface in the wrapped language of choice. - No testing yet.
* Shuffling headers around.Gravatar Julien Boeuf2015-08-28