aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/security/transport/security_connector.h
Commit message (Collapse)AuthorAge
* more TLS cleanup.Gravatar Julien Boeuf2017-04-26
| | | | | | | - using NULL-terminated strings as opposed to const unsigned char * with length since the credentials are in PEM format. - aligning the structures with gRPC so that we have less convertions to do back and forth.
* Update include pathsGravatar Craig Tiller2017-03-28
|
* Secure naming support for gRPCLBGravatar David Garcia Quintas2017-02-07
|
* Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-12
|\
* \ Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-06
|\ \
| | * Clarify comment.Gravatar Mark D. Roth2016-12-06
| | |
| | * Rename *_create_handshakers() to *_add_handshakers().Gravatar Mark D. Roth2016-12-06
| |/
| * clang-formatGravatar Mark D. Roth2016-12-01
| |
| * Add locking in security handshaker.Gravatar Mark D. Roth2016-11-29
| |
| * Changed security handshakers to use generic handshaker API.Gravatar Mark D. Roth2016-11-16
| |
* | Convert more users of grpc_slice_unref --> grpc_slice_unref_internalGravatar Craig Tiller2016-10-31
|/
* s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
|
* clang-formatGravatar Mark D. Roth2016-08-04
|
* Change handshaker API to use a read buffer to pass leftover bytes readGravatar Mark D. Roth2016-08-04
| | | | between handshakers.
* Handshake timeout implemented, and compilesGravatar Craig Tiller2016-06-14
|
* Getting handshake timeouts in placeGravatar Craig Tiller2016-06-13
|
* Refactoring the core security code.Gravatar Julien Boeuf2016-05-04
As opposed to a flat directory, we now have the following structure: - security -context - credentials - composite - fake - google_default - iam - jwt - oauth2 - plugin - ssl - transport - util We have not refactored the test code yet but this PR is already large enough...