1. 57e81e6 Name |select_certificate_cb| return values by Alessandro Ghedini · 8 years ago
  2. 2d05568 Fix out-of-memory condition in conf. by David Benjamin · 8 years ago
  3. 8c64679 Remove BIGNUM and CBIGNUM crypto/asn1 types. by David Benjamin · 8 years ago
  4. eb30288 Remove crypto/asn1 LONG and ZLONG. by David Benjamin · 8 years ago
  5. edb7299 Fix typo in the |ssl_ticket_aead_success| documentation by Alessandro Ghedini · 8 years ago
  6. 438229a Correct a typo in ASN.1 type name. by Victor Vasiliev · 8 years ago
  7. 48e1d18 Restore SSL_CTX_set_ecdh_auto compatibility hook. by David Benjamin · 8 years ago
  8. 4c341d0 Support asynchronous ticket decryption with TLS 1.0–1.2. by Adam Langley · 8 years ago
  9. be49706 Rename initial_ctx to session_ctx. by David Benjamin · 8 years ago
  10. 6ad20dc Move error-on-empty-cipherlist into ssl_create_cipher_list(). by Matthew Braithwaite · 8 years ago
  11. d04ca95 Add |SSL[_CTX]_set_chain_and_key|. by Adam Langley · 8 years ago
  12. 35ac5b7 Export server-side ticket_age skew. by David Benjamin · 8 years ago
  13. fe36672 Allow users of the |CRYPTO_BUFFER|-based methods to verify certs after the handshake. by Adam Langley · 8 years ago
  14. 8ebeabf Add SSL_CTX_get_ciphers. by David Benjamin · 8 years ago
  15. f29c429 Remove support for old-style SSL_PRIVATE_KEY_METHOD types. by David Benjamin · 8 years ago
  16. f465461 Add SSL_get0_peer_certificates. by David Benjamin · 8 years ago
  17. 924a352 Remove experimental TLS 1.3 short record header extension. by Steven Valdez · 8 years ago
  18. d6c22ee Add |SSL_get0_server_requested_CAs|. by Adam Langley · 8 years ago
  19. a58baaf Forbid the server certificate from changing on renego. by David Benjamin · 8 years ago
  20. ad8f5e1 Don't use long for timestamps. by David Benjamin · 8 years ago
  21. 11c8289 Remove support for blocking DTLS timeout handling. by David Benjamin · 8 years ago
  22. 39425b0 Add |TLS_with_buffers_method|. by Adam Langley · 8 years ago
  23. 34b4c82 Hold CA names as |CRYPTO_BUFFER|s. by Adam Langley · 8 years ago
  24. adec772 Remove SSL_CIPHER_has_MD5_HMAC. by David Benjamin · 8 years ago
  25. de5c325 Fix SSL_write doc comment by Michel Lespinasse · 8 years ago
  26. a57dcfb Add new cipherlist-setting APIs that reject nonsense. by Matthew Braithwaite · 8 years ago
  27. c4796c9 ECDSA: const EC_KEY* arguments where possible. by Matthew Braithwaite · 8 years ago
  28. 699e55b Unexport time_support.h. by David Benjamin · 8 years ago
  29. c92f29d Remove freelist_max_len. by David Benjamin · 8 years ago
  30. 3e8b782 Remove "raw" versions of PKCS8_encrypt and PKCS8_decrypt. by David Benjamin · 8 years ago
  31. 5960a90 Move sid_ctx from SSL/SSL_CTX to CERT. by David Benjamin · 8 years ago
  32. 26e1ff3 Remove some unnecessary return values. by David Benjamin · 8 years ago
  33. 27a9e6a Adding ALPN to session. by Steven Valdez · 8 years ago
  34. 83a3212 Move SCT lists and OCSP responses to CERT. by David Benjamin · 8 years ago
  35. 16b1b1d Simplify state and info_callback management. by David Benjamin · 8 years ago
  36. 77458a4 Avoid transitioning into SSL_ST_OK and back out. by David Benjamin · 8 years ago
  37. 9e766d7 Unexport the handshake's internal state. by David Benjamin · 8 years ago
  38. 46db7af Remove |X509| things from SSL_SESSION. by Adam Langley · 8 years ago
  39. 908ac19 Moving transcript and PRF functions to SSL_TRANSCRIPT. by Steven Valdez · 8 years ago
  40. b987355 Add BN_is_pow2, BN_mod_pow2, and BN_nnmod_pow2. by Rob Sloan · 8 years ago
  41. 3509dac Add |X509_METHOD| and, using it, move many functions to ssl_x509.c. by Adam Langley · 8 years ago
  42. dc8c1d9 Remove some dead state constants. by David Benjamin · 8 years ago
  43. 8df6766 Support setting per-connection SCT list by Alessandro Ghedini · 8 years ago
  44. 33fe4a0 Remove support for setting per-connection default session timeout by Alessandro Ghedini · 8 years ago
  45. 3f2611a Hide SSL struct. by David Benjamin · 8 years ago
  46. 58966a4 Remove legacy ChaCha20-Poly1305 cipher name aliases. by David Benjamin · 8 years ago
  47. 2056f63 Recommend ex_data for SSL_CTX_set_cert_verify_callback. by David Benjamin · 8 years ago
  48. bdcfd13 Move the SSL BIO into ssl/ from decrepit/. by Adam Langley · 8 years ago
  49. 42bfeb3 Remove an unnecessary TLS 1.2 ClientHello state. by David Benjamin · 8 years ago
  50. 17b3083 Use a separate timeout scheme for TLS 1.3. by David Benjamin · 8 years ago
  51. 0b1bb12 Push the SSL_CTX session_timeout zero logic up. by David Benjamin · 8 years ago
  52. 41a26e8 Remove buffer BIOs. by David Benjamin · 8 years ago
  53. 258508f Adding V2ClientHello counter. by Steven Valdez · 8 years ago
  54. 16315f7 Remove the rest of write_message. by David Benjamin · 8 years ago
  55. daf207a Don't use the buffer BIO in TLS. by David Benjamin · 8 years ago
  56. 1a999cf Don't use the buffer BIO in DTLS. by David Benjamin · 8 years ago
  57. 330282a Remove SHA_LBLOCK and SHA_LONG. by David Benjamin · 8 years ago
  58. 5db7c9b Get OPENSSL_COMPILE_ASSERT working in function bodies. by David Benjamin · 8 years ago
  59. 958346a Run select_certificate_cb multiple times by Alessandro Ghedini · 8 years ago
  60. 07820b5 Add a getter for SSL_set_session_id_context. by David Benjamin · 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. 6752efd Never send SNI warning alerts. by David Benjamin · 8 years ago
  64. def9b46 Remove old ChaCha20-Poly1305 AEAD. by Adam Langley · 8 years ago
  65. 0726fb7 Add SSL_CIPHER_is_AEAD. by Alessandro Ghedini · 8 years ago
  66. c253864 Remove some node.js hacks. by David Benjamin · 8 years ago
  67. c80e416 Add support for Fuchsia in crypto/rand. by Aaron Green · 8 years ago
  68. 745745d Add SSL_CIPHER_is_static_RSA. by David Benjamin · 8 years ago
  69. 5fc99c6 There are no more MD5 ciphers. by David Benjamin · 8 years ago
  70. dcecdfd Fix a couple of missing spaces in comments. by Adam Langley · 8 years ago
  71. 1d6eeb3 Spellcheck our public headers. by David Benjamin · 8 years ago
  72. 0a211df Remove BN_FLG_CONSTTIME. by David Benjamin · 8 years ago
  73. d261004 Report TLS 1.3 as supporting secure renegotiation. by David Benjamin · 8 years ago
  74. 8f3f6be Const-correct the PKCS8 salt parameter. by David Benjamin · 8 years ago
  75. 35349e9 Unexport PKCS5 functions. by David Benjamin · 8 years ago
  76. 45573cc Add Little-endian BIGNUM conversions by Rob Sloan · 8 years ago
  77. 08b65f4 Enabling 0-RTT on new Session Tickets. by Steven Valdez · 8 years ago
  78. 55696ce Remove lh_new's default hash and comparator. by David Benjamin · 8 years ago
  79. 2ee1edf Add BN_get_u64 so that Android doesn't have to reach into the BIGNUM structs by Rob Sloan · 8 years ago
  80. 6cc9038 Reimplement objects.pl in Go. by David Benjamin · 9 years ago
  81. 6f600d6 Add experimental TLS 1.3 short record header extension. by David Benjamin · 8 years ago
  82. 28feb92 Add |X509_STORE_set0_additional_untrusted|. by Adam Langley · 8 years ago
  83. 9f05de4 Remove the non-no_branch branch of BN_div. by Brian Smith · 9 years ago
  84. 65fb425 Remove version-specific cipher lists. by David Benjamin · 8 years ago
  85. a36255c Fix RSA-PSS documentation. by David Benjamin · 8 years ago
  86. 629db8c Add |SSL_get_peer_full_cert_chain|. by Adam Langley · 8 years ago
  87. fcd714d Add CBS functions for working with BIT STRINGs. by David Benjamin · 8 years ago
  88. f1050fd Preserve the peer signature algorithm across resumes. by David Benjamin · 8 years ago
  89. 4882a6c Replace key_exchange_info with group_id. by David Benjamin · 8 years ago
  90. 5488122 Remove SSL_get_dhe_group_size. by David Benjamin · 8 years ago
  91. d515722 Don't depend on the X509 code for getting public keys. by Adam Langley · 8 years ago
  92. d519bf6 Add |SSL_CTX_set0_buffer_pool|. by Adam Langley · 8 years ago
  93. 68e7124 Hold certificates in an SSL_SESSION as CRYPTO_BUFFERSs as well. by Adam Langley · 8 years ago
  94. 364f7a6 Push the difference in chain semantics to the edge. by Adam Langley · 8 years ago
  95. cb0c29f Move state and next_state to SSL_HANDSHAKE. by David Benjamin · 8 years ago
  96. 5edfc8c Emulate the client_cert_cb with cert_cb. by David Benjamin · 8 years ago
  97. 5888946 Remove SSL_CTX_get_client_cert_cb. by David Benjamin · 8 years ago
  98. 888d5cc Remove unused SSL_want_* macros. by David Benjamin · 8 years ago
  99. 5b1f07e Remove unused BIO_RR_* values. by David Benjamin · 8 years ago
  100. edb4c79 Add yet another way to spell 32. by David Benjamin · 8 years ago