5649 Commits (14c611cf9158c0e6dd64b4ce746cc4807f76e0e6)
 

Author SHA1 Message Date
  Joshua Liebow-Feeser 21558f43ce Document error behavior of PKCS5_PBKDF2_HMAC and EVP_PBE_scrypt 6 years ago
  Adam Langley 1c2779e819 Don't let a NULL mean the initial SSL_CTX in SSL_set_SSL_CTX. 6 years ago
  Tom Bridgwater 929fd44f92 Update URL for GN quick start guide. 6 years ago
  David Benjamin a130ce0b71 Update TLS 1.3 citations for the final RFC. 6 years ago
  David Benjamin c4131a4a23 Support the allocating case of i2d_ASN1_{BOOLEAN,OBJECT}. 6 years ago
  David Benjamin 378cca8016 Handle a modulus of -1 correctly. 6 years ago
  David Benjamin 01e8e625ad Don't allow RC4 in PEM. 6 years ago
  Steven Valdez f1af129fb4 Implement TLS 1.3 anti-downgrade signal. 6 years ago
  Adam Langley ae3223957f Remove dummy PQ padding extension. 6 years ago
  Adam Langley cac346eddb Update Miller–Rabin check numbers. 6 years ago
  Joshua Liebow-Feeser 978169951f Document error behavior of various functions 6 years ago
  Joshua Liebow-Feeser dea6d90de2 Document failure conditions of some EVP, HMAC, and CBB functions 6 years ago
  David Benjamin 2865567748 Use Span/Array for ticket decryption. 6 years ago
  Jesse Selover 6b0d82229b Format ssl/internal.h with clang-format. 6 years ago
  David Benjamin bc3286bb8c Add a pile of compatibility functions. 6 years ago
  Adam Langley 5e3c8a61ab Bound two other cases of PKCS#12 iteration counts. 6 years ago
  Steven Valdez d451453067 Implement final TLS 1.3 RFC!!! 6 years ago
  Jesse Selover 1c337e566d Option to reverify certs on resumption. 6 years ago
  David Benjamin bdc409801f Add new curve/hash ECDSA combinations from Wycheproof. 6 years ago
  David Benjamin af37f84840 Add RSA-PSS tests from Wycheproof. 6 years ago
  David Benjamin f84c0dad7a Use newly-sharded ECDH tests. 6 years ago
  David Benjamin 367115b056 Fix SSL_CTX_set1_sigalgs fuzzer and make them all more type-safe. 6 years ago
  David Benjamin a711b53e0b Update Wycheproof test vectors. 6 years ago
  David Benjamin ad040c593f "Update" clang. 6 years ago
  David Benjamin e6fd125d31 Align on a single CMake style. 6 years ago
  David Benjamin ddedf6d455 Fix SSL_CTX_set1_sigalgs_list fuzzer. 6 years ago
  David Benjamin 17dc94e874 Add -handshaker-path to run_test. 6 years ago
  David Benjamin 678c841cbe Use -flto=thin in the CFI bot. 6 years ago
  David Benjamin 4e446f27d0 Update citations to RFC 8410. 6 years ago
  David Benjamin 8625ec4b43 No-op commit to kick the bots. 6 years ago
  David Benjamin 69e91902f7 Work around missing MSan interceptor for posix_spawn. 6 years ago
  David Benjamin e9ae99bba2 Add an option to statically link a custom libc++. 6 years ago
  David Benjamin 1f0d54b8a1 Don't assert on uninitialized memory in tests. 6 years ago
  David Benjamin 1beddac9ce Update tools. 6 years ago
  Adam Langley 7c1f21a1d1 Add XChaCha20-Poly1305 AEAD. 6 years ago
  David Benjamin a3202d7bc1 Add EVP_CTRL_AEAD_* constants. 6 years ago
  Adam Langley 826ce15092 Support OpenSSL APIs SSL[_CTX]_set1_sigalgs[_list]. 6 years ago
  David Benjamin e3ffaae0a3 Remove apparently unused cq_name field. 6 years ago
  David Benjamin ad8e29b00d Add linux_fuzz to the CQ. 6 years ago
  Adam Langley 3314d1570c Escape backslashes in crypto test data. 6 years ago
  Adam Langley 04e149f840 Set the fuzzer PBKDF2 limit to 2048. 6 years ago
  Adam Langley c81965a8ad Set PBKDF2 limit in PKCS#12 to 100M. 6 years ago
  Adam Langley 2bcb315138 Limit the number of PBKDF2 iterations when fuzzing. 6 years ago
  Adam Langley 6410e18e91 Update several assembly files from upstream. 6 years ago
  Adam Langley e27793940e Don't accept “SSL client” as a substitute for S/MIME in the Netscape cert type extension. 6 years ago
  Matthew Braithwaite e833a6dfa2 handshaker: kick PRNG when resuming in UNSAFE_DETERMINISTIC_MODE. 6 years ago
  Steven Valdez 74bfa0c082 Fix header include for handshake. 6 years ago
  Steven Valdez e5388e097a Add handshaker as run_tests dependency. 6 years ago
  Adam Langley 8bd1d07535 Require basicConstraints cA flag in intermediate certs. 6 years ago
  Adam Langley 0224a3294a Add X509_V_FLAG_REQUIRE_CA_BASIC_CONSTRAINTS. 6 years ago