181 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 b173d9191d Remove support for malformed X509_ATTRIBUTEs. 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 468cde90ca Always encode booleans as DER. 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 12a3e7edf6 Check for invalid ALPN inputs in SSL_(CTX_)set_alpn_protos. 4 years ago
David Benjamin 669ffe64a4 Simplify the Lucky13 mitigation. 4 years ago
Daniel McArdle 00e434d67e Add ECH server (draft-ietf-tls-esni-09). 4 years ago
David Benjamin c31fb79cfe Simplify tls_cbc.c slightly. 4 years ago
David Benjamin 7a0834b918 Remove remnants of CBC SHA2 cipher suites. 4 years ago
David Benjamin fd739853a8 Fix the spelling of HPKE AEAD constants. 4 years ago
David Benjamin ca4598781a Move load/store helpers to crypto/internal.h. 4 years ago
David Benjamin 8d4c8fc41b Make words in crypto/fipsmodule/modes actually words. 4 years ago
Adam Langley 0da75f35d5 FIPS counters for AES-CTR. 4 years ago
Adam Langley 4aef687fcf Zero out FIPS counters. 4 years ago
David Benjamin 04c44d92c9 Remove OPENSSL_DANGEROUS_RELEASE_PTHREAD_KEY build flag. 4 years ago
David Benjamin 20f7bbaacc Add some warnings on how to use OPENSSL_memory_* functions. 4 years ago
David Benjamin a24ab549e6 Use an unsized helper for truncated SHA-512 variants. 4 years ago
David Benjamin 139adff9b2 Fix mismatch between header and implementation of bn_sqr_comba8. 4 years ago
David Benjamin edfe4133d2 Automatically enable C11 atomics when available. 4 years ago
David Benjamin 9be3252947 Remove X509_REQ_set_extension_nids and document related functions. 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 502fceede9 Test empty EVP_CIPHER inputs and fix exact memcpy overlap. 4 years ago
David Benjamin 8c31179d81 Fix unnecessarily direction-specific tests in cipher_tests.txt 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 b09f283a03 Add a Windows no-op impl of BORINGSSL_self_test 4 years ago
Bradley Hess c953ee4af7 Add RNG support for FreeBSD. 4 years ago
David Benjamin fb855a28fe Move fips.c into a subdirectory. 4 years ago
David Benjamin 87aafb69e8 Initialize nonce in PerAEADTest.ABI. 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 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 84c0c900fc Move PKCS#12 samples to embed_test_data. 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 89d1241487 Define X509V*_VERSION constants. 4 years ago
David Benjamin d707bc026f Handle the default X.509 version explicitly. 4 years ago