421 Commits (4749d8fb89ba5d765e0afa1799805b5096cb337b)
 

Author SHA1 Message Date
Dan McArdle 4749d8fb89 Implement fuzzer mode for ECH server. 4 years ago
David Benjamin ef1d779d7b Don't try to write empty early data in the tool. 4 years ago
David Benjamin 3675eb3f2a GREASE is now RFC 8701. 4 years ago
David Benjamin aef0a88e51 runner: Reject all zero client and server randoms. 4 years ago
David Benjamin b778b9c1b3 Const-correct SSL_get_srtp_profiles. 4 years ago
David Benjamin 49ee62fe13 Update the ECH GREASE size selection. 4 years ago
Dan McArdle 5e72294888 fuzz/minimise_corpora.sh: Add shebang and chmod +x 4 years ago
David Benjamin 747229ec7e Add a missing case to SSL_error_description. 4 years ago
David Benjamin d89ec688f2 Remove draft tokbind implementation. 4 years ago
David Benjamin aaecb82c6b Make X509_REQ and X509_REQ_INFO opaque. 4 years ago
David Benjamin ddecaabdc8 Check hs->early_session, not ssl->session, for the early data limit. 4 years ago
David Benjamin a4646740ec Fix some includes. 4 years ago
David Benjamin 940475da0c Be clearer which signing inputs are digests. 4 years ago
David Benjamin 29507b8184 Validate RSA public keys more consistently. 4 years ago
David Benjamin 4b066b0e35 Add APIs to manually fill in signatures for CRLs. 4 years ago
David Benjamin 71a3b82663 Check for resumption identifiers in SSL_SESSION_is_resumable. 4 years ago
David Benjamin 6ff9429853 Don't use SHA256(ticket) as the signaling session ID for tickets. 4 years ago
David Benjamin 1f6c3dc7d7 Simplify renego + resumption handling. 4 years ago
David Benjamin 962b375bcb Move session ID assignment out of ssl_get_new_session. 4 years ago
David Benjamin 8349dfc87e Fix the ech_accept comment. 4 years ago
David Benjamin 070a6c3e02 Export the HPKE implementation. 4 years ago
David Benjamin 1eb7769e11 Refer to EVP_HPKE_CTX by a consistent name. 4 years ago
David Benjamin 1d58cd1fd3 Shift the KEM dependency in HPKE up a step. 4 years ago
Adam Langley f0e5ea2d74 Update ACVP URLs. 4 years ago
David Benjamin 9b2cdb769a Add SSL_can_release_private_key. 4 years ago
David Benjamin 9f55d97285 Make X509_SIG and X509_CERT_AUX opaque. 4 years ago
Adam Langley 9fc6174162 acvp: move hash iterations into modulewrapper. 4 years ago
David Benjamin 2b2cb7d93c Switch HPKE to a three-parameter output buffer. 4 years ago
David Benjamin f39c81d524 Introduce EVP_HPKE_{AEAD,KDF} types. 4 years ago
David Benjamin 1d842c65e6 Don't mark up the first word in a collective comment. 4 years ago
David Benjamin da4390f4ef Revise the deterministic for_test variant of HPKE's SetupBaseS. 4 years ago
David Benjamin 198c5f56f6 Fix a memory leak with d2i_ASN1_OBJECT object reuse. 4 years ago
David Benjamin e4d6556483 Remove HPKE PSK mode. 4 years ago
David Benjamin 9f70097eff Remove HKDF-SHA384 and HKDF-SHA512 from HPKE. 4 years ago
David Benjamin 1264f0ce35 Correctly order PKCS#7 certificates and CRLs. 4 years ago
Steven Valdez 94a63a5b6e Implement ECH draft 10 and update HPKE to draft 08. 4 years ago
David Benjamin fe049e4d18 Document expected use of BTI and PAC macros. 4 years ago
Adam Langley 853ca1ea11 Remove non-deterministic bits from ECDSA ACVP test. 4 years ago
David Benjamin d4f877ea3c Reference the newer ChaCha20-Poly1305 RFC. 4 years ago
Adam Langley 1cf78cd290 Use passive entropy collection everywhere. 4 years ago
David Benjamin a96f4dd382 Rename X509V*_VERSION constants. 4 years ago
David Benjamin 782d9b6cf7 Const-correct ASN1_OBJECT_create. 4 years ago
David Benjamin 354cd48f51 Clarify OBJ_get0_data and OBJ_get_length. 4 years ago
Adam Langley c5dc2781b1 avcp: SHA-1 for ECDSA _verification_ is still supported by NIST. 4 years ago
Adam Langley 2e54edf323 A couple of Aarch64 FIPS delocate fixes. 4 years ago
David Benjamin eec7f32470 Use a placeholder for unknown errors in ERR_*_error_string. 4 years ago
Piotr Sikora 16c76acc78 Include assembly optimizations in Bazel builds on Linux-aarch64. 4 years ago
David Benjamin fcec391b0e Remove some BoringSSL-only X509_CINF functions. 4 years ago
David Benjamin ab7811ee87 Document and test X509_ATTRIBUTE creation functions. 4 years ago
David Benjamin daf1aca1a4 Revert handshaker fd numbers and make StartProcess more flexible. 4 years ago