1. 9533d04 Fix includes by Craig Tiller · 8 years ago
  2. f23078c Stage #1 of core breakup: move everything under lib by Craig Tiller · 8 years ago[Renamed from src/core/security/security_connector.c]
  3. e61cbe3 For client cert based authentication, add client cert as an AuthProperty by Deepak Lukose · 8 years ago
  4. 4f4d37c Have a dedicated server security connector. by Julien Boeuf · 8 years ago
  5. 732a875 Add a sanity test for name aliasing by Craig Tiller · 8 years ago
  6. 841c726 Merge github.com:grpc/grpc into sceq by Craig Tiller · 9 years ago
  7. 434eda4 ooops, forgot this... by Julien Boeuf · 9 years ago
  8. aaebf7a Changing the API to use a callback mechanism. by Julien Boeuf · 9 years ago
  9. a50da47 Addressing comments. by Julien Boeuf · 9 years ago
  10. 373debd Adding a function to override the ssl default roots path. by Julien Boeuf · 9 years ago
  11. 5de79ee clang-format by Craig Tiller · 9 years ago
  12. edc2fff Channel args comparisons by Craig Tiller · 9 years ago
  13. c506e24 Update copyrights by Craig Tiller · 9 years ago
  14. be52c6e clang-format code by Craig Tiller · 9 years ago
  15. 1d9ac66 Removing the peer from the SSL security connector. by Julien Boeuf · 9 years ago
  16. 366f42c Removing the auth context from the security connector. by Julien Boeuf · 9 years ago
  17. d88e1d8 merge with head and resolve conflict by yang-g · 9 years ago
  18. 5e72a35 make security_connector manage pending handshaker, while handshaker owns tcp by yang-g · 9 years ago
  19. 5e7f08a move pending tcp management from server to connector by yang-g · 9 years ago
  20. b113649 clang-format by Craig Tiller · 9 years ago
  21. 441176d Got core to compile (without the tests) by Julien Boeuf · 9 years ago
  22. 565b18b clang-format all core files by Craig Tiller · 9 years ago
  23. 82f9bd8 Update Windows stuff by Craig Tiller · 9 years ago
  24. a82950e clang-format all core files by Craig Tiller · 9 years ago
  25. 8af4c33 Final patches for rename by Craig Tiller · 9 years ago
  26. 9f7dc3a Move argument passing to start of list by Craig Tiller · 9 years ago
  27. 1be70cc Move arguments to the start of lists by Craig Tiller · 9 years ago
  28. 45724b3 indent pass to get logical source lines on one physical line by Craig Tiller · 9 years ago
  29. d9ccbbf Rename call_list to closure_list by Craig Tiller · 9 years ago
  30. 10ee274 Merge github.com:grpc/grpc into we-are-one by Craig Tiller · 9 years ago
  31. d1bec03 Call list progress by Craig Tiller · 9 years ago
  32. e9961d2 Merge branch 'master' of github.com:grpc/grpc into security_connector_refactoring by Julien Boeuf · 9 years ago
  33. 46f2d34 Move the default roots check before allocation by yang-g · 9 years ago
  34. db5282b Transfer the ownership of the handshaker. by Julien Boeuf · 9 years ago
  35. 87047d7 Security connector is now responsible for the handshake. by Julien Boeuf · 9 years ago
  36. be043d9 Merge branch 'auth_md_processor' of github.com:jboeuf/grpc into complain-with-both-passion-and-meaning by Craig Tiller · 9 years ago
  37. 5029b30 Adding option to force client auth on the server SSL creds. by Julien Boeuf · 9 years ago
  38. ea456fc Server auth metadata processor. by Julien Boeuf · 9 years ago
  39. b367153 clang-format changed files by Craig Tiller · 9 years ago
  40. 5d44c06 Refcounting fixes and debugging, empty batch stability fixes by Craig Tiller · 9 years ago
  41. 991edad SSL refcounting fixes by Craig Tiller · 9 years ago
  42. bcd1ff2 Merge pull request #2143 from murgatroid99/core_security_conversion_warnings by jboeuf · 9 years ago
  43. e582d09 Fixed integer conversion warnings in src/core/security by murgatroid99 · 9 years ago
  44. a701ade Fixing ssl auth context. by Julien Boeuf · 9 years ago
  45. 701af60 Expose gpr_asprintf and gpr_strdup by Masood Malekghassemi · 9 years ago
  46. 84d964a API for auth context and server-side secure transport only impl. by Julien Boeuf · 9 years ago
  47. c6f8d0a Starting on low level changes to support server side authentication. by Julien Boeuf · 9 years ago
  48. cf4124e Putting tsi util in header so that it can be used elsewhere. by Julien Boeuf · 9 years ago
  49. 77e8c1c Clean up tsi properties. by Julien Boeuf · 9 years ago
  50. 7d1d9ca Refactoring of core security to remove the factories. by Julien Boeuf · 9 years ago[Renamed (65%) from src/core/security/security_context.c]
  51. 28d75d9 Adding option to add a null terminator when loading a file. by Julien Boeuf · 9 years ago
  52. b285aab Share mdctx between secure channels by Craig Tiller · 9 years ago
  53. 2ad8d21 strcmp: change all !str[n]cmp to str[n]cmp == 0 by Ronnie Sahlberg · 9 years ago
  54. 29f1314 Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  55. deb49dd Strip port in peer name check by Craig Tiller · 9 years ago
  56. 2e6a91b7 Merge pull request #776 from jboeuf/ssl_cipher_suites by Abhishek Kumar · 9 years ago
  57. d43f0c3 Addressing comments. by Julien Boeuf · 9 years ago
  58. 8d6ec91 Using HTTP2 compliant cipher suites by default. by Julien Boeuf · 9 years ago
  59. 7fa3f41 Removing port from checked ssl target name. by Julien Boeuf · 9 years ago
  60. e8eb8a4 Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  61. 74ae8f6 Merge pull request #710 from jboeuf/default_google_creds by Craig Tiller · 9 years ago
  62. c66f2a8 Addressing iniitial feedback. by Julien Boeuf · 9 years ago
  63. 42bc87c Update C++ server with new core API by Craig Tiller · 9 years ago
  64. 161ea23 Actually installing root certificates on the system. by Nicolas "Pixel" Noble · 9 years ago
  65. b87d176 Merge branch 'master' of github.com:google/grpc into installed_ssl_roots-patch by Nicolas "Pixel" Noble · 9 years ago
  66. c5b9692 Merge pull request #641 from jboeuf/jwt_id_token by Yang Gao · 9 years ago
  67. 3e00179 Adding roots.pem from Mozilla and associated logic. by Julien Boeuf · 9 years ago
  68. cc07b2d Merge pull request #665 from nicolasnoble/ssl-prefix by jboeuf · 9 years ago
  69. 7274382 Defining an installation prefix for grpc's root certs at compilation time. by Nicolas "Pixel" Noble · 9 years ago
  70. 1bc21a4 Removing the hardcoded SSL roots. by Julien Boeuf · 9 years ago
  71. 2c29920 Revert "Adding a constant for a well known place where the SSL roots are installed." by Nicolas Noble · 9 years ago
  72. d0c0a9d Adding a constant for a well known place where the SSL roots are installed. by Julien Boeuf · 9 years ago
  73. f47a5cb Implementing JWT credentials (a.k.a JWT ID Tokens). by Julien Boeuf · 9 years ago
  74. 190d360 Add missing new-lines at end of file by Craig Tiller · 9 years ago
  75. 0605995 Update copyright to 2015 by Craig Tiller · 9 years ago
  76. 5882b53 Fixing memleak. by Julien Boeuf · 9 years ago
  77. 54b2192 Adding call host (:authority header) check in the secure channel. by Julien Boeuf · 9 years ago
  78. 026a417 Adding support for loading the SSL roots from an environment variable. by Julien Boeuf · 10 years ago
  79. 485d776 Move string.h to internal code by Craig Tiller · 10 years ago
  80. 8fbcc43 Changing the SSL (Server) Credentials API. by Julien Boeuf · 10 years ago
  81. ecd4934 Use clang-format-3.5 by Craig Tiller · 10 years ago
  82. b222b4d Changing size type in Transport Security (TSI) from uint32_t to size_t: by Julien Boeuf · 10 years ago
  83. ed0cbc8 Review changes for :scheme conversion to http[s] by David Klempner · 10 years ago
  84. a1e8693 Send a scheme of http or https as appropriate, rather than grpc. by David Klempner · 10 years ago
  85. b5dcec5 clang-format codebase by Craig Tiller · 10 years ago
  86. 6ad120e Moving the google-internal security code in their own files. by jboeuf · 10 years ago
  87. 4105e2b Add ServiceAccount Credentials wrapping and handle credentials creation by yangg · 10 years ago
  88. 2bbb6c4 Remove endpoint/ directories. by ctiller · 10 years ago
  89. 48b5a45 Advertise h2-16, h2-15, h2-14, and accept any of them. by ctiller · 10 years ago
  90. 1ef8175 Automated g4 rollback of changelist 81719124. by ctiller · 10 years ago
  91. 84518b4 Advertise h2-16, h2-15, h2-14, and accept any of them. by ctiller · 10 years ago
  92. 0c475f0 Updating moe_db.txt with the latest equivalence since the ruby import changed the exported structure. by nnoble · 10 years ago
  93. b7ebd3b Initial import. by Nicolas Noble · 10 years ago