1342 Commits (86e95b852eb4a1e43116cb6951b450b78bd52b4b)

Author SHA1 Message Date
  Martin Kreichgauer babcac1c6f Document error behavior of AEAD seal/open methods. 7 years ago
  David Benjamin 9961dff055 Unwind V2ClientHello counters. 7 years ago
  David Benjamin 0d1730ddf1 Squash together states in the TLS 1.2 server Certificate flight. 7 years ago
  David Benjamin b5f55c3afb Squash together TLS 1.2 states for server Finished block. 7 years ago
  David Benjamin ca7435822f Test SSL_select_next_proto and SSL_get_fd. 7 years ago
  Steven Valdez e831a81518 Adding support for sending early data on the client. 7 years ago
  David Benjamin b529253bea Implement scrypt from RFC 7914. 7 years ago
  David Benjamin 19670949ca Align EVP_PKEY Ed25519 API with upstream. 7 years ago
  Martin Kreichgauer 18d9f28f0d Add EVP_AEAD_CTX_{seal_scatter,open_gather}. 7 years ago
  David Benjamin 1845d0dbdb Remove some dead code from crypto/asn1. 7 years ago
  David Benjamin 2dfa1ba680 Delete some dead code from crypto/x509. 7 years ago
  David Benjamin 5e61d533c9 Document support status of the legacy ASN.1 code. 7 years ago
  David Benjamin 42adba5173 Trim unused declarations in pem.h. 7 years ago
  David Benjamin 3b33f3eb2d Set static armcaps based on __ARM_FEATURE_CRYPTO. 7 years ago
  Adam Langley f64a6eeaf0 Switch to new delocate tool. 7 years ago
  Steven Valdez 2f3404bb81 Enforce incrementing counter for TLS 1.2 AES-GCM. 7 years ago
  David Benjamin 806e18c022 Define OPENSSL_UNUSED for __clang__ as well. 7 years ago
  David Benjamin d94682dce5 Remove ex_data's dup hook. 7 years ago
  David Benjamin 01f8a8c2d5 Convert stack.h to use inline functions. 7 years ago
  David Benjamin d55bd797eb Fix SSL_COMP_get_compression_methods type signature. 7 years ago
  Steven Valdez 467d3220f8 Add FIPS-compliant key generation that calls check_fips for RSA and EC. 7 years ago
  Adam Langley 208e239371 Move OPENSSL_ASAN to base.h. 7 years ago
  Alessandro Ghedini 48b6b8f00f Add SSL_CIPHER_has_SHA384_HMAC. 7 years ago
  David Benjamin 1d59f6e3e2 Add a flag to toggle the buggy RSA parser. 7 years ago
  David Benjamin 93731d9dd4 Remove old SSL min/max version functions. 7 years ago
  Adam Langley 4249481a66 Add EVP_AEAD_CTX_[new|free] and UniquePtr support. 7 years ago
  David Benjamin 61ae41f198 Use a minimal totient when generating RSA keys. 7 years ago
  David Benjamin 073391f7d6 Detach encrypt and keygen hooks from RSA_METHOD. 7 years ago
  David Benjamin 79d18bc4dd Add crypto/rsa-level RSA-PSS functions. 7 years ago
  David Benjamin 8ee0d14795 Fix comment typo. 7 years ago
  David Benjamin 91871018a4 Add an OPENSSL_ia32cap_get() function for C code. 7 years ago
  David Benjamin a684152a2f Downgrade BN_kronecker to bn_jacobi and unexport. 7 years ago
  David Benjamin 0d5bf8d86d Document ERR_error_string_n standalone. 7 years ago
  Steven Valdez 1d134eee9a Add aes-(128|256)-gcm-fips-testonly mode for FIPS compatibility. 7 years ago
  Steven Valdez 8ebc9eafec Update BN_enhanced_miller_rabin_primality_test to enforce preconditions and accept BN_prime_checks. 7 years ago
  David Benjamin fc674c82c3 Unexport bn_correct_top and bn_wexpand. 7 years ago
  David Benjamin 378a08aa31 Add PKCS7_get_raw_certificates. 7 years ago
  David Benjamin 6fdea2aba9 Move PKCS#7 functions into their own directory. 7 years ago
  Alessandro Ghedini de254b4c4e Enforce max_early_data_size on the server. 7 years ago
  Steven Valdez fc9f10f8fb Implement Enhanced Miller-Rabin primality test for FIPS. 7 years ago
  David Benjamin 2c45fa0b90 Convert bytestring_test to GTest. 7 years ago
  David Benjamin 71c21b4300 Add SSL_CTX_set_verify_algorithm_prefs. 7 years ago
  Adam Langley 730d69e159 Add CTR-DRBG. 7 years ago
  Steven Valdez b15143fece Fix check_fips for public keys and synchronize the EC and RSA versions. 7 years ago
  Steven Valdez 400d0b7b5e Add PWCT for RSA and ECDSA for FIPS 140-2. 7 years ago
  David Benjamin 82b2b8574f Unwind multiprime RSA support. 7 years ago
  David Benjamin d403be92a4 Ensure consumers set up include paths properly. 7 years ago
  Steven Valdez d0b988219f Add RSA_check_fips to support public key validation checks. 7 years ago
  Matthew Braithwaite 7e06de5d2d Really remove DHE ciphersuites from TLS. 7 years ago
  Adam Langley a53344972b Add support for 3DES-ECB. 7 years ago