Sign in
pigweed
/
third_party
/
boringssl
/
boringssl
/
HEAD
2d4f1b8
Use the correct function types in X509V3_EXT_METHODs.
by David Benjamin
· 21 hours ago
main
1530333
Remove X509_CRL_METHOD.
by David Benjamin
· 2 days ago
71573dc
Clean up ECDSA EVP_PKEY_CTRL_MD validation.
by David Benjamin
· 3 days ago
118a892
Add a service indicator for FIPS 140-3.
by Adam Langley
· 3 days ago
f5d6d24
Move cmac into the FIPS module boundary.
by Adam Langley
· 3 days ago
a928171
Use CMake's C/C++ version features.
by David Benjamin
· 3 days ago
ac639b7
Update build tools.
by David Benjamin
· 3 days ago
1694627
Don't leave stray errors in the error queue in X509_print_ex.
by David Benjamin
· 3 days ago
f7e2879
Switch to the CIPD version of CMake on Windows.
by David Benjamin
· 6 days ago
0426313
limit the feature macro stuff to __linux__
by Bob Beck
· 6 days ago
7fd831c
Enforce X.509 version invariants more consistently.
by David Benjamin
· 7 days ago
5a79788
Remove X509_to_X509_REQ.
by David Benjamin
· 10 days ago
ce2a353
Declare EVP_AEAD_CTX in base.h, like other typedefs.
by Adam Langley
· 13 days ago
07e1b28
Add missing blank line between functions.
by Adam Langley
· 13 days ago
227ff6e
Remove unions in EC_SCALAR and EC_FELEM.
by David Benjamin
· 2 weeks ago
3f180b8
Implement SSL_CTX_set_num_tickets.
by David Benjamin
· 2 weeks ago
df6311b
Add tests for X509_NAME_print_ex.
by David Benjamin
· 2 weeks ago
735a868
acvp: test CTR-DRBG with reseed in modulewrapper.
by Adam Langley
· 3 weeks ago
25e5b06
Do pending `go fmt` updates.
by Adam Langley
· 3 weeks ago
097ffe1
acvp: test SHA-512/256 with HMAC, RSA (PSS), and ECDSA.
by Adam Langley
· 3 weeks ago
1a541d4
Add PSS to the AVCP regcap.
by Adam Langley
· 3 weeks ago
8241345
Drop ACVP support for 3DES.
by Adam Langley
· 3 weeks ago
a56d941
Add function to return the name of the FIPS module.
by Adam Langley
· 3 weeks ago
a75bee5
Support running tests on non-NEON devices.
by Adam Langley
· 3 weeks ago
9a836f7
Update delocate tests
by Adam Langley
· 3 weeks ago
8b988b8
Tidy up how ASN1_STRING_print_ex figures out the type.
by David Benjamin
· 4 weeks ago
0e0ca82
Remove the ASN1_TLC cache. It appears to not help performance.
by Bob Beck
· 4 weeks ago
48f7947
Fix build for older CMake versions.
by Daniel Thornburgh
· 4 weeks ago
15302de
Remove code added to avoid SHA1 weakness.
by Bob Beck
· 4 weeks ago
553e81e
Update comment in light of prior change.
by Adam Langley
· 4 weeks ago
53a87b7
ChaCha20-Poly1305 for Armv8 (AArch64)
by Nevine Ebeid
· 4 weeks ago
59e3776
Replace the last strcasecmp with OPENSSL_strcasecmp.
by David Benjamin
· 5 weeks ago
f299342
[build] Fix build with HEAD clang.
by Daniel Thornburgh
· 5 weeks ago
6686352
Make calls to the verify callback consistant by calling ctx->verify_cb
by Bob Beck
· 5 weeks ago
f961de5
Try to require C11 (in non-MSVC compilers).
by David Benjamin
· 5 weeks ago
493d5cb
Try to require C++14.
by David Benjamin
· 5 weeks ago
edbdc24
Reject [UNIVERSAL 0] in DER/BER element parsers.
by David Benjamin
· 5 weeks ago
2fc6d38
Add CMake install rules.
by Daniel Thornburgh
· 6 weeks ago
fa3fbda
P-256 assembly optimisations for Aarch64.
by Nevine Ebeid
· 6 weeks ago
f7e1a94
hrss: always normalize.
by Adam Langley
· 7 weeks ago
27ffcc6
Use SHA-256 for the FIPS integrity check everywhere.
by Adam Langley
· 8 weeks ago
af34f64
Remove unused variable
by Kent Ross
· 8 weeks ago
225e8d3
Use X509 certificate alias as friendlyName in PKCS12
by Alex Gaynor
· 8 weeks ago
c9a7dd6
Retire the Windows BIO_printf workaround.
by David Benjamin
· 9 weeks ago
4984e4a
Work around another C language bug with empty spans.
by David Benjamin
· 9 weeks ago
f94a7ce
ASAN replaces malloc and free with its own implementation.
by niewei
· 9 weeks ago
8c8e7a6
Update fiat-crypto.
by David Benjamin
· 9 weeks ago
2144076
Remove VS 2015 support.
by David Benjamin
· 9 weeks ago
b99b98b
Remove X509_TRUST_set_default.
by David Benjamin
· 9 weeks ago
7534354
Replace internal use sha1 hash with sha256.
by Bob Beck
· 9 weeks ago
8bbefbf
Document that |EC_KEY_generate_fips| works for both cases.
by Adam Langley
· 9 weeks ago
972ab52
Allow the integrity test to be run on demand.
by Adam Langley
· 9 weeks ago
c6e8f3e
Add a function to return a FIPS version.
by Adam Langley
· 9 weeks ago
7f4057e
Add a function to tell if an algorithm is FIPS approved.
by Adam Langley
· 9 weeks ago
dcba849
Add vs2019 to vs_toolchain.py.
by David Benjamin
· 10 weeks ago
6378c47
Unexport X509_CERT_AUX and remove X509_CERT_AUX.other
by David Benjamin
· 10 weeks ago
d0f14f3
Document and tidy up X509_alias_get0, etc.
by David Benjamin
· 10 weeks ago
c7a3c46
Don't loop forever in BN_mod_sqrt on invalid inputs.
by Adam Langley
· 2 months ago
933f72a
Make a whitespace commit to trigger a build.
by Bob Beck
· 2 months ago
e5abf58
Rust bindings: Use CARGO_MANIFEST_DIR in build.rs
by Kenichi Ishibashi
· 3 months ago
ab69425
Remove ASN1_ADB_INTEGER.
by David Benjamin
· 3 months ago
6196fab
Replace an ASN1_INTEGER_get call with ASN1_INTEGER_get_uint64
by David Benjamin
· 3 months ago
fdd5260
Correctly handle LONG_MIN in ASN1_INTEGER_get.
by David Benjamin
· 3 months ago
de13971
Implement ASN1_INTEGER_set_uint64 with ASN1_STRING_set.
by David Benjamin
· 3 months ago
bdc35b6
Rewrite and tighten ASN1_INTEGER encoding and decoding.
by David Benjamin
· 3 months ago
366e886
Deduplicate the rest of ASN1_INTEGER and ASN1_ENUMERATED.
by David Benjamin
· 3 months ago
fa2cd1e
Fix theoretical overflow in ASN1_INTEGER_cmp.
by David Benjamin
· 3 months ago
d258de7
Include rsa/internal.h for |...no_self_test| functions.
by Adam Langley
· 3 months ago
66d8563
Limit the pthread_rwlock workaround to glibc.
by David Benjamin
· 3 months ago
6e25e54
Rewrite ASN1_INTEGER tests.
by David Benjamin
· 3 months ago
cc4333d
Use X509V3_add_value_int in i2v_AUTHORITY_KEYID.
by David Benjamin
· 3 months ago
e4b3e6a
Fix x509v3_bytes_to_hex when passed the empty string.
by David Benjamin
· 3 months ago
657c69b
Reimplement ASN1_get_object with CBS.
by David Benjamin
· 3 months ago
7fac386
Add an explicit indefinite-length output to CBS_get_any_ber_asn1_element.
by David Benjamin
· 3 months ago
8a38184
Use ctype(3) in a more standards-conformant way.
by Thomas Klausner
· 3 months ago
81502be
Linkify RFCs in more places in the docs.
by David Benjamin
· 3 months ago
4b55af0
Make FFDH self tests lazy.
by Adam Langley
· 3 months ago
3053b73
Make ECC self tests lazy.
by Adam Langley
· 3 months ago
c76da9d
HPKE is now RFC 9180.
by David Benjamin
· 3 months ago
6595ddb
Include the policy document for the most recent FIPS validation.
by Adam Langley
· 3 months ago
4d955d2
Check static CPU capabilities on x86.
by David Benjamin
· 3 months ago
31ece98
Align rsaz_avx2_preferred with x86_64-mont5.pl.
by David Benjamin
· 3 months ago
17c8c81
Enable SHA-NI optimizations for SHA-256.
by David Benjamin
· 3 months ago
ec85d0d
Update Intel SDE.
by David Benjamin
· 3 months ago
08970b3
Include the EKU extension in bssl server's self-signed certs.
by David Benjamin
· 3 months ago
0da6b48
Don't call a non-test file *test.h.
by Adam Langley
· 3 months ago
1c2e61e
Make RSA self-test lazy.
by Adam Langley
· 3 months ago
263f489
Add link to new Android FIPS certificate.
by Adam Langley
· 3 months ago
b9c6d67
delocate: handle a new output form in Clang 13.
by Adam Langley
· 3 months ago
8f7cb2f
Drop, now unused, KAT value.
by Adam Langley
· 3 months ago
ea9fb94
Drop CAVP code.
by Adam Langley
· 3 months ago
d04c32a
Break FIPS tests differently.
by Adam Langley
· 3 months ago
f8235e4
Don't forget hmac.h in self_check.h.
by Adam Langley
· 3 months ago
9cad13e
Perform SHA-$x and HMAC KAT before integrity check.
by Adam Langley
· 3 months ago
b0ed28e
Add a couple of spaces to `check_test`.
by Adam Langley
· 3 months ago
15565a8
Split FIPS KATs into fast and slow groups.
by Adam Langley
· 3 months ago
a919539
Move DES out of the FIPS module.
by Adam Langley
· 3 months ago
44a141f
acvp: don't send the Authorization header when renewing tokens
by Adam Langley
· 3 months ago
5112b45
Support Bazel's test-sharding protocol.
by Adam Langley
· 3 months ago
68addd2
Simply CMake assembly source selection.
by David Benjamin
· 4 months ago
Next »