5371 Commits (4e446f27d05996309eec2ac1c2a71b66020cdfb2)
 

Author SHA1 Message Date
  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
  Adam Langley e7b78770ec Ask shim whether it supports split handshakes. 6 years ago
  Matthew Braithwaite 548c27646a shim: perform split handshakes in a separate binary. 6 years ago
  Adam Langley c448f1759a Fix the build with FIPS + NO_ASM. 6 years ago
  Adam Langley fadd8b4244 Add script for showing FIPS self-test failures. 6 years ago
  Adam Langley 4732c544f7 Add ECDH_compute_key_fips inside the module. 6 years ago
  Michał Janiszewski c4f3b8a22a Add a compile time verification ciphers are sorted for bsearch() 6 years ago
  Adam Langley 23e9aec99b Support Wycheproof vectors with the curve given in the group. 6 years ago
  Ryan Tseng f3bfab0035 Comment change in codereview.settings 6 years ago
  David Benjamin ed09f2d5cd Move the MSan sanity check to a source file. 6 years ago
  Daniel Hirche 9af1edbe22 Don't build test/malloc.cc with TSAN. 6 years ago
  David Benjamin 22ac2d9b25 Fail the build if MSan is built with assembly. 6 years ago
  David Benjamin fc04cb217d Add some TSan coverage of CRYPTO_BUFFER. 6 years ago
  David Benjamin 6c04bd1114 Add some basic SSL_CTX threading tests. 6 years ago
  David Benjamin c5f680ec36 Add a thread test for RSA. 6 years ago
  David Benjamin 5852cfccbc Add a basic TSan test for ref-counts. 6 years ago
  David Benjamin 20b6a4e2a1 Clear r->neg in bn_mod_{add,sub}_consttime. 6 years ago
  Matthew Braithwaite d154c7ccbc shim: call SSL_CTX_set_tlsext_ticket_keys() only once. 6 years ago
  Matthew Braithwaite 6d597a34b6 shim: rewrite MoveTestState() to use a serialized representation. 6 years ago
  David Benjamin 0cbb1af41f Don't mint TLS 1.3 tickets if SSL_OP_NO_TICKETS is set. 6 years ago
  David Benjamin 5869eb3951 Test cert_cb and certificate verify ordering. 6 years ago
  David Benjamin c59b9aace6 Remove more remnants of SSLv3. 6 years ago
  David Benjamin 8d1203d6c5 Fix some malloc error handling. 6 years ago
  David Benjamin 861abccb95 Switch a bunch of ints to bools. 6 years ago
  William D. Irons 3218c1db82 Add support for building ppc64le with bazel 6 years ago
  David Benjamin 35b4a1255c Namespace CertCompressionAlg and use more scopers. 6 years ago
  David Benjamin 89b9ecf0de Add more scopers. 6 years ago
  David Benjamin bc118ee64c Add SSL_get0_peer_verify_algorithms. 6 years ago
  David Benjamin 0a3e07ac1d Remove custom extensions support. 6 years ago