- 340fe15 CMake doesn't have an error function by David Benjamin · 1 year, 4 months ago
- ecb7e9ae Require C11 in MSVC too by David Benjamin · 1 year, 4 months ago
- 558960d Add support for the new ALPS codepoint by Victor Tan · 1 year, 7 months ago
- 1e3da32 Expose curves for ECDH by Maurice Lam · 1 year, 5 months ago
- 3aecf1d Sync pki to chromium ce4bc9571462aa298d79b591df9d997323cf5157 by Bob Beck · 1 year, 5 months ago
- 15b1f9c Help the compiler dedup ia32cap and armcap accesses by David Benjamin · 1 year, 5 months ago
- e5b6c14 Automatically call CRYPTO_library_init before C accesses by David Benjamin · 1 year, 5 months ago
- be84aee acvptool: create fresh variables in loops. by Adam Langley · 1 year, 5 months ago
- 8e7025e Sync pki to chromium 1ef93e346424a24fa27ee55a36254b6ee0f96e86 by Bob Beck · 1 year, 5 months ago
- fa343af Update googletest and include googlemock by David Benjamin · 1 year, 5 months ago
- db1e987 Return the correct value in EVP_CIPHER_CTX_iv_length after EVP_CTRL_AEAD_SET_IVLEN by Alex Gaynor · 1 year, 5 months ago
- f7629e1 Add X25519 bindings for bssl-crypto by Maurice Lam · 1 year, 8 months ago
- 37be47b Add ecdh and P256 bindings to bssl-crypto by Maurice Lam · 1 year, 8 months ago
- 6ca4938 Update the warnings on split handshakes and handshake hints by David Benjamin · 1 year, 5 months ago
- 9404a0b runner: Check that the shim HRRs echo the session ID by David Benjamin · 1 year, 5 months ago
- 235ee97 Reland "Build with C11 on MSVC in the standalone Bazel build" by David Benjamin · 1 year, 5 months ago
- 5a3eb9e Fix cargo clippy and fmt by Maurice Lam · 1 year, 5 months ago
- ab45f42 delocate: accept more directive expressions by Shu-Chun Weng · 1 year, 5 months ago
- f86dd18 Initialize libunwind cursors from the signal handler's ucontext_t by David Benjamin · 1 year, 5 months ago
- e3d9b69 Remove another decltype(fclose) by David Benjamin · 1 year, 5 months ago
- 79532af Save trampoline state in unwind tests more straightforwardly by David Benjamin · 1 year, 5 months ago
- 164b86d Explicitly mark saved registers with .cfi_restore by David Benjamin · 1 year, 5 months ago
- 85081c6 Remove undesired OPENSSL_EXPORT's in non-library code by Bob Beck · 1 year, 5 months ago
- 11d943a Fix RBP-based unwind in fiat assembly by David Benjamin · 1 year, 5 months ago
- a1403cb Remove another OPENSSL_EXPORT in an enum by Bob Beck · 1 year, 5 months ago
- a5e5136 Silence warn_unused_result warning on write() call by David Benjamin · 1 year, 5 months ago
- 792e77c Remove OPENSSL_EXPORT from enum in fillins/net_errors.h by Bob Beck · 1 year, 5 months ago
- a3add9e Ensure OPENSSL_EXPORT is only on the class not methods. by Bob Beck · 1 year, 5 months ago
- 50e3051 Add pki file lists to generated gn build files by Bob Beck · 1 year, 5 months ago
- c6c9c38 Add Rust bindings to AES_CTR through EVP_* cipher API's by Nabil Wadih · 1 year, 8 months ago
- 4325d8c Export CBS/CBB unicode functions by David Benjamin · 1 year, 5 months ago
- 4d79766 rename fillins/string_util.h because gn is special by Bob Beck · 1 year, 5 months ago
- add6ffb rename fillins/base64.c to handle gn being special by Bob Beck · 1 year, 5 months ago
- dc1c2f0 Also suppress OPENSSL_LINUX for nanolibc by David Benjamin · 1 year, 5 months ago
- 0043172 Add BN_bn2lebinpad and BN_lebin2bn by David Benjamin · 1 year, 5 months ago
- e4f6067 Use a callable type for ScopedFILE in settings_writer.cc by David Benjamin · 1 year, 5 months ago
- f896fbd Add Rust bindings to AES-GCM through the EVP_AEAD_* APIs by Nabil Wadih · 1 year, 8 months ago
- 5d2a41d Deduplicate the three copies of OBJ_cmp by David Benjamin · 1 year, 5 months ago
- 09096a9 Remove header file accidentally added to sources.cmake by Bob Beck · 1 year, 5 months ago
- 0500756 Sync pki to chromium d740199e083b70d13506973c6f479f0b01165a05 by Bob Beck · 1 year, 5 months ago
- 257bfaa Move the fuzzers into the fuzz directory and make them build. by Bob Beck · 1 year, 6 months ago
- 9f4cad2 Fix typo in .size directives for aesni_gcm_encrypt by David Benjamin · 1 year, 5 months ago
- 9f8f244 Hook in ocsp into libpki, and run the ocsp unit tests. by Bob Beck · 1 year, 5 months ago
- 300f221 Update pki to chromium cf9a08ff8be3a3f2d5b13693cc13ef22ab7ee618 by Bob Beck · 1 year, 5 months ago
- b8e012e Make a BSSL_CHECK that always aborts by Bob Beck · 1 year, 5 months ago
- 7991692 Add rust bindings to AES-GCM-SIV through the EVP_AEAD_* API's by Nabil Wadih · 1 year, 8 months ago
- ac45226 Add EVP_HPKE_KEY_move by David Benjamin · 1 year, 5 months ago
- cb583e7 Default to q = (p-1)/2 for DH keygen by David Benjamin · 1 year, 5 months ago
- 5edba0b Remove the CRYPTO_is_*_capable_at_runtime indirection by David Benjamin · 1 year, 5 months ago
- 7ce5d41 Select SHA-256 vs SHA-512 explicitly in perlasm by David Benjamin · 1 year, 5 months ago
- 39a7507 Hash-to-curve is now RFC 9380 by David Benjamin · 1 year, 5 months ago
- 180066d Add the rest of the new test data files to sources.cmake by Bob Beck · 1 year, 5 months ago
- 87c00d5 Align DH keygen with NIST's formulation when q is available by David Benjamin · 1 year, 5 months ago
- c3b236d add missing test file to sources.cmake by Bob Beck · 1 year, 5 months ago
- d85444e Consistently reject large p and large q in DH by David Benjamin · 1 year, 6 months ago
- 18b1b8b use <errno.h> instead of <sys/errno.h> by Bob Beck · 1 year, 5 months ago
- 4b040e5 Document and test DH_generate_key's weird key reuse behavior by David Benjamin · 1 year, 5 months ago
- 2e11917 Sync pki to chromium 8049b24a3fa617e66c5d3fc0e9322bb07c500f49 by Bob Beck · 1 year, 5 months ago
- dbd143c Add a basic sanity test for getentropy() if we are using it. by Bob Beck · 1 year, 6 months ago
- 58adb8e Add ChromeOS EC related targets by Yi Chou · 1 year, 6 months ago
- 8d19c85 Add rust API instability warning by Bob Beck · 1 year, 6 months ago
- 77d4317 Fix FFI slice usage by Maurice Lam · 1 year, 8 months ago
- 5d9ffb8 Remove the remaining old-style asm lists by David Benjamin · 1 year, 6 months ago
- 822d63c Remove the old asm lists from JSON and android-cmake output by David Benjamin · 1 year, 6 months ago
- e28988e Disable assembly for Android's darwin build by David Benjamin · 1 year, 6 months ago
- 7ae2b91 Split TLS 1.0 and 1.2 self checks. by Adam Langley · 1 year, 6 months ago
- 04487c4 MD5 and SHA-1 are not actually approved in the TLS KDF. by Adam Langley · 1 year, 6 months ago
- 6738d47 Restore OPENSSL_RAND_TRUSTY by David Benjamin · 1 year, 6 months ago
- 8dec463 Remove old asm source lists from Android sources.mk by David Benjamin · 1 year, 6 months ago
- d95b03c Trim some redundant Arm feature detection files by David Benjamin · 1 year, 6 months ago
- 0152f73 Stop duplicating the OPENSSL_armcap_P declaration by David Benjamin · 1 year, 6 months ago
- c49cb59 arm64: Implement baremetal OPENSSL_cpuid_setup by Pierre-Clément Tosi · 1 year, 10 months ago
- e4acd6c Switch the generated Soong (Android) build to the new asm source list by David Benjamin · 1 year, 6 months ago
- 2b9c622 Restore fuzz/session_corpus by David Benjamin · 1 year, 6 months ago
- 20a0647 Mark all of bssl::Span as constexpr by David Benjamin · 1 year, 6 months ago
- fb26074 Sync pki to chromium aef592bb1b83f019c8342bbc2c476758ccb6098d by Bob Beck · 1 year, 6 months ago
- 7cb91d2 Reflect OPENSSL_NO_SOCK and OPENSSL_NO_POSIX_IO into headers by David Benjamin · 1 year, 6 months ago
- 0ffd365 Use a stub fopen implementation when OPENSSL_NO_FILESYSTEM is set by David Benjamin · 1 year, 6 months ago
- e9f816b Link Googlers to the new porting policy doc by Bob Beck · 1 year, 6 months ago
- 4d70016 Make the parse_certificate_fuzzer from libpki work inside boring. by Bob Beck · 1 year, 6 months ago
- 441e9ad Fix the missing header issue for OPENSSL_NO_SOCK by Yi Chou · 1 year, 6 months ago
- f04fbf5 Mark the old sk symbols as deprecated by David Benjamin · 1 year, 6 months ago
- b1ff33d Temporarily restore sk_pop_free_ex by David Benjamin · 1 year, 6 months ago
- e8dab19 Sync pki with chrome 6d4f9e7881fe07cf46eafd3245db2c8829e312f4 by Bob Beck · 1 year, 6 months ago
- 9ebfc6d Add pki to generate_build_files.py by Bob Beck · 1 year, 6 months ago
- 6bd1e15 Silence -Wformat-truncation warning in crypto/err/err.c by David Benjamin · 1 year, 6 months ago
- df13691 Tidy up error handling for sockets vs fds by David Benjamin · 1 year, 6 months ago
- 2b5d6ba Test non-blocking socket BIOs by David Benjamin · 1 year, 6 months ago
- 68beac6 Unconditionally include BIO_set_fd and BIO_get_fd by David Benjamin · 1 year, 6 months ago
- 5ba5db1 Support Android's "baremetal" target by David Benjamin · 1 year, 6 months ago
- cb97488 add pki test data to sources.cmake by Bob Beck · 1 year, 6 months ago
- 99207eb remove duplicates that make bazel unhappy by Bob Beck · 1 year, 6 months ago
- 39eee12 Silence -Wformat-truncation in newer GCCs by David Benjamin · 1 year, 6 months ago
- bc80d92 Update RSATest.BadKey to use a plausible key size by David Benjamin · 1 year, 6 months ago
- 23d6e4c Replace BIO_snprintf with snprintf within the library by David Benjamin · 1 year, 6 months ago
- a4f8755 Fix error handling in bssl_shim socket object by David Benjamin · 1 year, 6 months ago
- 2a900c1 Define _DEFAULT_SOURCE for getentropy in musl by David Benjamin · 1 year, 6 months ago
- 1f78613 [ssci] Added Shipped field to READMEs by Anne Redulla · 1 year, 6 months ago
- 26ecb2a Add combined source lists to the other generators by David Benjamin · 1 year, 7 months ago
- d733035 Remove old style asm source lists for GN and Bazel by David Benjamin · 1 year, 7 months ago