Sign in
boringssl
/
boringssl
/
HEAD
d827600
Add a CCM AEAD for Matter, the IoT standard.
by Adam Langley
· 2 days ago
master
c239ffd
Remove some unnecessary NULL checks.
by David Benjamin
· 14 days ago
fdeb4aa
Reimplement ASN1_TIME_print with the new parser.
by David Benjamin
· 2 weeks ago
0378578
Dedup a few more load/store implementations.
by David Benjamin
· 2 weeks ago
6c2af68
Remove a few more unions.
by David Benjamin
· 2 weeks ago
0f2c55c
Remove p256_point_union_t.
by David Benjamin
· 2 weeks ago
e3ebb9e
Don't use a union in Ed25519 EVP_PKEYs.
by David Benjamin
· 2 weeks ago
267997d
Set is_first and is_last correctly with ASN1_STRFLGS_UTF8_CONVERT.
by David Benjamin
· 13 days ago
56eeb20
Remove unnecessary parens on return.
by David Benjamin
· 2 weeks ago
520ad64
Post-clang-format fixups.
by David Benjamin
· 2 weeks ago
4635048
Run convert_comments.go on the recently-converted files
by David Benjamin
· 3 weeks ago
c0b87a0
Re-run clang-format with InsertBraces.
by David Benjamin
· 3 weeks ago
260a10c
clang-format remaining directories.
by David Benjamin
· 3 weeks ago
aa5f601
Add fixed key generation for Trust Token.
by Steven Valdez
· 3 weeks ago
1f51cfc
Fix duplicate declarations
by David Benjamin
· 3 weeks ago
652464e
Validate ASN.1 times according to RFC 5280
by Bob Beck
· 3 weeks ago
1500ad0
Define STACK_OF(OPENSSL_STRING) more straight-forwardly.
by David Benjamin
· 3 weeks ago
955ef79
Rewrite SSL_add_file_cert_subjects_to_stack
by David Benjamin
· 3 weeks ago
41eb890
Rearrange the C11 vs MSVC check.
by David Benjamin
· 3 weeks ago
167f176
Fix build with MSVC 2022.
by David Benjamin
· 3 weeks ago
f8f97bf
Don't guard alignof static asserts on GCC/Clang.
by David Benjamin
· 3 weeks ago
0ebd69b
Add BN_GENCB_get_arg.
by David Benjamin
· 3 weeks ago
efd09b7
Const-correct bn_gather5.
by David Benjamin
· 5 weeks ago
d27a01e
Get the EVP_PKEY_METHOD from EVP_PKEY_ASN1_METHOD.
by David Benjamin
· 4 weeks ago
7c23238
Add SHA3 support
by Sureshbhai Dave
· 4 weeks ago
572c416
More includes for builds that don't use bcm.c
by Adam Langley
· 4 weeks ago
1e469e4
Replace some more C unions.
by David Benjamin
· 8 weeks ago
f575d9b
Add X509_REQ_set1_signature_algo and X509_REQ_set1_signature_value.
by David Benjamin
· 4 weeks ago
4566bb5
Add support for RISC-V 64-bit architecture
by Rebecca Chang Swee Fun
· 5 weeks ago
44872e1
Add EVP_PKEY_HKDF for OpenSSL compatibility.
by David Benjamin
· 5 weeks ago
77dc239
Make it more obvious that am and tmp's widths are accurate.
by David Benjamin
· 4 weeks ago
8ba90d1
Add some more includes.
by Adam Langley
· 4 weeks ago
b8a6514
Align rsaz and mont5 table construction.
by David Benjamin
· 5 weeks ago
c7de4fe
Simplify mont5 table computation.
by David Benjamin
· 5 weeks ago
801a801
Add an extra reduction step to the end of RSAZ.
by David Benjamin
· 5 weeks ago
13c9d5c
Always end BN_mod_exp_mont_consttime with normal Montgomery reduction.
by David Benjamin
· 5 weeks ago
a8b1633
Use // instead of # for comments inside armv8 asm.
by David Benjamin
· 5 weeks ago
451ea3c
Add SSL_[CTX_]_set_compliance_policy.
by Adam Langley
· 7 weeks ago
828b2d2
Increase ACVP sizes.
by Adam Langley
· 5 weeks ago
505bbf9
Add a fuzzer to check CBS is a DER parser.
by David Benjamin
· 6 weeks ago
a255d7c
Add some missing includes.
by David Benjamin
· 6 weeks ago
49350b2
Move digestsign.c into the module.
by Adam Langley
· 6 weeks ago
67d4f28
Manually fix a few tables in advance of clang-format.
by David Benjamin
· 6 weeks ago
1f7525e
Remove leading blank lines in convert_comments.go
by David Benjamin
· 6 weeks ago
ac57319
Rewrite ASN1_STRING_print_ex escaping.
by David Benjamin
· 8 weeks ago
97c6032
Convince clang-format to handle ASN1_ITEM definitions better
by David Benjamin
· 6 weeks ago
33d7e32
Do not allow md4 or md5 based signatures in X.509 certificates.
by Bob Beck
· 4 months ago
701d8b2
Fix docs for EVP_Cipher given an AEAD.
by David Benjamin
· 6 weeks ago
a51821a
Remove a layer of indirection from most EVP_CIPHERs
by David Benjamin
· 6 weeks ago
cf506f1
Make EVP_CIPHER opaque.
by David Benjamin
· 6 weeks ago
2d4f1b8
Use the correct function types in X509V3_EXT_METHODs.
by David Benjamin
· 6 weeks ago
1530333
Remove X509_CRL_METHOD.
by David Benjamin
· 6 weeks ago
71573dc
Clean up ECDSA EVP_PKEY_CTRL_MD validation.
by David Benjamin
· 6 weeks ago
118a892
Add a service indicator for FIPS 140-3.
by Adam Langley
· 8 weeks ago
f5d6d24
Move cmac into the FIPS module boundary.
by Adam Langley
· 9 weeks ago
a928171
Use CMake's C/C++ version features.
by David Benjamin
· 7 weeks ago
ac639b7
Update build tools.
by David Benjamin
· 7 weeks ago
1694627
Don't leave stray errors in the error queue in X509_print_ex.
by David Benjamin
· 7 weeks ago
f7e2879
Switch to the CIPD version of CMake on Windows.
by David Benjamin
· 7 weeks ago
0426313
limit the feature macro stuff to __linux__
by Bob Beck
· 7 weeks ago
7fd831c
Enforce X.509 version invariants more consistently.
by David Benjamin
· 3 months ago
5a79788
Remove X509_to_X509_REQ.
by David Benjamin
· 8 weeks ago
ce2a353
Declare EVP_AEAD_CTX in base.h, like other typedefs.
by Adam Langley
· 8 weeks ago
07e1b28
Add missing blank line between functions.
by Adam Langley
· 8 weeks ago
227ff6e
Remove unions in EC_SCALAR and EC_FELEM.
by David Benjamin
· 9 weeks ago
3f180b8
Implement SSL_CTX_set_num_tickets.
by David Benjamin
· 8 weeks ago
df6311b
Add tests for X509_NAME_print_ex.
by David Benjamin
· 3 months ago
735a868
acvp: test CTR-DRBG with reseed in modulewrapper.
by Adam Langley
· 9 weeks ago
25e5b06
Do pending `go fmt` updates.
by Adam Langley
· 9 weeks ago
097ffe1
acvp: test SHA-512/256 with HMAC, RSA (PSS), and ECDSA.
by Adam Langley
· 9 weeks ago
1a541d4
Add PSS to the AVCP regcap.
by Adam Langley
· 9 weeks ago
8241345
Drop ACVP support for 3DES.
by Adam Langley
· 9 weeks ago
a56d941
Add function to return the name of the FIPS module.
by Adam Langley
· 9 weeks ago
a75bee5
Support running tests on non-NEON devices.
by Adam Langley
· 9 weeks ago
9a836f7
Update delocate tests
by Adam Langley
· 9 weeks ago
8b988b8
Tidy up how ASN1_STRING_print_ex figures out the type.
by David Benjamin
· 3 months ago
0e0ca82
Remove the ASN1_TLC cache. It appears to not help performance.
by Bob Beck
· 2 months ago
48f7947
Fix build for older CMake versions.
by Daniel Thornburgh
· 2 months ago
15302de
Remove code added to avoid SHA1 weakness.
by Bob Beck
· 2 months ago
553e81e
Update comment in light of prior change.
by Adam Langley
· 2 months ago
53a87b7
ChaCha20-Poly1305 for Armv8 (AArch64)
by Nevine Ebeid
· 4 months ago
59e3776
Replace the last strcasecmp with OPENSSL_strcasecmp.
by David Benjamin
· 3 months ago
f299342
[build] Fix build with HEAD clang.
by Daniel Thornburgh
· 3 months ago
6686352
Make calls to the verify callback consistant by calling ctx->verify_cb
by Bob Beck
· 3 months ago
f961de5
Try to require C11 (in non-MSVC compilers).
by David Benjamin
· 3 months ago
493d5cb
Try to require C++14.
by David Benjamin
· 3 months ago
edbdc24
Reject [UNIVERSAL 0] in DER/BER element parsers.
by David Benjamin
· 8 months ago
2fc6d38
Add CMake install rules.
by Daniel Thornburgh
· 3 months ago
fa3fbda
P-256 assembly optimisations for Aarch64.
by Nevine Ebeid
· 4 months ago
f7e1a94
hrss: always normalize.
by Adam Langley
· 3 months ago
27ffcc6
Use SHA-256 for the FIPS integrity check everywhere.
by Adam Langley
· 3 months ago
af34f64
Remove unused variable
by Kent Ross
· 3 months ago
225e8d3
Use X509 certificate alias as friendlyName in PKCS12
by Alex Gaynor
· 4 months ago
c9a7dd6
Retire the Windows BIO_printf workaround.
by David Benjamin
· 4 months ago
4984e4a
Work around another C language bug with empty spans.
by David Benjamin
· 3 months ago
f94a7ce
ASAN replaces malloc and free with its own implementation.
by niewei
· 4 months ago
8c8e7a6
Update fiat-crypto.
by David Benjamin
· 4 months ago
2144076
Remove VS 2015 support.
by David Benjamin
· 4 months ago
b99b98b
Remove X509_TRUST_set_default.
by David Benjamin
· 4 months ago
7534354
Replace internal use sha1 hash with sha256.
by Bob Beck
· 4 months ago
Next »