410 Commits (a4646740ecee1190a5f0d085b4aa172311a16ad8)
 

Author SHA1 Message Date
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
David Benjamin b173d9191d Remove support for malformed X509_ATTRIBUTEs. 4 years ago
David Benjamin 575d112858 Make X509_ATTRIBUTE opaque. 4 years ago
Gurleen Grewal 68a799af7f acvptool: Fix typo hard-coding the HTTP method. 4 years ago
David Benjamin f0e64904a8 Document a few more x509.h functions. 4 years ago
David Benjamin e60893c098 Make X509_PUBKEY opaque. 4 years ago
David Benjamin 468cde90ca Always encode booleans as DER. 4 years ago
David Benjamin 2f3958a415 Fix issuerUID and subjectUID parsing in the key usage checker. 4 years ago
David Benjamin b571e77773 Add experimental handshake hints API. 4 years ago
David Benjamin 666f2ab65e Make our Python scripts Python-3-compatible. 4 years ago
David Benjamin 15961379e6 Export ssl_client_hello_init for fuzzers. 4 years ago
Adam Langley 7a1986c463 acvp: support GMAC as an algorithm. 4 years ago