Sign in
boringssl
/
boringssl
/
2595943599e8de4d15e8cf4b9b975554a4d2996f
2595943
Extract MD5 from bcm
by Bob Beck
· 6 months ago
ed95627
Revamp test coverage for invalid key shares
by David Benjamin
· 6 months ago
a8c536c
Leave some more breadcrumbs in docs for error-handling
by David Benjamin
· 6 months ago
70a7387
Extract md4 from bcm
by Bob Beck
· 6 months ago
97322b2
Rename SPX files to have `spx_` prefix.
by Adam Langley
· 6 months ago
9224e6d
Fix all_tests.go test counts
by David Benjamin
· 6 months ago
2fc7912
Remove now unnecessary OPENSSL_init_cpuid call
by David Benjamin
· 6 months ago
6763c95
Clarify BN_uadd and BN_usub's documentation
by David Benjamin
· 6 months ago
2c807d4
Simplify some unnecessary sign bit juggling
by David Benjamin
· 6 months ago
757f360
Consistently use accessors in service_indicator.c.inc
by David Benjamin
· 6 months ago
a89348c
Fix some missing includes in BCM
by David Benjamin
· 6 months ago
d22f250
Remove OPENSSL_ia32cap_P references from ChaCha20-Poly1305 assembly
by David Benjamin
· 6 months ago
6b9ca1a
Remove OPENSSL_ia32cap_P references from P-256 assembly
by David Benjamin
· 10 months ago
d4ae47e
Mark the CPU capability helpers as const, not just pure
by David Benjamin
· 6 months ago
517fd77
Remove some stray debugging
by David Benjamin
· 6 months ago
dd23a93
Move ecp_nistz256_from_mont out of the header
by David Benjamin
· 6 months ago
7303079
Add DTLS 1.3 sequence number encryption
by Nick Harper
· 7 months ago
d8cd383
Allow empty passwords in PEM password callback
by David Benjamin
· 6 months ago
6c3a639
DTLS 1.3 compatibility mode fix in test runner.
by Nick Harper
· 6 months ago
3a138e4
Rename bcm.c fragments to foo.c.inc
by David Benjamin
· 6 months ago
d263849
Fix some mistakes in build.json
by David Benjamin
· 6 months ago
ee79a93
Move fork detection support out of bcm
by Bob Beck
· 9 months ago
ec09a2d
Move urandom and OS entropy support out of BCM
by Bob Beck
· 10 months ago
c25c376
Add an optional Bazel package to CI
by David Benjamin
· 6 months ago
13ef6ea
Extract C++ files, rather than C, when working around Bazel bugs
by David Benjamin
· 6 months ago
b450abd
Fix a couple more IWYU errors
by David Benjamin
· 6 months ago
296ef28
Disable parse_headers feature
by David Benjamin
· 6 months ago
0b8ef03
Fix IWYU issue in internal header
by David Benjamin
· 6 months ago
afaccd4
Support detecting preference for ymm registers over zmm
by Eric Biggers
· 6 months ago
2d94b5e
Support detecting AVX512BW, AVX512VL, VAES, and VPCLMULQDQ
by Eric Biggers
· 6 months ago
824867d
Fix one of two issues breaking the Bazel build
by David Benjamin
· 6 months ago
d3c1afd
Fix generate_build_files.py
by David Benjamin
· 6 months ago
2a4643f
Add a pre-generated GN source list
by David Benjamin
· 6 months ago
7fb4d3d
Implement X25519MLKEM768 for TLS
by David Benjamin
· 6 months ago
6f7c3de
Update README with new bugtracker links
by David Benjamin
· 6 months ago
3551079
Clarify that ASN1_STRING reprs are not always the DER one
by David Benjamin
· 6 months ago
0a2d3a4
Add P-256 KEM to HPKE.
by Adam Langley
· 6 months ago
9875479
Specify the list of Rust files with build.json
by David Benjamin
· 6 months ago
06aff98
Remove the unused MLKEM1024_SHARED_SECRET_BYTES
by Bob Beck
· 6 months ago
0fbc17a
Use BSSL_NAMESPACE_{BEGIN,END} macros more consistently
by David Benjamin
· 6 months ago
eaca041
runner: Convert a few more of the test stack's parsers to cryptobyte
by David Benjamin
· 6 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
· 6 months ago
e13f7e2
Specify the list of fuzzers with build.json
by David Benjamin
· 6 months ago
389810d
Add tests for reconstruct_seqnum.
by Nick Harper
· 6 months ago
f1b043c
Silence clang-tidy warnings in ML-KEM
by Bob Beck
· 6 months ago
0ee584b
ML-DSA: focus the API on saving private keys as seeds.
by Adam Langley
· 6 months ago
526a3c4
Fix some ClangTidy nits in ML-DSA.
by Adam Langley
· 6 months ago
500fa1f
Add ML-KEM.
by Adam Langley
· 7 months ago
74a51c6
Deprecate the experimental dilithium code.
by Bob Beck
· 6 months ago
8af4323
Implement DTLS 1.3 record header.
by Nick Harper
· 7 months ago
0ba2001
Add ML-DSA.
by Adam Langley
· 7 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
· 7 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
· 7 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
· 7 months ago
9cc6d47
Comment what "normalize" means in BN_div
by David Benjamin
· 7 months ago
5365f84
Remove the now impossible BN_R_NOT_INITIALIZED check in BN_div
by David Benjamin
· 7 months ago
41754d5
Refactor record header length in test runner.
by Nick Harper
· 7 months ago
e64610a
Pass additional parameters to decrypt() in test runner.
by Nick Harper
· 7 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
· 7 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
· 7 months ago
4d46fd2
Update build tools
by David Benjamin
· 7 months ago
5bcb626
Add preprocessor bits for the EDK2 target.
by Adam Langley
· 7 months ago
11f3341
[jumbo] Mark Span and Input as satisfying view and borrowed_range.
by Peter Kasting
· 7 months ago
aaf59e8
Add Certs method to CertIssuerSourceStatic to return all certs.
by Matt Mueller
· 7 months ago
6ee4f9d
CFI tag AES-NI key expansion helpers.
by Adam Langley
· 7 months ago
369fe28
Remove util/bot/go/env.py
by David Benjamin
· 7 months ago
fe17d19
Sort build.json
by Adam Langley
· 7 months ago
709ba6e
Add virtual destructors.
by Adam Langley
· 7 months ago
cee4fe2
Disable compatibility mode for DTLS 1.3.
by Nick Harper
· 7 months ago
b7f5443
Add ssl_compliance_policy_cnsa_202407
by Adam Langley
· 7 months ago
1b40d99
Add runner test support for DTLS 1.25
by Nick Harper
· 8 months ago
5af122c
Implement DTLS 1.25
by Nick Harper
· 8 months ago
1e8c35a
Add a comment showing how to update a hash generically.
by Adam Langley
· 7 months ago
14a2f35
Clarify SCT resumption comment
by Roland Shoemaker
· 7 months ago
e23fe9b
Declare our `cfg()`s in Cargo.toml
by Alex Gaynor
· 7 months ago
7a6e828
Add link to 2022 FIPS certificate.
by Adam Langley
· 7 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
· 8 months ago
9b3ef1b
optimize constant_time_conditional_memxor for gcc
by Andres Erbsen
· 8 months ago
096ded9
Compute should_ack_sni in one place
by David Benjamin
· 8 months ago
d274b1b
Add ECH fallback API
by Rushil Mehra
· 9 months ago
b34976c
Update Go dependencies
by David Benjamin
· 8 months ago
77ef86d
Make go mod tidy work better
by David Benjamin
· 8 months ago
Next »