396 Commits (9f55d972854d0b34dae39c7cd3679d6ada3dfd5b)
 

Author SHA1 Message Date
David Benjamin c31fb79cfe Simplify tls_cbc.c slightly. 4 years ago
David Benjamin 7a0834b918 Remove remnants of CBC SHA2 cipher suites. 4 years ago
David Benjamin bff8834362 runner: Test different V2ClientHello challenge lengths. 4 years ago
David Benjamin 6810f0e83a runner: Ensure helloBytes is always the same as hello.marshal(). 4 years ago
David Benjamin fa2d3d56b9 runner: Fix ECH confirmation calculation with PSKs in tests. 4 years ago
David Benjamin 7d2ddd2991 runner: Fix HPKE parameter order. 4 years ago
David Benjamin d791fbd308 runner: UpdateForHelloRetryRequest cannot fail. 4 years ago
David Benjamin 4151b9feba runner: Don't use the buffer in TLS 1.3. 4 years ago
David Benjamin 4b854a6db7 runner: Don't maintain two copies of the same transcript hash. 4 years ago
David Benjamin 99f6d4bd18 runner: Remove remnants of SSL 3.0. 4 years ago
David Benjamin 5f757bc395 runner: Fix writeClientHash and writeRecord ordering. 4 years ago
David Benjamin 7a15a702a2 runner: Remove CheckTLS13DowngradeRandom. 4 years ago
David Benjamin f225516cc5 runner: Remove remnants of the separate HelloRetryRequest message. 4 years ago
David Benjamin 0508271891 runner: Store a cipherSuite in ClientSessionState. 4 years ago
David Benjamin 26a589e10b runner: Move writeHash to the finishedHash struct. 4 years ago
David Benjamin fd739853a8 Fix the spelling of HPKE AEAD constants. 4 years ago
David Benjamin dfde04f078 Don't reset server callback expectations on new handshake. 4 years ago
David Benjamin 8501579acb Fix MockQuicTransport::Flush error handling. 4 years ago
David Benjamin 15e0f6784b Fold ripemd/internal.h into ripemd.c. 4 years ago
David Benjamin ca4598781a Move load/store helpers to crypto/internal.h. 4 years ago
David Benjamin 8d4c8fc41b Make words in crypto/fipsmodule/modes actually words. 4 years ago
David Benjamin 6b9c012b7b Handle EINTR more in handshaker.cc. 4 years ago
David Benjamin 084064becc Add a few missing SSL_R_BIO_NOT_SET cases. 4 years ago
David Benjamin 9bcf307c4c Fix some unreachable code in the QUIC handshaker driver. 4 years ago
David Benjamin 0a6c3fc9c3 Rearrange SSLKeyShare::Serialize. 4 years ago
David Benjamin 08b1729f07 Fix ssl/internal.h sectioning. 4 years ago
David Benjamin b62a48f31d Remove some now unnecessary test exclusions from split handshakes. 4 years ago
David Benjamin 60a78dcc98 Remove tls13-split-handshakes flag. 4 years ago
David Benjamin 953650cc7b Define HANDSHAKER_SUPPORTED in once place. 4 years ago
David Benjamin b9b036340d Tidy up handshaker tester. 4 years ago
Adam Langley 1a93f4f820 modulewrapper: add option to print build information. 4 years ago
Adam Langley 0da75f35d5 FIPS counters for AES-CTR. 4 years ago
David Benjamin 3af62269df Enforce that pre_shared_key must come with psk_key_exchange_modes. 4 years ago
Adam Langley 4aef687fcf Zero out FIPS counters. 4 years ago
David Benjamin da890de1b5 Remove is_resume field on TestState. 4 years ago
David Benjamin 04c44d92c9 Remove OPENSSL_DANGEROUS_RELEASE_PTHREAD_KEY build flag. 4 years ago
David Benjamin 20f7bbaacc Add some warnings on how to use OPENSSL_memory_* functions. 4 years ago
David Benjamin a24ab549e6 Use an unsized helper for truncated SHA-512 variants. 4 years ago
David Benjamin 139adff9b2 Fix mismatch between header and implementation of bn_sqr_comba8. 4 years ago
David Benjamin 49f0329110 Remove GCC 4.8.99 check. 4 years ago
David Benjamin d0b66c7d5c Bump minimum CMake version. 4 years ago
David Benjamin edfe4133d2 Automatically enable C11 atomics when available. 4 years ago
Yoshisato Yanagisawa 565081680a Make generate_build_files.py python3 compatible. 4 years ago
David Benjamin 9be3252947 Remove X509_REQ_set_extension_nids and document related functions. 4 years ago
David Benjamin a99d3a876b Document a few more functions in x509.h. 4 years ago
David Benjamin ac85c036d7 Do not access value.ptr with V_ASN1_BOOLEAN. 4 years ago
David Benjamin 477b309bf1 Add X509_PUBKEY_get0_public_key. 4 years ago
David Benjamin 502fceede9 Test empty EVP_CIPHER inputs and fix exact memcpy overlap. 4 years ago
David Benjamin e5fe31cfe7 Revert "Implement rsa_pkcs1_sha256_legacy." 4 years ago
David Benjamin 8c31179d81 Fix unnecessarily direction-specific tests in cipher_tests.txt 4 years ago