Sign in
boringssl
/
boringssl
/
HEAD
1fa9cc2
Add a debugging log facility to the delegate.
by Bob Beck
· 13 days ago
master
20f7eb1
Unexport X509_VERIFY_PARAM_lookup
by David Benjamin
· 3 days ago
a9a4c6d
Fix build with -Wmissing-field-initializers
by David Benjamin
· 3 days ago
f78fe19
Remove X509_VERIFY_PARAM_get0_peername
by David Benjamin
· 10 days ago
e6ce79a
Document some key usage accessors
by David Benjamin
· 10 days ago
7ff31d3
Simplify and document X509_supported_extension
by David Benjamin
· 10 days ago
5a82702
Const-correct X509_LOOKUP_METHOD
by David Benjamin
· 13 days ago
15c811b
Fix KYBER_decap declaration
by David Benjamin
· 4 days ago
2ff409e
Replace X509_LOOKUP_ctrl with real functions
by David Benjamin
· 13 days ago
3a035dc
Name the hash functions in the Kyber implementation
by David Benjamin
· 4 days ago
2d7adae
Pull the string-based extensions APIs into their own section
by David Benjamin
· 14 days ago
07cd196
Always use a 32-byte shared secret for Kyber
by David Benjamin
· 4 days ago
46a7b4d
Tidy up x509_lu.c functions a little
by David Benjamin
· 13 days ago
72a2bf4
Clean up the by_file_ctrl x509 code to be slightly less obtuse
by Bob Beck
· 5 days ago
90004f0
Use relative links in markdown files
by David Benjamin
· 4 days ago
58906ea
Merge <openssl/x509v3.h> into <openssl/x509.h>
by David Benjamin
· 14 days ago
861cb31
Merge crypto/x509v3 into crypto/x509
by David Benjamin
· 14 days ago
9d47967
Simplify X509_VERIFY_PARAM_new and X509_VERIFY_PARAM_free
by David Benjamin
· 14 days ago
790f96b
Remove X509_VERIFY_PARAM names
by David Benjamin
· 2 weeks ago
4b9dd97
Add a value barrier in p224_select_point
by David Benjamin
· 5 days ago
70ca6bc
Add CRYPTO_{addc,subc}_* functions to crypto/internal.h
by David Benjamin
· 5 days ago
251ee0b
Implement the old FIPS 186-2 PRF
by David Benjamin
· 5 days ago
2ba7634
Document some X509_VERIFY_PARAM and X509_STORE functions
by David Benjamin
· 2 weeks ago
998f511
Remove a pile of unused X509_STORE callbacks
by David Benjamin
· 2 weeks ago
c7b6103
add checkout command to BUILDING.md
by Hubert Chao
· 5 days ago
38c4bf1
Move X509_INFO back into x509.h and document
by David Benjamin
· 5 days ago
2139aba
Give BIO an ex_data
by David Benjamin
· 7 days ago
3cd30cc
Remove fillins/openssl_util
by Bob Beck
· 12 days ago
df67e20
Remove unused fields in X509_LOOKUP and X509_LOOKUP_METHOD
by David Benjamin
· 2 weeks ago
09febb3
Fix some docs.go nits
by David Benjamin
· 14 days ago
d9b81bb
Unexport various unused X509_OBJECT and X509_LOOKUP functions.
by David Benjamin
· 2 weeks ago
c2b7df5
Add X509_OBJECT_new and X509_OBJECT_free
by David Benjamin
· 2 weeks ago
1685bd1
Fix leak if X509_STORE_CTX_init is called on a previously initialized context
by David Benjamin
· 13 days ago
b3d1666
Remove fillins/path_service
by Bob Beck
· 12 days ago
68d6ce3
Remove fillins/fillins_base64
by Bob Beck
· 12 days ago
d11c31c
Remove fillins/file_util
by Bob Beck
· 12 days ago
4102470
Remove fillins/fillins_string_util.[cc|h]
by Bob Beck
· 12 days ago
698aa89
Remove X509_STORE_CTX_zero
by David Benjamin
· 2 weeks ago
439ce28
Update README.md
by Bob Beck
· 2 weeks ago
71fb2a4
Remove IMPORT and related importing tools
by Bob Beck
· 2 weeks ago
6beabf3
Use InsertBraces - and reformat pki as such
by Bob Beck
· 13 days ago
5c7a2a0
Clang-format all of pki.
by Bob Beck
· 2 weeks ago
fcd464c
Trim X509_INFO and move to crypto/pem
by David Benjamin
· 3 weeks ago
5bef6ec
Document ASN1_ITEM-based signing, etc. APIs
by David Benjamin
· 3 weeks ago
1a7233d
Unexport some ASN1_ITEMs that aren't used externally
by David Benjamin
· 3 weeks ago
a697bcb
Document X509_NAME comparison functions
by David Benjamin
· 3 weeks ago
2a63b90
Document PKCS8_PRIV_KEY_INFO and X509_SIG
by David Benjamin
· 3 weeks ago
4e40035
Document X509_PUBKEY functions
by David Benjamin
· 3 weeks ago
3bfb4ea
Remove pki/fillins/net_errors.h
by David Benjamin
· 2 weeks ago
aa533e0
Remove the _BORINGSSL_LIBPKI_ defines
by David Benjamin
· 2 weeks ago
a4851dd
Remove no longer reachable CRL path validation code
by David Benjamin
· 3 weeks ago
ae40ad9
Remove support for the certificateIssuer CRL entry extension
by David Benjamin
· 3 weeks ago
33d6e81
Use the ASN1_BOOLEAN typedef in ISSUING_DIST_POINT
by David Benjamin
· 3 weeks ago
d53bbba
Unexport the idp_flags constants
by David Benjamin
· 3 weeks ago
54eaf6b
Remove some remnants of indirect CRLs in CRL matching
by David Benjamin
· 3 weeks ago
9bed373
Remove the delta CRL special case on expiry
by David Benjamin
· 3 weeks ago
8cae3d0
Remove the now no-op CRL reasons loop
by David Benjamin
· 3 weeks ago
580c041
Don't process DistributionPoints with a reasons field
by David Benjamin
· 3 weeks ago
39cc892
Remove the redundant idp_reasons field
by David Benjamin
· 3 weeks ago
9177d65
Remove removedFromCRL handling
by David Benjamin
· 3 weeks ago
d9a58a1
Remove dcrl output parameter in CRL lookup logic
by David Benjamin
· 3 weeks ago
0c44813
Don't parse delta CRL and CRL number extensions
by David Benjamin
· 3 weeks ago
3e28180
Remove EXFLAG_FRESHEST
by David Benjamin
· 3 weeks ago
f861499
Remove delta and extended CRL support
by David Benjamin
· 3 weeks ago
1b7fdbd
Manually unroll pi and rho steps in Keccak
by David Benjamin
· 3 weeks ago
261fe43
Don't prematurely run keccak_f in squeeze
by David Benjamin
· 3 weeks ago
827c7dd
Remove X509_CRL_diff
by David Benjamin
· 3 weeks ago
5d1c612
Expand and document RSA_PSS_PARAMS functions
by David Benjamin
· 3 weeks ago
dd8ffe1
Document X509_REVOKED-related functions
by David Benjamin
· 3 weeks ago
240b73a
Const-correct and document trust/reject object APIs
by David Benjamin
· 3 weeks ago
c5a9941
Limit the SHA_CTX workaround to C
by David Benjamin
· 3 weeks ago
ad57528
Simplify AES-GCM counter increment
by David Benjamin
· 4 weeks ago
a126322
Remove unnecessary length check before OPENSSL_memcpy
by David Benjamin
· 4 weeks ago
361647e
Test EVP_CTRL_AEAD_SET_IV_FIXED and friends
by David Benjamin
· 4 weeks ago
0bb026e
Tighten the limit in ASN1_STRING_set further
by David Benjamin
· 9 weeks ago
478b28a
Fix delocate build rules with make
by David Benjamin
· 5 weeks ago
f714cb2
Add basic C implementation of SPHINCS+-SHA2-128s.
by Stefan Koelbl
· 6 months ago
d2a2913
Update Go dependencies
by David Benjamin
· 5 weeks ago
2a33fae
do not call memcpy directly in curve25519_64_adx.h
by Andres Erbsen
· 5 weeks ago
a96e737
Skip ForkDetect tests on iOS
by David Benjamin
· 5 weeks ago
3309ca6
Add ALPS codepoint supports for split handshake
by Victor Tan
· 10 weeks ago
c4b1738
Add missing include for waitpid
by David Benjamin
· 6 weeks ago
ec87e1a
Add a note about the list in target.h
by Adam Langley
· 6 weeks ago
672813c
Teach delocate about a new directive that Clang is using.
by Adam Langley
· 6 weeks ago
c38dc29
Make the pki private headers available to gn
by Bob Beck
· 6 weeks ago
7fb818f
Sync pki to chromium 5934e28579cddeae3d9ae5b5974f8aae31f200dd
by Bob Beck
· 6 weeks ago
4df6f97
Move Keccak code to its own folder and add an absorb API.
by Guillaume Endignoux
· 7 weeks ago
bfa8369
Add support for fork detection via pthread_atfork()
by Bob Beck
· 7 months ago
39d7ee9
Error check X509_ALGOR_set0()
by Theo Buehler
· 7 weeks ago
9e61443
Add some IWYU export pragmas
by David Benjamin
· 8 weeks ago
3763efb
Convert X509_NAME_get_text_by_[NID|OBJ] to return UTF-8
by Bob Beck
· 8 months ago
5d58c55
crypto: remove kBoringSSLBinaryTag
by Saleem Abdulrasool
· 9 weeks ago
8d71d24
Export OPENSSL_NO_* defines in bssl-sys for consumption in rust-openssl
by Alex Gaynor
· 8 weeks ago
a014bda
Improve X509Test.NameAttributeValues coverage
by David Benjamin
· 9 weeks ago
55715e3
Edit bssl-sys setup instructions.
by Cindy Lin
· 8 weeks ago
26d84fd
Store NID_undef's ASN1_OBJECT outside the table
by David Benjamin
· 9 weeks ago
8a062a7
Don't include NID_undef in short/long name tables
by David Benjamin
· 9 weeks ago
5e1496b
Remove asn1_ex_clear from ASN1_EXTERN_FUNCS.
by David Benjamin
· 9 weeks ago
5555991
Avoid GCC's -Wdangling-pointer warning in CBB
by David Benjamin
· 6 months ago
8313e13
Replace remaining references to __ARM_ARCH__ with __ARM_ARCH
by David Benjamin
· 8 weeks ago
Next »