1. 90f0f05 Integrate TLS 1.2 sigalg and cipher suite selection by David Benjamin · 1 year, 2 months ago
  2. 23d6e4c Replace BIO_snprintf with snprintf within the library by David Benjamin · 1 year, 9 months ago
  3. 556a973f Add SSL_CIPHER_get_handshake_digest by David Benjamin · 1 year, 10 months ago
  4. 4631ccc Remove SSL_CIPHER_get_value by David Benjamin · 1 year, 10 months ago
  5. b0251b1 Disable TLS_RSA_WITH_3DES_EDE_CBC_SHA by default by David Benjamin · 2 years ago
  6. c215ce7 Use a helper function to implement get_all_foo_names functions. by Adam Langley · 1 year, 11 months ago
  7. a972b78 Add APIs to query a list of possible strings for TLS features by David Benjamin · 1 year, 11 months ago
  8. b1c6f45 Add back support for TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 by Adam Langley · 1 year, 11 months ago
  9. 4d30888 Add a more general mechanism for deprecating TLS ciphers by David Benjamin · 2 years ago
  10. d42c4e4 Specify the TLS cipher order more straightforwardly by David Benjamin · 2 years ago
  11. de2d610 Remove TLS_RSA_WITH_NULL_SHA by David Benjamin · 2 years ago
  12. 8cacbd9 Add functions to allow the mocking of AES hw support for testing. by Bob Beck · 2 years ago
  13. bf1b792 Remove SSL_CIPHER_get_rfc_name by David Benjamin · 2 years ago
  14. 00c70b8 Add locale independent implementations of isalpha, isalnum, isdigit, by Bob Beck · 2 years, 2 months ago
  15. a6981a3 More alignment with OpenSSL on TLS 1.3 cipher suite constants. by Bob Beck · 2 years, 8 months ago
  16. dfddbc4 Align with OpenSSL on TLS 1.3 cipher suite constants. by David Benjamin · 2 years, 9 months ago
  17. 493d5cb Try to require C++14. by David Benjamin · 3 years ago
  18. 8648c53 Refer to RFCs consistently. by David Benjamin · 3 years, 7 months ago
  19. 3743aaf Add SSL_CIPHER_get_protocol_id. by David Benjamin · 4 years, 6 months ago
  20. 3ba9586 Rename a number of BUF_* functions to OPENSSL_*. by David Benjamin · 5 years ago
  21. 04a89c8 Add |SSL_CIPHER_get_value| to get the IANA number of a cipher suite. by Adam Langley · 6 years ago
  22. d2ed382 Serialize SSL configuration in handoff and check it on application. by Matthew Braithwaite · 7 years ago
  23. 8525ff3 Another batch of bools. by David Benjamin · 7 years ago
  24. 8c7c635 Support symbol prefixes by Joshua Liebow-Feeser · 7 years ago
  25. c4f3b8a Add a compile time verification ciphers are sorted for bsearch() by Michał Janiszewski · 7 years ago
  26. c59b9aa Remove more remnants of SSLv3. by David Benjamin · 7 years ago
  27. 0ce090a A bunch more scopers. by David Benjamin · 7 years ago
  28. 9bb15f5 Remove SSL 3.0 implementation. by David Benjamin · 7 years ago
  29. bcfb499 Add special AES-GCM AEAD for TLS 1.3. by Adam Langley · 7 years ago
  30. 0ca9214 Temporarily restore SHA256 and SHA384 cipher suite aliases. by David Benjamin · 7 years ago
  31. 6e678ee Remove legacy SHA-2 CBC ciphers. by David Benjamin · 7 years ago
  32. 48b276d Give ssl_cipher_preference_list_st a destructor. by David Benjamin · 7 years ago
  33. fa3e9c3 Add |SSL_COMP_get[0_name|_id]|. by Adam Langley · 7 years ago
  34. e745b25 Remove trailing whitespace from ssl/. by Adam Langley · 7 years ago
  35. 3b903f2 Move the SSL_eNULL special-case into the matching function. by David Benjamin · 8 years ago
  36. 5be3a74 Remove supports_cipher hook. by David Benjamin · 7 years ago
  37. f496249 Switch int to bool in ssl_cipher.cc. by David Benjamin · 8 years ago
  38. b1b76ae Add SSL_CIPHER_get_prf_nid. by David Benjamin · 8 years ago
  39. c0e15d1 Zero memory in |OPENSSL_free|. by Martin Kreichgauer · 8 years ago
  40. c11ea942 Convert comments in ssl. by David Benjamin · 8 years ago
  41. e3bb51c Remove deprecated cipher property APIs. by David Benjamin · 8 years ago chromium-3202
  42. 348f0d8 Add OpenSSL 1.1.0's cipher property functions. by David Benjamin · 8 years ago
  43. ca9e8f5 Tidy up handshake digest logic. by David Benjamin · 8 years ago
  44. 22df691 Document the behaviour of non-standard separators in cipher strings. by Adam Langley · 8 years ago
  45. e39ac8f Switch BORINGSSL_INTERNAL_CXX_TYPES in favor of subclassing games. by David Benjamin · 8 years ago
  46. 86e95b8 Move libssl's internals into the bssl namespace. by David Benjamin · 8 years ago
  47. e64d2c7 Convert ssl_buffer, ssl_cert, and ssl_cipher to C++. by David Benjamin · 8 years ago[Renamed (98%) from ssl/ssl_cipher.c]
  48. bf5f192 Add some addition tests for the cipher parsing code and tidy. by David Benjamin · 8 years ago
  49. 6fff386 Support standard RFC cipher suite names alongside OpenSSL ones. by David Benjamin · 8 years ago
  50. 2f3404b Enforce incrementing counter for TLS 1.2 AES-GCM. by Steven Valdez · 8 years ago
  51. d55bd79 Fix SSL_COMP_get_compression_methods type signature. by David Benjamin · 8 years ago
  52. 48b6b8f Add SSL_CIPHER_has_SHA384_HMAC. by Alessandro Ghedini · 8 years ago
  53. 7e06de5 Really remove DHE ciphersuites from TLS. by Matthew Braithwaite · 8 years ago
  54. 6952211 Support Ed25519 in TLS. by David Benjamin · 8 years ago
  55. cedc6f1 Remove DHE ciphersuites from TLS. by Matthew Braithwaite · 8 years ago
  56. 91222b8 Fix configuring the empty cipher list. by David Benjamin · 8 years ago
  57. 6ad20dc Move error-on-empty-cipherlist into ssl_create_cipher_list(). by Matthew Braithwaite · 8 years ago
  58. adec772 Remove SSL_CIPHER_has_MD5_HMAC. by David Benjamin · 8 years ago
  59. a57dcfb Add new cipherlist-setting APIs that reject nonsense. by Matthew Braithwaite · 8 years ago
  60. 908ac19 Moving transcript and PRF functions to SSL_TRANSCRIPT. by Steven Valdez · 8 years ago
  61. 2e83924 Remove old ChaCha20-Poly1305 AEAD. by Adam Langley · 8 years ago
  62. 5322010 Revert "Remove old ChaCha20-Poly1305 AEAD." by Adam Langley · 8 years ago
  63. def9b46 Remove old ChaCha20-Poly1305 AEAD. by Adam Langley · 8 years ago
  64. 0726fb7 Add SSL_CIPHER_is_AEAD. by Alessandro Ghedini · 8 years ago
  65. 745745d Add SSL_CIPHER_is_static_RSA. by David Benjamin · 8 years ago
  66. 5fc99c6 There are no more MD5 ciphers. by David Benjamin · 8 years ago
  67. 17cf2cb Work around language and compiler bug in memcpy, etc. by David Benjamin · 8 years ago
  68. 651aaef Remove CECPQ1 (experimental post-quantum key agreement). by Matthew Braithwaite · 8 years ago
  69. 11a7b3c Trim ssl_create_cipher_list slightly. by David Benjamin · 8 years ago
  70. d2cb1c1 Remove cipher_list_by_id. by David Benjamin · 8 years ago
  71. abbbee1 Detach TLS 1.3 cipher configuration from the cipher language. by David Benjamin · 8 years ago
  72. 305e6fb Revise ssl_cipher_get_evp_aead. by David Benjamin · 8 years ago
  73. 3cbdc34 Add GENERIC selector for TLS 1.3 AEAD-only cipher suites. by Steven Valdez · 8 years ago
  74. 803c77a Update crypto negotation to draft 15. by Steven Valdez · 9 years ago
  75. 3e9e043 Add dummy |SSL_COMP_free_compression_methods|. by Adam Langley · 8 years ago
  76. f139c99 Return immediately when cipher-string processing fails. by Adam Langley · 8 years ago
  77. f99f244 Return immediately if a cipher command is invalid. by Adam Langley · 8 years ago
  78. 8aaa9e1 Remove RC4 from TLS for real. by Matthew Braithwaite · 9 years ago
  79. 5409123 Use C99 for size_t loops. by David Benjamin · 9 years ago
  80. 9c8c418 Remove RC4 ciphersuites from TLS. by Matt Braithwaite · 9 years ago
  81. cb96654 Adding ARRAY_SIZE macro for getting the size of constant arrays. by Steven Valdez · 9 years ago
  82. 4aa154e Adding code to send session as PSK Identity. by Steven Valdez · 9 years ago
  83. 881f196 Make ECDHE_PSK + AES_GCM unmatchable. by David Benjamin · 9 years ago
  84. 54c217c Forbid PSK ciphers in TLS 1.3 for now. by David Benjamin · 9 years ago
  85. 1fd39d8 Add TLS 1.3 record layer to go implementation. by Nick Harper · 9 years ago
  86. c9a4368 Fix the new ECDHE_PSK ciphers. by David Benjamin · 9 years ago
  87. 7975056 Fixing iv_length for TLS 1.3. by Steven Valdez · 9 years ago
  88. 0fc7df5 Add SSL_CIPHER_is_DHE. by David Benjamin · 9 years ago
  89. 3084e7b Adding ECDHE-PSK GCM Ciphersuites. by Steven Valdez · 9 years ago
  90. 053931e CECPQ1: change from named curve to ciphersuite. by Matt Braithwaite · 9 years ago
  91. c032dfa Client auth is only legal in certificate-based ciphers. by David Benjamin · 9 years ago
  92. 51545ce Remove a number of unnecessary stdio.h includes. by David Benjamin · 9 years ago
  93. 4333665 Move AES128 above AES256 by default. by David Benjamin · 9 years ago
  94. a211aee Add SSL_CIPHER_has_SHA256_HMAC. by David Benjamin · 9 years ago
  95. 5ba0689 Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result. by Brian Smith · 9 years ago
  96. 0687bdf Fix -Wformat-nonliteral violation in ssl_cipher.c. by Brian Smith · 9 years ago
  97. 4cc36ad Make it possible to tell what curve was used on the server. by David Benjamin · 9 years ago
  98. 13414b3 Implement draft-ietf-tls-chacha20-poly1305-04. by David Benjamin · 9 years ago
  99. ff2df33 Reformat the cipher suite table. by David Benjamin · 9 years ago
  100. 9f2e277 Remove strength_bits. by David Benjamin · 9 years ago