433 Commits (bc4c91ab4655d10b55427ad7d4f1ae21fe2df06b)
 

Author SHA1 Message Date
David Benjamin bc4c91ab46 DTLS-SRTP is only defined for DTLS. 4 years ago
David Benjamin 4848294f43 Remove impossible ssl->s3 null check. 4 years ago
Florin Crișan 7a3e801217 fix #415: Perl scripts fail when building from a path with spaces 4 years ago
David Benjamin a1d3bfb64f Cite an RFC over 9000 (draft-ietf-quic-tls is now RFC 9001). 4 years ago
Shelley Vohr cf816d0825 Add compatibility impl for EVP_PKEY_get0 4 years ago
David Benjamin 597ffef971 Make md32_common.h single-included and use an unsized helper for SHA-256. 4 years ago
David Benjamin 4320bc4761 Pull HASH_TRANSFORM out of md32_common.h. 4 years ago
Shelley Vohr d4c3f2a599 Ensure name not null in EVP_get_cipherbyname 4 years ago
Peter Foley 92c6fbfc4c Fix array-parameter warnings 4 years ago
Adam Langley 47cefed43f Don't copy client's session ID into server's session. 4 years ago
Dan McArdle 3dd9864fea Test ECH server with unique and repeated config IDs. 4 years ago
Dan McArdle d13dbf8e2a Refresh SSL corpora after adding ECH fuzzer mode. 4 years ago
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