1. 144f555 cache default SSL root cert store by jiangtaoli2016 · 6 years ago
  2. 7ae3733 [grpc] Add SSL session client cache support by Ruslan Nigmatullin · 6 years ago
  3. db3e898 Add a sanity check for inclusion of port_platform.h by Alexander Polcyn · 6 years ago
  4. c745690 Internalize gpr_thd except for id and currentid by Vijay Pai · 6 years ago
  5. 4d20a66 Run clang fmt by Noah Eisen · 6 years ago
  6. be82e64 Autofix c casts to c++ casts by Noah Eisen · 6 years ago
  7. d4d0a30 Privatize useful.h and avl.h by Vijay Pai · 7 years ago
  8. 1722640 [ssl] Reduce number of copies by Ruslan Nigmatullin · 7 years ago
  9. c6ae9b5 Silence openssl 1.1.0 warnings by Yuchen Zeng · 7 years ago
  10. 68bb1bf Merge branch 'master' of https://github.com/grpc/grpc into tracing++ by Noah Eisen · 7 years ago
  11. be98d24 clang-format after nullptr changes by Craig Tiller · 7 years ago
  12. 72afb76 Merge branch 'master' of https://github.com/grpc/grpc into tracing++ by ncteisen · 7 years ago
  13. 4782d92 s/NULL/nullptr by Craig Tiller · 7 years ago
  14. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  15. 6014e8a C++ize tracing by Craig Tiller · 7 years ago
  16. 15ce142 Reverting pb.c files for now. Also fixing few more build errors by Yash Tibrewal · 7 years ago
  17. 8306284 Changes for C to C++. Adding extern C to header files for compatibility. by Yash Tibrewal · 7 years ago[Renamed from src/core/tsi/ssl_transport_security.c]
  18. acd46e5 More pointer conversions, deprecated string to char *, goto crossing initializations by Yash Tibrewal · 7 years ago
  19. 71f217c More pointer conversion required after making build changes by Yash Tibrewal · 7 years ago
  20. 4984135 Add reference counting to tsi_ssl_handshaker_factories by Justin Burke · 7 years ago
  21. ce91f4a Attempt to fix #11011. Treating the close-notify alert as a non-error case. by Julien Boeuf · 7 years ago
  22. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  23. 84f75d4 Fix ASAN/TSAN failures by Craig Tiller · 7 years ago
  24. 8c71bde Merge pull request #10522 from jiangtaoli2016/new_tsi by David G. Quintas · 7 years ago
  25. b71ef65 more TLS cleanup. by Julien Boeuf · 7 years ago
  26. 6cb5e27 Merge branch 'master' into new_tsi by jiangtaoli2016 · 7 years ago
  27. f583975 Include <sys/socket.h> for AF_INET by Mehrdad Afshari · 7 years ago
  28. b105f5a Merge branch 'master' into new_tsi by jiangtaoli2016 · 7 years ago
  29. 935d02e Cleanup of tsi ssl handshaker factories. by Julien Boeuf · 7 years ago
  30. 20b9f94 Update TSI with new non-blocking TSI interfaces. by jiangtaoli2016 · 7 years ago
  31. b29f1fe Update include paths by Craig Tiller · 7 years ago
  32. 134fed3 Move src/core/lib/tsi --> src/core/tsi by Craig Tiller · 7 years ago[Renamed from src/core/lib/tsi/ssl_transport_security.c]
  33. 6f41788 Add zalloc, convert a bunch of files to use it by Craig Tiller · 7 years ago
  34. e3df5a0 Reverting TSI's ntop change, to avoid dependency between TSI and gRPC. by Nicolas "Pixel" Noble · 8 years ago
  35. dedb923 Clang format by murgatroid99 · 8 years ago
  36. 7871f73 Remove sockaddr type structs and socklen_t from internal core APIs, update POSIX tests by murgatroid99 · 8 years ago
  37. 9030c81 Add a libuv endpoint to the C core, for use in the Node library by murgatroid99 · 8 years ago
  38. 79b3227 refactor inet_ntop into a portability header by murgatroid99 · 8 years ago
  39. dba4c5f Add various options to verify ssl/tls client cert including letting the by Deepak Lukose · 8 years ago
  40. b29d8cf Last few mallocs / frees. by Nicolas "Pixel" Noble · 8 years ago
  41. 6415043 Merge branch 'master' of https://github.com/grpc/grpc into gpr_malloc_is_all by Nicolas "Pixel" Noble · 8 years ago
  42. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  43. 1bb17d3 Merge branch 'master' of https://github.com/grpc/grpc into gpr_malloc_is_all by Nicolas "Pixel" Noble · 8 years ago
  44. 9533d04 Fix includes by Craig Tiller · 8 years ago
  45. f23078c Stage #1 of core breakup: move everything under lib by Craig Tiller · 8 years ago[Renamed from src/core/tsi/ssl_transport_security.c]
  46. f40df23 Auto-changes by Craig Tiller · 8 years ago
  47. ee69f42 Merge pull request #5706 from deepaklukose/dev by Jan Tattermusch · 8 years ago
  48. e61cbe3 For client cert based authentication, add client cert as an AuthProperty by Deepak Lukose · 8 years ago
  49. 4a9e7c4 Improve looks_like_ip_address for IPv6 addresses, and add tests by Paul Querna · 8 years ago
  50. 27df689 Add note about refactor portability header by Paul Querna · 8 years ago
  51. 47d841d Add support for IP Addresses in Subject Alt Names. by Paul Querna · 8 years ago
  52. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  53. 0fe5ee7 BoringSSL integration: non-vsprojects changes by Craig Tiller · 9 years ago
  54. 01ac4f0 Removing warnings when using boringssl. by Julien Boeuf · 9 years ago
  55. 71a0f9d Fix clang-format script by Craig Tiller · 9 years ago
  56. a82950e clang-format all core files by Craig Tiller · 9 years ago
  57. 45724b3 indent pass to get logical source lines on one physical line by Craig Tiller · 9 years ago
  58. f96dfc3 First round of fixing up implicit 64->32 bit conversions by Craig Tiller · 9 years ago
  59. 3121fd4 Sign conversion fixes by Craig Tiller · 9 years ago
  60. d6c98df clang-format all source by Craig Tiller · 9 years ago
  61. 5029b30 Adding option to force client auth on the server SSL creds. by Julien Boeuf · 9 years ago
  62. 3e29de1 Adressing comments. by Julien Boeuf · 9 years ago
  63. d153132 Adding NPN support if ALPN support is not available. by Julien Boeuf · 9 years ago
  64. 8c67d17 Standardize on |BIO_pending| and |BIO_wpending|. by Julien Boeuf · 9 years ago
  65. 6202f7d Merge pull request #1580 from jboeuf/tsi_properties_cleanup by Nicolas Noble · 9 years ago
  66. 77e8c1c Clean up tsi properties. by Julien Boeuf · 9 years ago
  67. 766d77c Include <openssl/crypto.h> to make sure it compiles with boringssl. by Ming Zhao · 9 years ago
  68. 330f4c8 Fix includes for Boring SSL. by Julien Boeuf · 9 years ago
  69. 2f22346 Fixing errors found by clang static analysis. by Julien Boeuf · 9 years ago
  70. 2ad8d21 strcmp: change all !str[n]cmp to str[n]cmp == 0 by Ronnie Sahlberg · 9 years ago
  71. 980f600 Adding support to enable tracing in tsi. by Julien Boeuf · 9 years ago
  72. 363eb8e Fix read through null pointer by Craig Tiller · 9 years ago
  73. 36ccead Merge pull request #735 from jboeuf/fix_ssl_san by Craig Tiller · 9 years ago
  74. 0170a6c Addressing another round of comments. by Julien Boeuf · 9 years ago
  75. 9fff77e Addressing comments. by Julien Boeuf · 9 years ago
  76. 3be76ac Fix potential leak by Craig Tiller · 9 years ago
  77. 597a4f2 Verifying the peer name on the X509 Certs correctly. by Julien Boeuf · 9 years ago
  78. 54f9a65 32 bit compilation fixes for core by Craig Tiller · 9 years ago
  79. 190d360 Add missing new-lines at end of file by Craig Tiller · 9 years ago
  80. 0605995 Update copyright to 2015 by Craig Tiller · 9 years ago
  81. 4a0a394 Fixing tsan errors in OpenSSL (#319) by Julien Boeuf · 10 years ago
  82. 213ed91 Re-enabling errors on warning, disabling unused parameter warning, and fixing all subsequent errors. by Nicolas "Pixel" Noble · 10 years ago
  83. 5fd0d29 run clang-format by Yang Gao · 10 years ago
  84. ecd4934 Use clang-format-3.5 by Craig Tiller · 10 years ago
  85. b222b4d Changing size type in Transport Security (TSI) from uint32_t to size_t: by Julien Boeuf · 10 years ago
  86. b5dcec5 clang-format codebase by Craig Tiller · 10 years ago
  87. 8a23a3d Replacing pthread_once by gpr_once, in the opensource conversion. by nnoble · 10 years ago
  88. 0c475f0 Updating moe_db.txt with the latest equivalence since the ruby import changed the exported structure. by nnoble · 10 years ago
  89. b7ebd3b Initial import. by Nicolas Noble · 10 years ago