aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/tsi
Commit message (Collapse)AuthorAge
* Merge pull request #17055 from danieljoos/openssl_v_1_1Gravatar Nicolas Noble2018-12-18
|\ | | | | Enable compilation with OpenSSL 1.1 API
* | Set SSL_CTX_set_verify even if pem_client_root_certs is nullGravatar jiangtaoli20162018-12-13
| |
* | re-order ALTS log messages.Gravatar Yihua Zhang2018-12-03
| |
* | remove ALTS shared resourcesGravatar Yihua Zhang2018-11-13
| |
* | create internal version of grpc_call_cancel.Gravatar Yihua Zhang2018-11-12
| |
* | use gRPC thread modelGravatar Yihua Zhang2018-11-01
| |
| * Enable compilation with OpenSSL 1.1 APIGravatar Daniel Joos2018-10-30
|/ | | | | This adds the possibility to compile the core library against OpenSSL 1.1 without backwards-compatible/deprecated API enabled. It also adds missing include statements in `jwt_verifier.cc` that are required to build with OpenSSL 1.1 (as the `BN_` and `RSA_` APIs are used there).
* security connector refactorGravatar Yihua Zhang2018-10-22
|
* Revert "Revert "Create and pass pollset_set to ALTS TSI handshaker""Gravatar yihuaz2018-10-05
|
* Revert "Create and pass pollset_set to ALTS TSI handshaker"Gravatar Jan Tattermusch2018-10-05
|
* pass a pollset_set to ALTS TSI handshakerGravatar Yihua Zhang2018-10-02
|
* use grpc_slice_unref_internal inside grpcGravatar Yash Tibrewal2018-08-31
|
* Merge pull request #16209 from ncteisen/bugprone-undefined-memory-manipulationGravatar Noah Eisen2018-08-31
|\ | | | | Clang Tidy: Bugprone Undefined Memory Manipulation
| * Fix all instances of bugprone-undefined-memory-manipulationGravatar ncteisen2018-08-29
| |
* | Merge pull request #16408 from ↵Gravatar Nicolas Noble2018-08-24
|\ \ | | | | | | | | | | | | nicolasnoble/fix-tsi-ssl-auth-context-reuse-string Fixing the SSL_REUSE auth context string attribute.
* \ \ Merge pull request #16358 from muxi/privatize-boringsslGravatar Muxi Yan2018-08-24
|\ \ \ | | | | | | | | Make symbols of BoringSSL private
| | * | Fixing the SSL_REUSE auth context string attribute.Gravatar Nicolas "Pixel" Noble2018-08-23
| | | | | | | | | | | | | | | | "true" and "false" are strings, so use similar code that of the cstring variant. Otherwise, the generated properties will have an embedded zero in there.
| * | | Make symbols of BoringSSL private to gRPCGravatar Muxi Yan2018-08-23
| | |/ | |/|
* | | Fix a number of spelling errors.Gravatar Chris Lamb2018-08-22
| |/ |/|
* | Move C++ mu_guard class out of C-core public headers and fix style.Gravatar Mark D. Roth2018-08-16
|/
* log error messages returned from NannyGravatar Yihua Zhang2018-08-01
|
* fix potential race condition in ALTS integrity-only extra-copy modeGravatar jiangtaoli20162018-07-10
|
* finished 1st revisionGravatar Yihua Zhang2018-07-02
|
* implement loca credentialsGravatar Yihua Zhang2018-07-02
|
* refactor extra-copy integrity-only protectorGravatar jiangtaoli20162018-06-28
|
* Allow extra copy in zero-copy protector integrity-only modeGravatar jiangtaoli20162018-06-27
|
* Update to use the canonical version of LB protoGravatar David Garcia Quintas2018-06-21
|
* Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanupGravatar David Garcia Quintas2018-06-14
|\
| * Downgrade the logging for TSI_NOT_FOUND errorsGravatar ncteisen2018-06-11
| |
* | back to using quotes for nanopb includesGravatar David Garcia Quintas2018-06-04
| |
* | quotes to angle brackets for nanopb includesGravatar David Garcia Quintas2018-06-01
| |
* | Fix the inclusion "third_party/nanopb/..." to simply "..."Gravatar David Garcia Quintas2018-06-01
|/
* Migrate SSL_transport_security TSI to new TSI handshaker APIGravatar jiangtaoli20162018-05-09
|
* Add tsi_handshaker_shutdown to TSIGravatar Yihua Zhang2018-05-09
|
* Merge pull request #15143 from jiangtaoli2016/init_opensslGravatar Jiangtao Li2018-05-03
|\ | | | | Init OpenSSL callbacks if it has not been initialized.
| * Init OpenSSL callbacks if it has not been initialized.Gravatar jiangtaoli20162018-04-21
| |
* | Work-around for ref-counted subclass deletion address problem.Gravatar Mark D. Roth2018-04-20
|/
* cache default SSL root cert storeGravatar jiangtaoli20162018-03-23
|
* [grpc] Add SSL session client cache supportGravatar Ruslan Nigmatullin2018-03-20
|
* clean up alts protoGravatar Yihua Zhang2018-03-16
|
* Remove unnecessary includes of exec_ctx.hGravatar Yash Tibrewal2018-03-14
|
* Add ALTS code to grpc/coreGravatar Yihua Zhang2018-03-08
|
* Revert "Add ALTS C stack to gRPC core"Gravatar Sree Kuchibhotla2018-03-07
|
* Add ALTS code to grpc/coreGravatar Yihua Zhang2018-03-06
|
* Move assignment for Thread, make destructor optional, loop cv waitsGravatar Vijay Pai2018-03-01
|
* Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-02-24
|\
| * Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
| |
* | Call destructor if thread was ever constructedGravatar Vijay Pai2018-02-21
| |
* | C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)Gravatar Vijay Pai2018-02-19
|/
* Internalize gpr_thd except for id and currentidGravatar Vijay Pai2018-02-12
|