318 Commits (451ea3ca3e0b61273333162564f16d190f6b6d14)

Author SHA1 Message Date
David Benjamin 3d15a94add Document ASN1_TYPE and related functions. 4 years ago
Adam Langley f7b87c83fa fips: add counters. 4 years ago
David Benjamin acf6149ad8 Align with OpenSSL on constness of static ASN1_OBJECTs. 4 years ago
David Benjamin 04b3213d43 Register NAME_CONSTRAINTS with bssl::UniquePtr. 4 years ago
David Benjamin 215f4a0287 Register POLICY_MAPPING with bssl::UniquePtr. 4 years ago
David Benjamin dfe0b01b3e Stub out some more of PKCS7. 4 years ago
David Benjamin 24df734d20 Remove TODO to reverse the output of PKCS12_parse. 4 years ago
David Benjamin d4fdb7bae3 Make the X509_VAL structure opaque. 4 years ago
David Benjamin abd6c05a48 Support creating unencrypted PKCS#12 files. 4 years ago
David Benjamin a1d1a67589 Remove some remnants of TLS 1.3 downgrade carveouts. 4 years ago
David Benjamin e9315d5f86 Remove X509_REQ_to_X509. 4 years ago
David Benjamin e7bb89bae1 Fix OPENSSL_EC_* constants and add EC_GROUP_get_asn1_flag 4 years ago
David Benjamin 0a86cbff45 RAND_set_rand_method returns int. 4 years ago
David Benjamin eb5640bc44 Check the inner and outer CRL signature algorithms match. 4 years ago
David Benjamin a3aeea7c77 Remove block_mask from EVP_CIPHER_CTX. 4 years ago
David Benjamin f69624a16a Document a couple more functions in x509.h. 4 years ago
David Benjamin 89d1241487 Define X509V*_VERSION constants. 4 years ago
Adam Langley 565226278d Compile for RISC-V. 4 years ago
David Benjamin 409ea2837d Add ECDSA nonce-testing functions. 4 years ago
David Benjamin e7c0c9734f Don't overflow the output length in EVP_CipherUpdate calls. 4 years ago
David Benjamin ca2162d719 Remove X509_issuer_and_serial_hash. 4 years ago
David Benjamin c02c19e0d8 Honor SSL_TLSEXT_ERR_ALERT_FATAL in the ALPN callback. 4 years ago
David Benjamin ce9b002ebd Align the ARM capability functions. 4 years ago
David Benjamin f9bd455c85 Skip runtime NEON checks if __ARM_NEON is defined. 4 years ago
Adam Langley 48cbd69dee Add various function calls to test_fips. 4 years ago
Adam Langley e133345dba Add basic BLAKE2b-256 support. 4 years ago
David Benjamin c47bfce062 Define TLSEXT_TYPE_quic_transport_parameters to the old code point for now. 4 years ago
David Benjamin c1e156ae16 Add DH_compute_key_padded. 4 years ago
Yuchen Dai 595cdc29d6 doc: fix SSL_set0_rbio 4 years ago
David Schinazi 3d8b8c3df2 Add support for the new QUIC TLS extension codepoint 4 years ago
Adam Langley 5dd18d017d A handful more compatibility functions. 4 years ago
Adam Langley 76164b1bc9 Add some OpenSSL-compatibility aliases 4 years ago
Adam Langley bac5544e98 Fix awkward wording in comment. 4 years ago
Dan McArdle 92c48be84a Update ECH GREASE to draft-ietf-tls-esni-09 4 years ago
Adam Langley e56dfcf9f4 Allow some non-minimal lengths in BER. 4 years ago
Adam Langley ca058c0647 Revert "Add support for the new QUIC TLS extension codepoint" 4 years ago
David Schinazi 7ba96a675e Add support for the new QUIC TLS extension codepoint 4 years ago
David Benjamin 061a7f5596 Use stdlib.h instead of cstdlib in span.h. 4 years ago
Adam Langley 28cab640d1 acvp: add support for finite-field Diffie–Hellman. 4 years ago
Adam Langley ce7f08827d Move DH code into the FIPS module. 4 years ago
Adam Langley a3a98944f4 Switch to passive entropy collection for Android FIPS. 4 years ago
David Benjamin 92de0b53a7 Reject bad ASN.1 templates with implicitly-tagged CHOICEs. 4 years ago
Dan McArdle 1920c6f2ca Implement GREASE for ECH (draft-ietf-tls-esni-08). 4 years ago
David Benjamin 225961dc49 Const-correct GENERAL_NAME_cmp. 4 years ago
David Benjamin aa4ecb4926 Fix EDIPartyName parsing and GENERAL_NAME_cmp. 4 years ago
David Benjamin 41a14304d7 draft-ietf-tls-certificate-compression is now RFC 8879. 4 years ago
David Benjamin c3f4612d83 Only accept little-endian ARM and MIPS variants in base.h. 4 years ago
David Benjamin 4a265be4d9 Document ASN1_STRING. 4 years ago
David Benjamin 5351c8bf38 Rename the master_key field in SSL_SESSION to secret. 4 years ago
David Benjamin 0a6bfa36c9 Always check the TLS 1.3 downgrade signal. 4 years ago