aboutsummaryrefslogtreecommitdiff
path: root/src/core/tsi
AgeCommit message (Expand)Author
2018-08-24Merge pull request #16408 from nicolasnoble/fix-tsi-ssl-auth-context-reuse-st...Nicolas Noble
2018-08-24Merge pull request #16358 from muxi/privatize-boringsslMuxi Yan
2018-08-23Fixing the SSL_REUSE auth context string attribute.Nicolas "Pixel" Noble
2018-08-23Make symbols of BoringSSL private to gRPCMuxi Yan
2018-08-22Fix a number of spelling errors.Chris Lamb
2018-08-16Move C++ mu_guard class out of C-core public headers and fix style.Mark D. Roth
2018-08-01log error messages returned from NannyYihua Zhang
2018-07-10fix potential race condition in ALTS integrity-only extra-copy modejiangtaoli2016
2018-07-02finished 1st revisionYihua Zhang
2018-07-02implement loca credentialsYihua Zhang
2018-06-28refactor extra-copy integrity-only protectorjiangtaoli2016
2018-06-27Allow extra copy in zero-copy protector integrity-only modejiangtaoli2016
2018-06-21Update to use the canonical version of LB protoDavid Garcia Quintas
2018-06-14Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanupDavid Garcia Quintas
2018-06-11Downgrade the logging for TSI_NOT_FOUND errorsncteisen
2018-06-04back to using quotes for nanopb includesDavid Garcia Quintas
2018-06-01quotes to angle brackets for nanopb includesDavid Garcia Quintas
2018-06-01Fix the inclusion "third_party/nanopb/..." to simply "..."David Garcia Quintas
2018-05-09Migrate SSL_transport_security TSI to new TSI handshaker APIjiangtaoli2016
2018-05-09Add tsi_handshaker_shutdown to TSIYihua Zhang
2018-05-03Merge pull request #15143 from jiangtaoli2016/init_opensslJiangtao Li
2018-04-21Init OpenSSL callbacks if it has not been initialized.jiangtaoli2016
2018-04-20Work-around for ref-counted subclass deletion address problem.Mark D. Roth
2018-03-23cache default SSL root cert storejiangtaoli2016
2018-03-20[grpc] Add SSL session client cache supportRuslan Nigmatullin
2018-03-16clean up alts protoYihua Zhang
2018-03-14Remove unnecessary includes of exec_ctx.hYash Tibrewal
2018-03-08Add ALTS code to grpc/coreYihua Zhang
2018-03-07Revert "Add ALTS C stack to gRPC core"Sree Kuchibhotla
2018-03-06Add ALTS code to grpc/coreYihua Zhang
2018-03-01Move assignment for Thread, make destructor optional, loop cv waitsVijay Pai
2018-02-24Merge branch 'master' into 2phase_thdVijay Pai
2018-02-23Add a sanity check for inclusion of port_platform.hAlexander Polcyn
2018-02-21Call destructor if thread was ever constructedVijay Pai
2018-02-19C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)Vijay Pai
2018-02-12Internalize gpr_thd except for id and currentidVijay Pai
2018-02-09Run clang fmtNoah Eisen
2018-02-09Autofix c casts to c++ castsNoah Eisen
2018-02-08Merge branch 'master' into gpr_reviewVijay Pai
2018-02-05fix race condition in grpc_tsi_alts_shutdown()Yihua Zhang
2018-02-02Privatize useful.h and avl.hVijay Pai
2018-01-26Merge pull request #13820 from yihuazhang/rename-gtsMark D. Roth
2018-01-23rename gts to altsYihua Zhang
2018-01-19[ssl] Reduce number of copiesRuslan Nigmatullin
2018-01-04Silence openssl 1.1.0 warningsYuchen Zeng
2017-12-06Revert "Revert "All instances of exec_ctx being passed around in src/core rem...Yash Tibrewal
2017-12-06Revert "All instances of exec_ctx being passed around in src/core removed"Yash Tibrewal
2017-11-30Merge master after no Extern C changesYash Tibrewal
2017-11-21Merge masterYash Tibrewal
2017-11-20Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cncteisen