Sign in
boringssl
/
boringssl
/
HEAD
« Previous
0b8ef03
Fix IWYU issue in internal header
by David Benjamin
· 7 months ago
afaccd4
Support detecting preference for ymm registers over zmm
by Eric Biggers
· 7 months ago
2d94b5e
Support detecting AVX512BW, AVX512VL, VAES, and VPCLMULQDQ
by Eric Biggers
· 7 months ago
824867d
Fix one of two issues breaking the Bazel build
by David Benjamin
· 7 months ago
d3c1afd
Fix generate_build_files.py
by David Benjamin
· 7 months ago
2a4643f
Add a pre-generated GN source list
by David Benjamin
· 7 months ago
7fb4d3d
Implement X25519MLKEM768 for TLS
by David Benjamin
· 7 months ago
6f7c3de
Update README with new bugtracker links
by David Benjamin
· 7 months ago
3551079
Clarify that ASN1_STRING reprs are not always the DER one
by David Benjamin
· 7 months ago
0a2d3a4
Add P-256 KEM to HPKE.
by Adam Langley
· 7 months ago
9875479
Specify the list of Rust files with build.json
by David Benjamin
· 7 months ago
06aff98
Remove the unused MLKEM1024_SHARED_SECRET_BYTES
by Bob Beck
· 7 months ago
0fbc17a
Use BSSL_NAMESPACE_{BEGIN,END} macros more consistently
by David Benjamin
· 7 months ago
eaca041
runner: Convert a few more of the test stack's parsers to cryptobyte
by David Benjamin
· 7 months ago
d520396
Move ECDSA_SIG out of BCM
by David Benjamin
· 7 months ago
da3cd90
Don't use weak symbols in the EDK2 build.
by Adam Langley
· 7 months ago
e13f7e2
Specify the list of fuzzers with build.json
by David Benjamin
· 7 months ago
389810d
Add tests for reconstruct_seqnum.
by Nick Harper
· 7 months ago
f1b043c
Silence clang-tidy warnings in ML-KEM
by Bob Beck
· 7 months ago
0ee584b
ML-DSA: focus the API on saving private keys as seeds.
by Adam Langley
· 7 months ago
526a3c4
Fix some ClangTidy nits in ML-DSA.
by Adam Langley
· 7 months ago
500fa1f
Add ML-KEM.
by Adam Langley
· 8 months ago
74a51c6
Deprecate the experimental dilithium code.
by Bob Beck
· 7 months ago
8af4323
Implement DTLS 1.3 record header.
by Nick Harper
· 8 months ago
0ba2001
Add ML-DSA.
by Adam Langley
· 8 months ago
f64d50d
[riscv64] Add qemu-static CIPD dependency for RISC-V checkouts
by Aaron Knobloch
· 7 months ago
16f68ed
Final cleanup pass in BN_div
by David Benjamin
· 7 months ago
97e89eb
Remove remaining running pointers in BN_div
by David Benjamin
· 7 months ago
06706ea
Split off DTLS record header parsing in test runner.
by Nick Harper
· 8 months ago
b4da52c
Remove the confusing extra word in BN_div
by David Benjamin
· 7 months ago
a057e5d
Add Sapphire Rapids to SDE tests
by Eric Biggers
· 7 months ago
bddc709
Correct DOS line endings.
by Adam Langley
· 7 months ago
1a87f28
Comment the core BN_div loop
by David Benjamin
· 7 months ago
12391e6
Include <string> in pki/string_util.h
by Eric Biggers
· 7 months ago
942454e
Add RSA 3072 to bssl SpeedRSA benchmark.
by Jennie Brown
· 7 months ago
c98b28b
Clear AVX512 feature bits when AVX512 not actually supported
by Eric Biggers
· 7 months ago
08a232f
Size res in BN_div correctly
by David Benjamin
· 7 months ago
9eb843a
Remove resp variable in BN_div
by David Benjamin
· 7 months ago
99c8a7d
Simplify and clarify the snum padding logic in BN_div
by David Benjamin
· 8 months ago
1b421be
Reverse the loop variable in BN_div and assert pointer invariants
by David Benjamin
· 7 months ago
5615db6
Clean up some BN_div variable declarations
by David Benjamin
· 8 months ago
9cc6d47
Comment what "normalize" means in BN_div
by David Benjamin
· 8 months ago
5365f84
Remove the now impossible BN_R_NOT_INITIALIZED check in BN_div
by David Benjamin
· 8 months ago
41754d5
Refactor record header length in test runner.
by Nick Harper
· 8 months ago
e64610a
Pass additional parameters to decrypt() in test runner.
by Nick Harper
· 8 months ago
d0e9c06
Fix documentation missed in 82f9853fc7.
by Nick Harper
· 7 months ago
3529cba
Cite where BN_div actually comes from
by David Benjamin
· 8 months ago
24bd38f
Move discussion on BN_div's sign to the headers
by David Benjamin
· 7 months ago
84845ad
Update the bn_div_rem_words comment
by David Benjamin
· 7 months ago
f9e0c6c
Use "dtls13" label prefix for DTLS 1.3.
by Nick Harper
· 8 months ago
4d46fd2
Update build tools
by David Benjamin
· 7 months ago
5bcb626
Add preprocessor bits for the EDK2 target.
by Adam Langley
· 8 months ago
11f3341
[jumbo] Mark Span and Input as satisfying view and borrowed_range.
by Peter Kasting
· 8 months ago
aaf59e8
Add Certs method to CertIssuerSourceStatic to return all certs.
by Matt Mueller
· 8 months ago
6ee4f9d
CFI tag AES-NI key expansion helpers.
by Adam Langley
· 8 months ago
369fe28
Remove util/bot/go/env.py
by David Benjamin
· 8 months ago
fe17d19
Sort build.json
by Adam Langley
· 8 months ago
709ba6e
Add virtual destructors.
by Adam Langley
· 8 months ago
cee4fe2
Disable compatibility mode for DTLS 1.3.
by Nick Harper
· 8 months ago
b7f5443
Add ssl_compliance_policy_cnsa_202407
by Adam Langley
· 8 months ago
1b40d99
Add runner test support for DTLS 1.25
by Nick Harper
· 9 months ago
5af122c
Implement DTLS 1.25
by Nick Harper
· 9 months ago
1e8c35a
Add a comment showing how to update a hash generically.
by Adam Langley
· 8 months ago
14a2f35
Clarify SCT resumption comment
by Roland Shoemaker
· 8 months ago
e23fe9b
Declare our `cfg()`s in Cargo.toml
by Alex Gaynor
· 8 months ago
7a6e828
Add link to 2022 FIPS certificate.
by Adam Langley
· 8 months ago
9cffd74
Adds functionality for instantiating and using `Algorithm`
by Ellen Arteca
· 9 months ago
82f9853
Use dtls_record_header_write_len instead of DTLS1_RT_HEADER_LENGTH.
by Nick Harper
· 9 months ago
9b3ef1b
optimize constant_time_conditional_memxor for gcc
by Andres Erbsen
· 9 months ago
096ded9
Compute should_ack_sni in one place
by David Benjamin
· 8 months ago
d274b1b
Add ECH fallback API
by Rushil Mehra
· 10 months ago
b34976c
Update Go dependencies
by David Benjamin
· 9 months ago
77ef86d
Make go mod tidy work better
by David Benjamin
· 9 months ago
8934b1e
Add QEMU user option for running tests.
by Aaron Knobloch
· 10 months ago
7c2b62e
Add DILITHIUM_public_from_private function.
by Guillaume Endignoux
· 9 months ago
12f0f4b
Reapply "Fix test_fips in google3"
by Bob Beck
· 9 months ago
ca2eba6
[DTLS] Use absolute instead of relative epoch numbers.
by Nick Harper
· 9 months ago
f01108e
Revert "Fix test_fips in google3"
by Bob Beck
· 9 months ago
26468ae
Fix test_fips in google3
by Bob Beck
· 9 months ago
7811fdc
Ensure CRYPTO_needs_hwcap2_workaround works without CRYPTO_library_init
by David Benjamin
· 9 months ago
45db24b
Work around GCC's broken -Warray-bounds warning
by David Benjamin
· 9 months ago
45b2464
Rewrite CBS_get_asn1_int64 slightly
by David Benjamin
· 9 months ago
2fcdd11
Make BoringSSL initialization-less
by David Benjamin
· 9 months ago
6c98ebe
Call CRYPTO_library_init before ChaCha20 and P-256 assembly
by David Benjamin
· 9 months ago
d1e6d3b
test_fips: two tweaks
by Adam Langley
· 9 months ago
84dc9bb
Add EDDSA support for fetching and uploading vectors
by Sven Biebaut
· 9 months ago
67422ed
test_fips: don't forget a couple of \n's
by Adam Langley
· 9 months ago
c6c0b65
Add the Revision field to third_party/fiat/README.chromium
by David Benjamin
· 9 months ago
66d274d
Implement rsa_pkcs1_sha256_legacy.
by David Benjamin
· 4 years, 1 month ago
e1d209d
Send a consistent alert when the peer sends a bad signature algorithm
by David Benjamin
· 11 months ago
9cac8a6
Fix pointers in CONSTTIME_DECLASSIFY.
by Thomas Holenstein
· 9 months ago
11acdc6
Revert "Adds functionality for instantiating and using `Algorithm`" and friends.
by David Benjamin
· 9 months ago
962432c
Remove OPENSSL_ia32cap_P references from AES-NI assembly
by David Benjamin
· 10 months ago
a220a60
[bogo] Compute length in record header before encrypting.
by Nick Harper
· 10 months ago
a6c42d6
Remove Knights Landing and Knights Mill logic
by David Benjamin
· 10 months ago
56fb43a
Extract the AES-NI encrypt -> decrypt assembly conversion
by David Benjamin
· 10 months ago
29223ac
Update other CI tools
by David Benjamin
· 10 months ago
e2a801f
Allow local labels in symbol expressions
by David Benjamin
· 10 months ago
39dd1e3
Handle notrack instructions in delocate output
by David Benjamin
· 10 months ago
1385dbd
Update Clang in CI
by David Benjamin
· 10 months ago
Next »