Sign in
boringssl
/
boringssl.git
/
15073af5b7c311989f9621579b578afe1abe8fc4
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
· 8 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
45c844a
aes/asm/aesp8-ppc.pl: improve [backward] portability.
by David Benjamin
· 8 years ago
231a475
Test bad records at all cipher suites.
by David Benjamin
· 8 years ago
126fa27
Don't leak memory on ASN1_GENERALIZEDTIME_adj() error path
by David Benjamin
· 8 years ago
7f2ee35
bn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (not affected).
by David Benjamin
· 8 years ago
14c7e8d
BORINGSSL_UNSAFE_FUZZER_MODE implies BORINGSSL_UNSAFE_DETERMINISTIC_MODE.
by David Benjamin
· 8 years ago
c5ac2b6
Rename X.509 members in |SSL_SESSION| and |CERT|.
by Adam Langley
· 8 years ago
a983b4c
Set SSL_MODE_NO_AUTO_CHAIN by default.
by David Benjamin
· 8 years ago
b348897
Correctness fixes for NaCl and other platforms.
by Matthew Braithwaite
· 8 years ago
da4789e
Fix BoGo HelloVerifyRequest version handling.
by David Benjamin
· 8 years ago
4e41926
Move key_block into SSL_HANDSHAKE.
by David Benjamin
· 8 years ago
54955fe
Allow building on MIPS.
by Kenneth Geisshirt
· 8 years ago
ec978dd
Add corpora for fuzzers with fuzzer mode disabled.
by David Benjamin
· 8 years ago
da863608
Expose SSL_max_seal_overhead.
by David Benjamin
· 8 years ago
864c887
Add STACK_OF(CRYPTO_BUFFER).
by Adam Langley
· 8 years ago
d50f1c8
Address review comments from https://boringssl-review.googlesource.com/#/c/11920/2
by Adam Langley
· 8 years ago
123db57
Measure session->timeout from ticket issuance.
by David Benjamin
· 8 years ago
e75cc27
Fix ssl3_send_new_session_ticket error-handling.
by David Benjamin
· 8 years ago
0a011fc
Flush TLS 1.3 NewSessionTicket messages together.
by David Benjamin
· 8 years ago
8e816eb
Treat sessions as expired on the boundary second.
by David Benjamin
· 8 years ago
5b7b09c
Remove weird special-cases around times in SSL_SESSION.
by David Benjamin
· 8 years ago
0f31ac7
Don't serialize negative times and timeouts.
by David Benjamin
· 8 years ago
11a7b3c
Trim ssl_create_cipher_list slightly.
by David Benjamin
· 8 years ago
3c51d9b
Test that session renewals interact with lifetimes correctly.
by David Benjamin
· 8 years ago
c034e2d
Add ED25519_keypair_from_seed.
by Ladar Levison
· 8 years ago
dda85e8
Remove the last of BIO_print_errors.
by David Benjamin
· 8 years ago
Next »