478 Commits (869bf9f3afc52d901efb9f838ddbb28e5fa63570)
 

Author SHA1 Message Date
David Benjamin 15e0f6784b Fold ripemd/internal.h into ripemd.c. 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
David Benjamin 6b9c012b7b Handle EINTR more in handshaker.cc. 4 years ago
David Benjamin 084064becc Add a few missing SSL_R_BIO_NOT_SET cases. 4 years ago
David Benjamin 9bcf307c4c Fix some unreachable code in the QUIC handshaker driver. 4 years ago
David Benjamin 0a6c3fc9c3 Rearrange SSLKeyShare::Serialize. 4 years ago
David Benjamin 08b1729f07 Fix ssl/internal.h sectioning. 4 years ago
David Benjamin b62a48f31d Remove some now unnecessary test exclusions from split handshakes. 4 years ago
David Benjamin 60a78dcc98 Remove tls13-split-handshakes flag. 4 years ago
David Benjamin 953650cc7b Define HANDSHAKER_SUPPORTED in once place. 4 years ago
David Benjamin b9b036340d Tidy up handshaker tester. 4 years ago
Adam Langley 1a93f4f820 modulewrapper: add option to print build information. 4 years ago
Adam Langley 0da75f35d5 FIPS counters for AES-CTR. 4 years ago
David Benjamin 3af62269df Enforce that pre_shared_key must come with psk_key_exchange_modes. 4 years ago
Adam Langley 4aef687fcf Zero out FIPS counters. 4 years ago
David Benjamin da890de1b5 Remove is_resume field on TestState. 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 49f0329110 Remove GCC 4.8.99 check. 4 years ago
David Benjamin d0b66c7d5c Bump minimum CMake version. 4 years ago
David Benjamin edfe4133d2 Automatically enable C11 atomics when available. 4 years ago
Yoshisato Yanagisawa 565081680a Make generate_build_files.py python3 compatible. 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 502fceede9 Test empty EVP_CIPHER inputs and fix exact memcpy overlap. 4 years ago
David Benjamin e5fe31cfe7 Revert "Implement rsa_pkcs1_sha256_legacy." 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
David Benjamin b2147413e0 Only pass -handshaker-path in split handshakes tests. 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 a3437c09c7 Implement rsa_pkcs1_sha256_legacy. 4 years ago
David Benjamin 2c1c9fa5cb Better document nullable X.509 getters. 4 years ago
David Benjamin 1eae29777c runner: Remove redundant -enable-all-curves shim flag. 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
Dan McArdle 6b48efac7b Add -rr-record flag to runner.go. 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