Sign in
boringssl
/
boringssl
/
d2ba8891e07522396efc7bca00a12e3cc37e6ba0
d2ba889
Improve -valgrind error-handling.
by David Benjamin
· 9 years ago
9aafb64
Don't swallow tool output on failure.
by David Benjamin
· 9 years ago
7a4aaa4
Fix TLS 1.3 fuzzer mode in Go.
by David Benjamin
· 9 years ago
e0ff767
Remove SSL_set_fallback_version.
by David Benjamin
· 9 years ago
28d938d
Unwind unnecessary Android hacks.
by David Benjamin
· 9 years ago
e63d9d7
Test interaction of RSA key exchange and ClientHello.version.
by David Benjamin
· 9 years ago
7867934
Do not distinguish NULL and empty PSK identity hints.
by David Benjamin
· 9 years ago
bac75b8
Move peer_psk_identity_hint to SSL_HANDSHAKE.
by David Benjamin
· 9 years ago
1ccfb4e
Shush a MinGW warning in crypto/x509.
by David Benjamin
· 9 years ago
84759bd
Use pthreads on MinGW.
by David Benjamin
· 9 years ago
f12320a
Pack an SSL* a little better.
by Adam Langley
· 9 years ago
4fe3c90
Release TLS 1.3 key shares earlier in TLS 1.2.
by David Benjamin
· 9 years ago
3ba2ae0
Define __STDC_CONSTANT_MACROS in bn_test.cc.
by David Benjamin
· 9 years ago
40a6311
Add BN_set_u64.
by David Benjamin
· 9 years ago
c446ce5
Add EVP_AEAD_CTX_aead.
by David Benjamin
· 9 years ago
41b8ff2
Don't pass -Wa,-g on clang.
by David Benjamin
· 9 years ago
2c66e07
Don't send the access_denied alert innappropriately.
by David Benjamin
· 9 years ago
defe2a8
Add a few more scopers.
by David Benjamin
· 9 years ago
9a5f49e
Remove a few more remnants of RC4/TLS.
by David Benjamin
· 9 years ago
8aaa9e1
Remove RC4 from TLS for real.
by Matthew Braithwaite
· 9 years ago
6e3f5cc
Add SSL_CTX_get_keylog_callback.
by David Benjamin
· 9 years ago
bb54840
Move android-cmake README to METADATA file.
by Adam Langley
· 9 years ago
75e44ae
Move gcm_test to C++
by Adam Langley
· 9 years ago
32d961a
Implement BIO_eof() for compatibility
by Alessandro Ghedini
· 9 years ago
a979197
Use C99 for size_t loops in gcm.c.
by David Benjamin
· 9 years ago
6855f77
Update API-CONVENTIONS.md for the new scopers.
by David Benjamin
· 9 years ago
45bdb2e
Remove identical tests.
by David Benjamin
· 9 years ago
3b6fb59
Use fewer macros in C ChaCha implementation.
by David Benjamin
· 9 years ago
3d458dc
Revert of Determining certificate_auth and key_exchange based on SSL.
by David Benjamin
· 9 years ago
639846e
Add tests for trailing data in handshake messages.
by David Benjamin
· 9 years ago
cd2c806
Factor per-message test machinery out.
by David Benjamin
· 9 years ago
7208822
Build debug symbols for assembly.
by David Benjamin
· 9 years ago
5409123
Use C99 for size_t loops.
by David Benjamin
· 9 years ago
c763a40
Replace CBC_MAC_ROTATE_IN_PLACE with an N lg N rotation.
by David Benjamin
· 9 years ago
84b5c00
Serialize unresumable sessions to a placeholder value.
by Steven Valdez
· 9 years ago
bd09ecc
Determining certificate_auth and key_exchange based on SSL.
by Steven Valdez
· 9 years ago
1fc7e9c
Remove trailing ';' from macros
by Alessandro Ghedini
· 9 years ago
4d0be24
Only allow SSL_set_session before the handshake.
by David Benjamin
· 9 years ago
8e726ec
Remove unused crypto/perlasm/cbc.pl.
by David Benjamin
· 9 years ago
fc0c9d9
Use a common state to begin the handshake.
by David Benjamin
· 9 years ago
5510863
Temporary remove the TLS 1.3 anti-downgrade mechanism.
by David Benjamin
· 9 years ago
0e9138d
We no longer allow out < in in-place operations
by David Benjamin
· 9 years ago
2f401ec
Fix IWYU violation in speed.cc.
by David Benjamin
· 9 years ago
31168c9
Print out the signature algorithm in bssl client.
by David Benjamin
· 9 years ago
ed6c5d3
crypto/bn/*: x86[_64] division instruction doesn't handle constants, change constraint from 'g' to 'rm'.
by Steven Valdez
· 9 years ago
4709203
Make forward-declaring bssl::UniquePtr<T> actually work.
by David Benjamin
· 9 years ago
934b57e
Fix a few leaks in X509_REQ_to_X509.
by Steven Valdez
· 9 years ago
c241d79
Add tests around compression methods.
by David Benjamin
· 9 years ago
abe94e3
Test that SNI warning alerts are ignored.
by David Benjamin
· 9 years ago
3e5619d
Blacklist STLPort from C++ scopers.
by David Benjamin
· 9 years ago
f0e935d
Fold stack-allocated types into headers.
by David Benjamin
· 9 years ago
7072884
Fix bssl client -session-out.
by David Benjamin
· 9 years ago
2aae802
Fix a typo in ssl.h.
by Martin Kreichgauer
· 9 years ago
0fb46d4
const-correct a variable.
by David Benjamin
· 9 years ago
d17d74d
Replace Scoped* heap types with bssl::UniquePtr.
by Matt Braithwaite
· 9 years ago
bc61769
Update pinned revisions in util/bot.
by David Benjamin
· 9 years ago
57e929f
Enable RSA-PSS in TLS 1.2 by default.
by David Benjamin
· 9 years ago
449c381
Import NIST ECDSA verification tests.
by David Benjamin
· 9 years ago
9962057
Test that the early callback can affect max_version.
by David Benjamin
· 9 years ago
a6e86bc
Import NIST ECDSA signing tests.
by David Benjamin
· 9 years ago
163c956
Forbid EMS from changing during renegotation.
by David Benjamin
· 9 years ago
147f1c4
Simplify RC4 code and remove assembly.
by David Benjamin
· 9 years ago
8c2d53a
Import NIST ECDH test vectors.
by David Benjamin
· 9 years ago
9b7d836
Be -Wnewline-eof clean.
by David Benjamin
· 9 years ago
9c8c418
Remove RC4 ciphersuites from TLS.
by Matt Braithwaite
· 9 years ago
8aae8a1
Remove M_i2d_* and M_d2i_*.
by David Benjamin
· 9 years ago
1db42fb
Clarify CBS/CBB with respect to high tag number form.
by David Benjamin
· 9 years ago
a6cd185
Set verify_result, even on failure.
by Adam Langley
· 9 years ago
008f081
Allow .arch directives with Clang.
by Adam Langley
· 9 years ago
81f4335
Don't crash when a session callback returns NULL.
by Adam Langley
· 9 years ago
07e7806
runner: use 3DES instead of RC4 where possible.
by Matt Braithwaite
· 9 years ago
c72e6f9
Fix off by 1 in ASN1_STRING_set()
by David Benjamin
· 9 years ago
311c257
Declare SSL_R_BLOCK_CIPHER_PAD_IS_WRONG and SSL_R_NO_CIPHERS_SPECIFIED.
by David Benjamin
· 9 years ago
0fc37ef
Fix a number of sigalg scope issues.
by David Benjamin
· 9 years ago
7bee853
Include |BN_MONT_CTX| construction in RSA verification speed test.
by Brian Smith
· 9 years ago
7c04075
Rewrite BN_bn2dec.
by David Benjamin
· 9 years ago
4c4ff02
Fix bn_wexpand's documentation.
by David Benjamin
· 9 years ago
7c7d831
Trim a few extensions when min_version is TLS 1.3.
by David Benjamin
· 9 years ago
5c4e857
Fill in the curve ID for TLS 1.3.
by David Benjamin
· 9 years ago
29e5cf7
Remove SSL_SESSION_get_key_exchange_info.
by David Benjamin
· 9 years ago
cb96654
Adding ARRAY_SIZE macro for getting the size of constant arrays.
by Steven Valdez
· 9 years ago
04aa694
Implement BORINGSSL_UNSAFE_FUZZER_MODE for TLS 1.3.
by David Benjamin
· 9 years ago
0e95015
RSA-PSS should work in TLS 1.2.
by David Benjamin
· 9 years ago
7aa31d6
Remove ssl->verify_result.
by David Benjamin
· 9 years ago
93d9743
Deprecate and no-op SSL_set_verify_result.
by David Benjamin
· 9 years ago
4666248
Test resuming renewed sessions.
by David Benjamin
· 9 years ago
32635b8
Add limit for consecutive KeyUpdate messages.
by Steven Valdez
· 9 years ago
dd634eb
s/nginx/NGINX/
by David Benjamin
· 9 years ago
54ed58e
Forbid PKCS1 in TLS 1.3.
by Steven Valdez
· 9 years ago
3764683
Have |SSL_get_verify_result| return |X509_V_OK| when no client certificate is given.
by Adam Langley
· 9 years ago
867bcba
Move ssl_handshake_new, etc., into s3_both.c.
by David Benjamin
· 9 years ago
ee32bea
Fix TLS 1.2 sigalgs fallback logic for ECDSA.
by David Benjamin
· 9 years ago
9b01c61
Clarify origin of optimized computation of Montgomery n0.
by Brian Smith
· 9 years ago
d224d52
Add constants for BN_rand and use them.
by David Benjamin
· 9 years ago
8fcc755
Don't add ERR_R_INTERNAL_ERROR to BN_R_NO_INVERSE.
by David Benjamin
· 9 years ago
8a8349b
Request contexts are now illegal during the handshake.
by David Benjamin
· 9 years ago
e73c7f4
Flesh out missing TLS 1.3 state machine coverage.
by David Benjamin
· 9 years ago
e54af06
Configure common config bits in one place.
by David Benjamin
· 9 years ago
405da48
Improve TLS 1.3 resumption/version tests.
by David Benjamin
· 9 years ago
4aa154e
Adding code to send session as PSK Identity.
by Steven Valdez
· 9 years ago
Next »