1. 4d2e1a8 Add a note on architecture requirements. by David Benjamin · 8 years ago
  2. af2b1e8 C++ headers should be more aggressively wrapped in extern "C++". by David Benjamin · 8 years ago
  3. ec78383 Make ranged for loops work with STACK_OF(T). by David Benjamin · 8 years ago
  4. 0121953 Register stack deleters automatically. by David Benjamin · 8 years ago
  5. 13fafcd Add a warning to |SSL_get_servername|. by Adam Langley · 8 years ago
  6. ccf8057 Use functions that do not depend on the current locale. by Adam Langley · 8 years ago
  7. 22df691 Document the behaviour of non-standard separators in cipher strings. by Adam Langley · 8 years ago
  8. 2eee131 span: work around MSVC warning C4996 by Martin Kreichgauer · 8 years ago
  9. 17c3057 Add bssl::SealRecord and bssl::OpenRecord. by Martin Kreichgauer · 8 years ago
  10. ebb4a37 Define BORINGSSL_NO_CXX if !__cplusplus. by David Benjamin · 8 years ago
  11. 9f9f4ea Fix typo. by David Benjamin · 8 years ago
  12. e39ac8f Switch BORINGSSL_INTERNAL_CXX_TYPES in favor of subclassing games. by David Benjamin · 8 years ago
  13. cfc11c2 C++-ify SSL_AEAD_CTX. by David Benjamin · 8 years ago
  14. 86e95b8 Move libssl's internals into the bssl namespace. by David Benjamin · 8 years ago
  15. 0e4a448 Add ClientHello no_session_id variant. by Steven Valdez · 8 years ago
  16. 71dfad4 Add new functions for configuring the client CA list. by David Benjamin · 8 years ago
  17. 3a1dd46 Add async certificate verification callback. by David Benjamin · 8 years ago
  18. 7e9e06a Use OPENSSL_UNUSED in OPENSSL_COMPILE_ASSERT. by David Benjamin · 8 years ago
  19. dbe0158 Implement ContentType TLS 1.3 variant. by Steven Valdez · 8 years ago
  20. 81a5df4 Switch ssl_ecdh to C++. by David Benjamin · 8 years ago
  21. e8703a3 Switch a number of files to C++. by David Benjamin · 8 years ago
  22. a93a68d Fix comment for SSL_ERROR_PENDING_CERTIFICATE. by David Benjamin · 8 years ago
  23. 52586f9 Adding TLS 1.3 variant to SSL*. by Steven Valdez · 8 years ago
  24. 520e122 Implement experimental alternate encoding of TLS 1.3. by Steven Valdez · 8 years ago
  25. be483db Revise SSL_CTX_sess_set_new_cb documentation. by David Benjamin · 8 years ago
  26. 04017c1 Overhaul session resumption documentation. by David Benjamin · 8 years ago
  27. 06a6ed0 Clarify use of |SSL_VERIFY_FAIL_IF_NO_PEER_CERT| flag. by Piotr Sikora · 8 years ago
  28. 74bce29 Change EVP_AEAD_CTX_seal_scatter to support an additional plaintext input. by Martin Kreichgauer · 8 years ago
  29. 5aaaa98 Detect WatchGuard's TLS 1.3 interference failure mode. by David Benjamin · 8 years ago
  30. bfd94db Trim RSA_METHOD and ECDSA_METHOD. by David Benjamin · 8 years ago
  31. 6fff386 Support standard RFC cipher suite names alongside OpenSSL ones. by David Benjamin · 8 years ago
  32. fc08dfc Rename {ssl,ctx}->{min,max}_version. by David Benjamin · 8 years ago
  33. 4414874 Simplify ssl_private_key_* state machine points. by David Benjamin · 8 years ago
  34. babcac1 Document error behavior of AEAD seal/open methods. by Martin Kreichgauer · 8 years ago
  35. 9961dff Unwind V2ClientHello counters. by David Benjamin · 8 years ago
  36. 0d1730d Squash together states in the TLS 1.2 server Certificate flight. by David Benjamin · 8 years ago
  37. b5f55c3 Squash together TLS 1.2 states for server Finished block. by David Benjamin · 8 years ago
  38. ca74358 Test SSL_select_next_proto and SSL_get_fd. by David Benjamin · 8 years ago
  39. e831a81 Adding support for sending early data on the client. by Steven Valdez · 8 years ago
  40. b529253 Implement scrypt from RFC 7914. by David Benjamin · 8 years ago
  41. 1967094 Align EVP_PKEY Ed25519 API with upstream. by David Benjamin · 8 years ago
  42. 18d9f28 Add EVP_AEAD_CTX_{seal_scatter,open_gather}. by Martin Kreichgauer · 8 years ago
  43. 1845d0d Remove some dead code from crypto/asn1. by David Benjamin · 9 years ago
  44. 2dfa1ba Delete some dead code from crypto/x509. by David Benjamin · 9 years ago
  45. 5e61d53 Document support status of the legacy ASN.1 code. by David Benjamin · 9 years ago
  46. 42adba5 Trim unused declarations in pem.h. by David Benjamin · 9 years ago
  47. 3b33f3e Set static armcaps based on __ARM_FEATURE_CRYPTO. by David Benjamin · 8 years ago
  48. f64a6ee Switch to new delocate tool. by Adam Langley · 8 years ago
  49. 2f3404b Enforce incrementing counter for TLS 1.2 AES-GCM. by Steven Valdez · 8 years ago
  50. 806e18c Define OPENSSL_UNUSED for __clang__ as well. by David Benjamin · 8 years ago
  51. d94682d Remove ex_data's dup hook. by David Benjamin · 8 years ago
  52. 01f8a8c Convert stack.h to use inline functions. by David Benjamin · 8 years ago
  53. d55bd79 Fix SSL_COMP_get_compression_methods type signature. by David Benjamin · 8 years ago
  54. 467d322 Add FIPS-compliant key generation that calls check_fips for RSA and EC. by Steven Valdez · 8 years ago
  55. 208e239 Move OPENSSL_ASAN to base.h. by Adam Langley · 8 years ago
  56. 48b6b8f Add SSL_CIPHER_has_SHA384_HMAC. by Alessandro Ghedini · 8 years ago
  57. 1d59f6e Add a flag to toggle the buggy RSA parser. by David Benjamin · 8 years ago
  58. 93731d9 Remove old SSL min/max version functions. by David Benjamin · 8 years ago
  59. 4249481 Add EVP_AEAD_CTX_[new|free] and UniquePtr support. by Adam Langley · 8 years ago
  60. 61ae41f Use a minimal totient when generating RSA keys. by David Benjamin · 8 years ago
  61. 073391f Detach encrypt and keygen hooks from RSA_METHOD. by David Benjamin · 8 years ago
  62. 79d18bc Add crypto/rsa-level RSA-PSS functions. by David Benjamin · 8 years ago
  63. 8ee0d14 Fix comment typo. by David Benjamin · 8 years ago
  64. 9187101 Add an OPENSSL_ia32cap_get() function for C code. by David Benjamin · 8 years ago
  65. a684152 Downgrade BN_kronecker to bn_jacobi and unexport. by David Benjamin · 9 years ago
  66. 0d5bf8d Document ERR_error_string_n standalone. by David Benjamin · 8 years ago
  67. 1d134ee Add aes-(128|256)-gcm-fips-testonly mode for FIPS compatibility. by Steven Valdez · 8 years ago
  68. 8ebc9ea Update BN_enhanced_miller_rabin_primality_test to enforce preconditions and accept BN_prime_checks. by Steven Valdez · 8 years ago
  69. fc674c8 Unexport bn_correct_top and bn_wexpand. by David Benjamin · 8 years ago
  70. 378a08a Add PKCS7_get_raw_certificates. by David Benjamin · 8 years ago
  71. 6fdea2a Move PKCS#7 functions into their own directory. by David Benjamin · 8 years ago
  72. de254b4 Enforce max_early_data_size on the server. by Alessandro Ghedini · 8 years ago
  73. fc9f10f Implement Enhanced Miller-Rabin primality test for FIPS. by Steven Valdez · 8 years ago
  74. 2c45fa0 Convert bytestring_test to GTest. by David Benjamin · 8 years ago
  75. 71c21b4 Add SSL_CTX_set_verify_algorithm_prefs. by David Benjamin · 8 years ago
  76. 730d69e Add CTR-DRBG. by Adam Langley · 8 years ago
  77. b15143f Fix check_fips for public keys and synchronize the EC and RSA versions. by Steven Valdez · 8 years ago
  78. 400d0b7 Add PWCT for RSA and ECDSA for FIPS 140-2. by Steven Valdez · 8 years ago
  79. 82b2b85 Unwind multiprime RSA support. by David Benjamin · 8 years ago
  80. d403be9 Ensure consumers set up include paths properly. by David Benjamin · 8 years ago
  81. d0b9882 Add RSA_check_fips to support public key validation checks. by Steven Valdez · 8 years ago
  82. 7e06de5 Really remove DHE ciphersuites from TLS. by Matthew Braithwaite · 8 years ago
  83. a533449 Add support for 3DES-ECB. by Adam Langley · 8 years ago
  84. 4a2cc28 Unwind RSA_generate_multi_prime_key. by David Benjamin · 8 years ago
  85. 3cfeb95 Disable SSLv3 by default. by David Benjamin · 8 years ago
  86. fd49993 First part of the FIPS module. by Adam Langley · 8 years ago
  87. 6952211 Support Ed25519 in TLS. by David Benjamin · 8 years ago
  88. d69d94e Teach crypto/x509 how to verify an Ed25519 signature. by David Benjamin · 8 years ago
  89. 417830d Support EVP_PKEY_{sign,verify}_message with Ed25519. by David Benjamin · 8 years ago
  90. 05bb1c5 Implement draft-ietf-curdle-pkix-04's serialization. by David Benjamin · 8 years ago
  91. a232a71 Deprecate SSL_PRIVATE_KEY_METHOD type and max_signature_len. by David Benjamin · 8 years ago
  92. 7c83fda Add message-based EVP_PKEY APIs. by David Benjamin · 8 years ago
  93. 3e0b2ce Prune some dead constants. by David Benjamin · 8 years ago
  94. c8ff30c Add an option to allow unknown ALPN protocols. by David Benjamin · 8 years ago 3071 chromium-3071
  95. b18cb6a Make the POWER hardware capability value a global in crypto.c. by Adam Langley · 8 years ago
  96. 67bb45f Support enabling early data on SSL by Alessandro Ghedini · 8 years ago
  97. 7e9949c Import additional test vectors from RFC 8032. by David Benjamin · 8 years ago
  98. 17eeb98 Unwind the rest of EVP_PKEY_supports_digest. by David Benjamin · 8 years ago
  99. 764ab98 Support and test P-224 certificates. by Adam Langley · 8 years ago
  100. fc2d78d Document server 0-RTT behavior. by David Benjamin · 8 years ago