1. 42adba5 Trim unused declarations in pem.h. by David Benjamin · 8 years ago
  2. 3b33f3e Set static armcaps based on __ARM_FEATURE_CRYPTO. by David Benjamin · 8 years ago
  3. f64a6ee Switch to new delocate tool. by Adam Langley · 8 years ago
  4. 2f3404b Enforce incrementing counter for TLS 1.2 AES-GCM. by Steven Valdez · 8 years ago
  5. 806e18c Define OPENSSL_UNUSED for __clang__ as well. by David Benjamin · 8 years ago
  6. d94682d Remove ex_data's dup hook. by David Benjamin · 8 years ago
  7. 01f8a8c Convert stack.h to use inline functions. by David Benjamin · 8 years ago
  8. d55bd79 Fix SSL_COMP_get_compression_methods type signature. by David Benjamin · 8 years ago
  9. 467d322 Add FIPS-compliant key generation that calls check_fips for RSA and EC. by Steven Valdez · 8 years ago
  10. 208e239 Move OPENSSL_ASAN to base.h. by Adam Langley · 8 years ago
  11. 48b6b8f Add SSL_CIPHER_has_SHA384_HMAC. by Alessandro Ghedini · 8 years ago
  12. 1d59f6e Add a flag to toggle the buggy RSA parser. by David Benjamin · 8 years ago
  13. 93731d9 Remove old SSL min/max version functions. by David Benjamin · 8 years ago
  14. 4249481 Add EVP_AEAD_CTX_[new|free] and UniquePtr support. by Adam Langley · 8 years ago
  15. 61ae41f Use a minimal totient when generating RSA keys. by David Benjamin · 8 years ago
  16. 073391f Detach encrypt and keygen hooks from RSA_METHOD. by David Benjamin · 8 years ago
  17. 79d18bc Add crypto/rsa-level RSA-PSS functions. by David Benjamin · 8 years ago
  18. 8ee0d14 Fix comment typo. by David Benjamin · 8 years ago
  19. 9187101 Add an OPENSSL_ia32cap_get() function for C code. by David Benjamin · 8 years ago
  20. a684152 Downgrade BN_kronecker to bn_jacobi and unexport. by David Benjamin · 8 years ago
  21. 0d5bf8d Document ERR_error_string_n standalone. by David Benjamin · 8 years ago
  22. 1d134ee Add aes-(128|256)-gcm-fips-testonly mode for FIPS compatibility. by Steven Valdez · 8 years ago
  23. 8ebc9ea Update BN_enhanced_miller_rabin_primality_test to enforce preconditions and accept BN_prime_checks. by Steven Valdez · 8 years ago
  24. fc674c8 Unexport bn_correct_top and bn_wexpand. by David Benjamin · 8 years ago
  25. 378a08a Add PKCS7_get_raw_certificates. by David Benjamin · 8 years ago
  26. 6fdea2a Move PKCS#7 functions into their own directory. by David Benjamin · 8 years ago
  27. de254b4 Enforce max_early_data_size on the server. by Alessandro Ghedini · 8 years ago
  28. fc9f10f Implement Enhanced Miller-Rabin primality test for FIPS. by Steven Valdez · 8 years ago
  29. 2c45fa0 Convert bytestring_test to GTest. by David Benjamin · 8 years ago
  30. 71c21b4 Add SSL_CTX_set_verify_algorithm_prefs. by David Benjamin · 8 years ago
  31. 730d69e Add CTR-DRBG. by Adam Langley · 8 years ago
  32. b15143f Fix check_fips for public keys and synchronize the EC and RSA versions. by Steven Valdez · 8 years ago
  33. 400d0b7 Add PWCT for RSA and ECDSA for FIPS 140-2. by Steven Valdez · 8 years ago
  34. 82b2b85 Unwind multiprime RSA support. by David Benjamin · 8 years ago
  35. d403be9 Ensure consumers set up include paths properly. by David Benjamin · 8 years ago
  36. d0b9882 Add RSA_check_fips to support public key validation checks. by Steven Valdez · 8 years ago
  37. 7e06de5 Really remove DHE ciphersuites from TLS. by Matthew Braithwaite · 8 years ago
  38. a533449 Add support for 3DES-ECB. by Adam Langley · 8 years ago
  39. 4a2cc28 Unwind RSA_generate_multi_prime_key. by David Benjamin · 8 years ago
  40. 3cfeb95 Disable SSLv3 by default. by David Benjamin · 8 years ago
  41. fd49993 First part of the FIPS module. by Adam Langley · 8 years ago
  42. 6952211 Support Ed25519 in TLS. by David Benjamin · 8 years ago
  43. d69d94e Teach crypto/x509 how to verify an Ed25519 signature. by David Benjamin · 8 years ago
  44. 417830d Support EVP_PKEY_{sign,verify}_message with Ed25519. by David Benjamin · 8 years ago
  45. 05bb1c5 Implement draft-ietf-curdle-pkix-04's serialization. by David Benjamin · 8 years ago
  46. a232a71 Deprecate SSL_PRIVATE_KEY_METHOD type and max_signature_len. by David Benjamin · 8 years ago
  47. 7c83fda Add message-based EVP_PKEY APIs. by David Benjamin · 8 years ago
  48. 3e0b2ce Prune some dead constants. by David Benjamin · 8 years ago
  49. c8ff30c Add an option to allow unknown ALPN protocols. by David Benjamin · 8 years ago chromium-3071
  50. b18cb6a Make the POWER hardware capability value a global in crypto.c. by Adam Langley · 8 years ago
  51. 67bb45f Support enabling early data on SSL by Alessandro Ghedini · 8 years ago
  52. 7e9949c Import additional test vectors from RFC 8032. by David Benjamin · 8 years ago
  53. 17eeb98 Unwind the rest of EVP_PKEY_supports_digest. by David Benjamin · 8 years ago
  54. 764ab98 Support and test P-224 certificates. by Adam Langley · 8 years ago
  55. fc2d78d Document server 0-RTT behavior. by David Benjamin · 8 years ago
  56. 2a07072 Prevent Channel ID and Custom Extensions on 0-RTT. by Steven Valdez · 8 years ago
  57. 02084ea Decouple PKCS8_encrypt and PKCS8_decrypt's core from crypto/asn1. by David Benjamin · 8 years ago
  58. f466cdb size_t the RSA padding add functions. by David Benjamin · 8 years ago
  59. 3cb047e Decouple PKCS#12 hash lookup from the OID table. by David Benjamin · 8 years ago
  60. 2d85062 Add Data-less Zero-RTT support. by Steven Valdez · 8 years ago
  61. 57e81e6 Name |select_certificate_cb| return values by Alessandro Ghedini · 8 years ago
  62. 2d05568 Fix out-of-memory condition in conf. by David Benjamin · 8 years ago
  63. 8c64679 Remove BIGNUM and CBIGNUM crypto/asn1 types. by David Benjamin · 8 years ago
  64. eb30288 Remove crypto/asn1 LONG and ZLONG. by David Benjamin · 8 years ago
  65. edb7299 Fix typo in the |ssl_ticket_aead_success| documentation by Alessandro Ghedini · 8 years ago
  66. 438229a Correct a typo in ASN.1 type name. by Victor Vasiliev · 8 years ago
  67. 48e1d18 Restore SSL_CTX_set_ecdh_auto compatibility hook. by David Benjamin · 8 years ago
  68. 4c341d0 Support asynchronous ticket decryption with TLS 1.0–1.2. by Adam Langley · 8 years ago
  69. be49706 Rename initial_ctx to session_ctx. by David Benjamin · 8 years ago
  70. 6ad20dc Move error-on-empty-cipherlist into ssl_create_cipher_list(). by Matthew Braithwaite · 8 years ago
  71. d04ca95 Add |SSL[_CTX]_set_chain_and_key|. by Adam Langley · 8 years ago
  72. 35ac5b7 Export server-side ticket_age skew. by David Benjamin · 8 years ago
  73. fe36672 Allow users of the |CRYPTO_BUFFER|-based methods to verify certs after the handshake. by Adam Langley · 8 years ago
  74. 8ebeabf Add SSL_CTX_get_ciphers. by David Benjamin · 8 years ago
  75. f29c429 Remove support for old-style SSL_PRIVATE_KEY_METHOD types. by David Benjamin · 8 years ago
  76. f465461 Add SSL_get0_peer_certificates. by David Benjamin · 8 years ago
  77. 924a352 Remove experimental TLS 1.3 short record header extension. by Steven Valdez · 8 years ago
  78. d6c22ee Add |SSL_get0_server_requested_CAs|. by Adam Langley · 8 years ago
  79. a58baaf Forbid the server certificate from changing on renego. by David Benjamin · 8 years ago
  80. ad8f5e1 Don't use long for timestamps. by David Benjamin · 8 years ago
  81. 11c8289 Remove support for blocking DTLS timeout handling. by David Benjamin · 8 years ago
  82. 39425b0 Add |TLS_with_buffers_method|. by Adam Langley · 8 years ago
  83. 34b4c82 Hold CA names as |CRYPTO_BUFFER|s. by Adam Langley · 8 years ago
  84. adec772 Remove SSL_CIPHER_has_MD5_HMAC. by David Benjamin · 8 years ago
  85. de5c325 Fix SSL_write doc comment by Michel Lespinasse · 8 years ago
  86. a57dcfb Add new cipherlist-setting APIs that reject nonsense. by Matthew Braithwaite · 8 years ago
  87. c4796c9 ECDSA: const EC_KEY* arguments where possible. by Matthew Braithwaite · 8 years ago
  88. 699e55b Unexport time_support.h. by David Benjamin · 8 years ago
  89. c92f29d Remove freelist_max_len. by David Benjamin · 8 years ago
  90. 3e8b782 Remove "raw" versions of PKCS8_encrypt and PKCS8_decrypt. by David Benjamin · 8 years ago
  91. 5960a90 Move sid_ctx from SSL/SSL_CTX to CERT. by David Benjamin · 8 years ago
  92. 26e1ff3 Remove some unnecessary return values. by David Benjamin · 8 years ago
  93. 27a9e6a Adding ALPN to session. by Steven Valdez · 8 years ago
  94. 83a3212 Move SCT lists and OCSP responses to CERT. by David Benjamin · 8 years ago
  95. 16b1b1d Simplify state and info_callback management. by David Benjamin · 8 years ago
  96. 77458a4 Avoid transitioning into SSL_ST_OK and back out. by David Benjamin · 8 years ago
  97. 9e766d7 Unexport the handshake's internal state. by David Benjamin · 8 years ago
  98. 46db7af Remove |X509| things from SSL_SESSION. by Adam Langley · 8 years ago
  99. 908ac19 Moving transcript and PRF functions to SSL_TRANSCRIPT. by Steven Valdez · 8 years ago
  100. b987355 Add BN_is_pow2, BN_mod_pow2, and BN_nnmod_pow2. by Rob Sloan · 8 years ago