Sign in
boringssl
/
boringssl.git
/
8baf9635236802032cb4889ecf7b8049d916728f
8baf963
Pass explicit hs parameters to ssl_ext_*.
by David Benjamin
· 8 years ago
6773972
Pass explicit hs parameters into t1_enc.c.
by David Benjamin
· 8 years ago
2bd1917
Pass explicit hs parameters into custom_extensions.c.
by David Benjamin
· 8 years ago
6e4fc33
Pass explicit hs parameters to tls13_*.c.
by David Benjamin
· 8 years ago
8c880a2
Pass explicit hs parameters to kExtensions callbacks.
by David Benjamin
· 8 years ago
7b668a8
Enable getrandom for entropy gathering.
by Adam Langley
· 8 years ago
c3c8882
Match state machine functions with new calling convention.
by David Benjamin
· 8 years ago
ce8c9d2
Maintain SSL_HANDSHAKE lifetime outside of handshake_func.
by David Benjamin
· 8 years ago
7d75978
Fix x509v3_cache_extensions locking.
by David Benjamin
· 9 years ago
5fa2538
Clean up the GHASH init function a little.
by Adam Langley
· 8 years ago
abd36dd
Set needed defines for UINT64_C in gcm_test.cc.
by Adam Langley
· 8 years ago
64a8659
Rename BSWAP[48] to CRYPTO_bswap[48] and always define them.
by Adam Langley
· 8 years ago
48891ad
Simplify BoGo's TLS 1.3 key derivation.
by David Benjamin
· 8 years ago
0d1faef
Also add util/bot/golang to .gitignore.
by David Benjamin
· 8 years ago
c629e8b
Split CRYPTO_ghash_init from CRYPTO_gcm128_init.
by Adam Langley
· 8 years ago
a00cafc
Drop H (the key) from the GCM context.
by Adam Langley
· 8 years ago
e8bbc6c
Assume little-endian in GCM code.
by Adam Langley
· 8 years ago
0ec5639
Don't extract archives if unchanged.
by David Benjamin
· 8 years ago
65241cf
Add util/bot files to .gitignore.
by David Benjamin
· 8 years ago
f18ad08
tool: don't generate negative serial numbers.
by Adam Langley
· 8 years ago
d8a2682
Simplify rotate_offset computation in EVP_tls_cbc_copy_mac.
by David Benjamin
· 8 years ago
a4ddb6e
Remove unnecessary constant-time operation.
by David Benjamin
· 8 years ago
029cce5
Tidy up EVP_tls_cbc_copy_mac a little.
by David Benjamin
· 8 years ago
aedf303
Parse the entire PSK extension.
by David Benjamin
· 8 years ago
bf48364
Support setting per-connection default session lifetime value
by Alessandro Ghedini
· 8 years ago
15073af
Adding a fuzzer for Sessions
by Robert Sloan
· 8 years ago
a4ee74d
Skipping early data on 0RTT rejection.
by Steven Valdez
· 8 years ago
8f820b4
Clean up resumption secret "derivation" step.
by David Benjamin
· 8 years ago
ce1f62c
Make `bssl server` generate a self-signed cert if none is provided.
by Martin Kreichgauer
· 8 years ago
509889d
Sync with upstream's version of sha256-armv4.pl.
by Adam Langley
· 8 years ago
f086df9
signed char => int8_t.
by David Benjamin
· 8 years ago
e4a9dbc
Minor formatting fixups.
by David Benjamin
· 8 years ago
bfe5f08
Rewrite EC_window_bits_for_scalar_size into a function.
by David Benjamin
· 8 years ago
c6d09e8
Check for BN_lshift failure in BN_sqrt.
by David Benjamin
· 8 years ago
1c68eff
Fix error code for unreduced x.
by David Benjamin
· 8 years ago
14ebb4f
Don't compute the Kronecker symbol in ec_GFp_simple_set_compressed_coordinates.
by David Benjamin
· 8 years ago
bd69175
Test that BN_mod_sqrt detects quadratic non-residues.
by David Benjamin
· 8 years ago
55a1ecc
Don't allow BN_mod_sqrt(0) to return P in tests.
by David Benjamin
· 8 years ago
3d622e5
Add missing bounds check in tls13_derive_resumption_secret.
by David Benjamin
· 8 years ago
68f37b7
Run TestOneSidedShutdown at all versions.
by David Benjamin
· 8 years ago
0fef305
Add a ForEachVersion function to ssl_test.
by David Benjamin
· 8 years ago
9b885c5
Don't allow invalid SCT lists to be set.
by Adam Langley
· 8 years ago
6f5f49f
Flush TLS 1.3 certificate extensions.
by Adam Langley
· 8 years ago
cfa08c3
Enforce basic sanity of SCT lists.
by Adam Langley
· 8 years ago
b5172a7
Make tls1_setup_key_block static.
by David Benjamin
· 8 years ago
7da8ea7
Add forward declaration to avoid a compiler warning
by Doug Kwan
· 8 years ago
fbbef12
Don't put a colon in the extra error message.
by Adam Langley
· 8 years ago
d7b9002
Define BORINGSSL_SHARED_LIBRARY when building tests with Bazel.
by Adam Langley
· 8 years ago
5f04b6b
Add ppc64le vector implementation of SHA-1.
by Doug Kwan
· 8 years ago
35598ae
Remove ext_alpn_init.
by David Benjamin
· 8 years ago
e7f60a2
Fix alert on tls1_process_alert failure.
by David Benjamin
· 8 years ago
12d6baf
Make ssl_ext_pre_shared_key_add_clienthello static.
by David Benjamin
· 8 years ago
2aaaa16
Depend all_tests on p256-x86_64_test.
by David Benjamin
· 8 years ago
bbaf367
Add |SSL_set_retain_only_sha256_of_client_certs|.
by David Benjamin
· 8 years ago
a933c38
Test setting session ID context in early or SNI callback.
by David Benjamin
· 8 years ago
f01f42a
Negotiate ciphers before resumption.
by David Benjamin
· 8 years ago
34202b9
Call cert_cb before resolving resumption.
by David Benjamin
· 8 years ago
4eb95cc
Parse ClientHello extensions before deciding on resumption.
by David Benjamin
· 8 years ago
8d3f130
tool: print client's SNI value, if any.
by Alessandro Ghedini
· 8 years ago
4008c7a
Fix some more negative zeros and add tests for each case.
by David Benjamin
· 8 years ago
ca0b603
Remove unnecessary BN_is_negative check in p256-x86_64_test.
by David Benjamin
· 8 years ago
dc16f38
ec/ecp_nistz256: harmonize is_infinity with ec_GFp_simple_is_at_infinity.
by David Benjamin
· 8 years ago
e1cc35e
Tolerate cipher changes on TLS 1.3 resumption as a client.
by David Benjamin
· 8 years ago
2b02f4b
Loosen TLS 1.3 session/cipher matching in BoGo.
by David Benjamin
· 8 years ago
d0d532f
Select TLS 1.3 cipher before resumption in BoGo.
by David Benjamin
· 8 years ago
6929f27
Fix return values for TLS 1.3 state machine code.
by David Benjamin
· 8 years ago
71186e8
Move ExpectTicketAge out of AcceptAnySession.
by David Benjamin
· 8 years ago
0b8f85e
Fix AcceptAnyVersion bug.
by David Benjamin
· 8 years ago
ba28dfc
Add a -repeat-until-failure flag to runner.
by David Benjamin
· 8 years ago
53210cb
Do not send unsolicited SCTs in TLS 1.3.
by David Benjamin
· 8 years ago
ea80f9d
obfuscated_ticket_age must also be reset when comparing.
by David Benjamin
· 8 years ago
75f9914
Align TLS 1.2 and 1.3 server session validity checks.
by David Benjamin
· 8 years ago
1e21e99
More flexible detection of arm processors to fix cmake errors on armv6l and armv7l devices
by Aurelien Regat-Barrel
· 8 years ago
bca451e
Remove bssl::Main wrapper in ec_test.
by David Benjamin
· 8 years ago
e36888d
Rename and document ecp_nistz256_mod_inverse.
by David Benjamin
· 8 years ago
dde19c6
Fix booth_recode_w5 comment.
by David Benjamin
· 8 years ago
4a9313a
Add low-level p256-x86_64 tests.
by David Benjamin
· 8 years ago
28d1dc8
Perform stricter reduction in p256-x86_64-asm.pl.
by David Benjamin
· 9 years ago
c5665c9
Remove out-of-date BoGo earlyDataContext parsing bits.
by David Benjamin
· 8 years ago
b8d74f5
Add tests for failing cert_cb.
by David Benjamin
· 8 years ago
d5ff2f9
Refresh TLS fuzzer corpora.
by David Benjamin
· 8 years ago
fd06601
Add a script to refresh fuzzer corpora.
by David Benjamin
· 8 years ago
9b63f29
Fix run_tests on fuzzer-mode builds.
by David Benjamin
· 8 years ago
dfb4138
Update suppressions for fuzzer mode.
by David Benjamin
· 8 years ago
ffb1107
Add a helper function for parsing extensions blocks.
by David Benjamin
· 8 years ago
32b47a5
Allow PSK binder mismatches in fuzzer mode.
by David Benjamin
· 8 years ago
a833c35
Update to TLS 1.3 draft 18.
by Steven Valdez
· 8 years ago
ced9479
Replace hash_current_message with get_current_message.
by David Benjamin
· 8 years ago
e8b554d
Fix Android bots.
by David Benjamin
· 8 years ago
2c51645
Add runner tests which send intermediate certificates.
by David Benjamin
· 8 years ago
e6f2221
Enforce record-layer version numbers.
by David Benjamin
· 8 years ago
49b5038
Speculative fix to Android bots.
by David Benjamin
· 8 years ago
eab773a
Add missing PSK identity comment.
by David Benjamin
· 8 years ago
076ade5
Update pinned revisions in util/bot.
by David Benjamin
· 8 years ago
78476f6
Move tlsext_ticket_expected to SSL_HANDSHAKE.
by David Benjamin
· 8 years ago
ba1660b
Tidy up finish_message logic.
by David Benjamin
· 8 years ago
5eead16
Splitting finish_message to finish_message/queue_message.
by Steven Valdez
· 8 years ago
8499621
Check for i2d_name_canon failures in x509_name_canon.
by Jinguang Dong
· 8 years ago
a380f9d
Always assume little-endian in Poly1305 reference code.
by Adam Langley
· 8 years ago
e4f96d6
Align the non-vector Poly1305 structure.
by Adam Langley
· 8 years ago
Next »