139 Commits (c5dc2781b197157de5dd94cadb7e54dcbff4c59c)

Author SHA1 Message Date
David Benjamin eec7f32470 Use a placeholder for unknown errors in ERR_*_error_string. 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 575d112858 Make X509_ATTRIBUTE opaque. 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 b571e77773 Add experimental handshake hints API. 4 years ago
David Benjamin 12a3e7edf6 Check for invalid ALPN inputs in SSL_(CTX_)set_alpn_protos. 4 years ago
Daniel McArdle 00e434d67e Add ECH server (draft-ietf-tls-esni-09). 4 years ago
David Benjamin 7a0834b918 Remove remnants of CBC SHA2 cipher suites. 4 years ago
Adam Langley 0da75f35d5 FIPS counters for AES-CTR. 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 e5fe31cfe7 Revert "Implement rsa_pkcs1_sha256_legacy." 4 years ago
Dan McArdle d9ee55a89f Refactor HPKE API to include explicit length parameters. 4 years ago
David Benjamin c9d3265a92 Generalize make_errors.go to allow EVP covering multiple directories. 4 years ago
Bradley Hess c953ee4af7 Add RNG support for FreeBSD. 4 years ago
David Benjamin a3437c09c7 Implement rsa_pkcs1_sha256_legacy. 4 years ago
David Benjamin 2c1c9fa5cb Better document nullable X.509 getters. 4 years ago
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