Sign in
boringssl
/
boringssl.git
/
bb5484049dc20915a439a4c0aaca79e67c796df6
/
ssl
/
test
45bdb2e
Remove identical tests.
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
5510863
Temporary remove the TLS 1.3 anti-downgrade mechanism.
by David Benjamin
· 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
f0e935d
Fold stack-allocated types into headers.
by David Benjamin
· 9 years ago
d17d74d
Replace Scoped* heap types with bssl::UniquePtr.
by Matt Braithwaite
· 9 years ago
57e929f
Enable RSA-PSS in TLS 1.2 by default.
by David Benjamin
· 9 years ago
163c956
Forbid EMS from changing during renegotation.
by David Benjamin
· 9 years ago
9c8c418
Remove RC4 ciphersuites from TLS.
by Matt Braithwaite
· 9 years ago
07e7806
runner: use 3DES instead of RC4 where possible.
by Matt Braithwaite
· 9 years ago
5c4e857
Fill in the curve ID for TLS 1.3.
by David Benjamin
· 9 years ago
cb96654
Adding ARRAY_SIZE macro for getting the size of constant arrays.
by Steven Valdez
· 9 years ago
0e95015
RSA-PSS should work in TLS 1.2.
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
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
ee32bea
Fix TLS 1.2 sigalgs fallback logic for ECDSA.
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
05cad5e
Fix typo.
by David Benjamin
· 9 years ago
5013fb4
Adding PORTING.md for instructions on how to port the test runner
by EKR
· 9 years ago
eed2401
Apply SendClientVersion at the end.
by David Benjamin
· 9 years ago
3e51757d
Enforce the server ALPN protocol was advertised.
by David Benjamin
· 9 years ago
881f196
Make ECDHE_PSK + AES_GCM unmatchable.
by David Benjamin
· 9 years ago
25fe85b
Insert a state before cert_cb.
by David Benjamin
· 9 years ago
19d5cf8
Move remaining ScopedContext types out of scoped_types.h
by Martin Kreichgauer
· 9 years ago
f71d7ed
Shim-specific configuration file with suppressions and error translation.
by EKR
· 9 years ago
e7e36aa
Test that switching versions on renego is illegal.
by David Benjamin
· 9 years ago
b919540
Align SSL_SESSION_up_ref with OpenSSL.
by David Benjamin
· 9 years ago
4087df9
Move more side-specific code out of tls13_process_certificate.
by David Benjamin
· 9 years ago
bb9e36e
Test client certificates carry over on session resumption.
by David Benjamin
· 9 years ago
721e8b7
Test that servers enforce session timeouts.
by David Benjamin
· 9 years ago
1e6f11a
Adding NewSessionTicket.
by Steven Valdez
· 9 years ago
e8e84b9
Reject warning alerts in TLS 1.3.
by David Benjamin
· 9 years ago
0b3625b
Add support for TLS 1.3 PSK resumption in Go.
by Nick Harper
· 9 years ago
4890165
Empty signature algorithms in TLS 1.3 CertificateRequest is illegal.
by David Benjamin
· 9 years ago
0c40a96
Send unsupported_extension on unexpected ServerHello extensions.
by David Benjamin
· 9 years ago
636ff1c
Convert rsa_1024_key.pem to a PKCS#8 PEM blob.
by David Benjamin
· 9 years ago
9498e74
Don't have the default value of |verify_result| be X509_V_OK.
by Adam Langley
· 9 years ago
0d1b096
Fix mixed comment markers.
by David Benjamin
· 9 years ago
1dc53d2
Adding handling for KeyUpdate post-handshake message.
by Steven Valdez
· 9 years ago
8e1c7be
Adding Post-Handshake message handling.
by Steven Valdez
· 9 years ago
163f29a
Move post-handshake message handling out of read_app_data.
by David Benjamin
· 9 years ago
e97fb48
Test that V2ClientHello must be the first record.
by David Benjamin
· 9 years ago
173bf93
Accept the special token 'UNTRANSLATED_ERROR' instead of the expected error code when -loose-errors argument is used. Usable for non-bssl shims
by EKR
· 9 years ago
4792110
Forbid interleaving app data in a HelloRequest.
by David Benjamin
· 9 years ago
17e1292
Make runner's -test parameter take glob patterns.
by David Benjamin
· 9 years ago
02edcd0
Reject stray post-Finished messages in DTLS.
by David Benjamin
· 9 years ago
7baf681
Convert all of our test private keys to PKCS#8 PEM blobs.
by David Benjamin
· 9 years ago
21c0028
Implement KeyUpdate in Go.
by David Benjamin
· 9 years ago
d5a4ecb
Support accepting TLS 1.3 tickets on the Go client.
by David Benjamin
· 9 years ago
5810488
Add support for sending TLS 1.3 tickets in Go.
by David Benjamin
· 9 years ago
4528e2b
Take DHE ciphers out of 1.3 in Go.
by David Benjamin
· 9 years ago
842ae6c
Support unimplemented tests in test runner.
by EKR
· 9 years ago
1d4f4c0
Add SSL_send_fatal_alert.
by David Benjamin
· 9 years ago
12d2c48
Add a packed renegotiation test.
by David Benjamin
· 9 years ago
5e7e7cc
Add SSL_set_fallback_version.
by David Benjamin
· 9 years ago
5440fe0
Adding HelloRetryRequest.
by Steven Valdez
· 9 years ago
4d90c10
Send extension indicating the TLS 1.3 draft version in Go.
by Nick Harper
· 9 years ago
dcfbc67
Implement HelloRetryRequest in Go.
by Nick Harper
· 9 years ago
e470e66
Test if the ServerHello includes an unknown cipher suite.
by David Benjamin
· 9 years ago
b62d287
Add TLS 1.3 versions of the -Enforced versions.
by David Benjamin
· 9 years ago
8d315d7
Remove enableTLS13Handshake.
by David Benjamin
· 9 years ago
4f92157
Add a TLS 1.3 version of UnsupportedCurve.
by David Benjamin
· 9 years ago
942f4ed
Implement OCSP stapling in TLS 1.3.
by David Benjamin
· 9 years ago
143e8b3
Add TLS 1.3 1-RTT.
by Steven Valdez
· 9 years ago
4ee027f
Allow server supported_curves in TLS 1.3 in Go.
by David Benjamin
· 9 years ago
0b8d5da
Add much more aggressive WrongMessageType tests.
by David Benjamin
· 9 years ago
7964b18
Add machinery for testing TLS 1.3 cipher change synchronization.
by David Benjamin
· 9 years ago
6167281
Check for buffered handshake messages on cipher change in DTLS.
by David Benjamin
· 9 years ago
cea0ab4
Reject 1.3 ServerHellos with the RI extension in Go.
by David Benjamin
· 9 years ago
9ec1c75
Add TLS 1.3 version of EmptyCertificateList.
by David Benjamin
· 9 years ago
97d17d9
Run extensions tests at all versions.
by David Benjamin
· 9 years ago
46f94bd
Enforce in Go that all ServerHello extensions are known.
by David Benjamin
· 9 years ago
d3440b4
Give SSL_PRIVATE_KEY_METHOD a message-based API.
by David Benjamin
· 9 years ago
0c0b7e1
Widen SSL_PRIVATE_KEY_METHOD types to include the curve name.
by David Benjamin
· 9 years ago
ca3d545
Add SSL_set_signing_algorithm_prefs.
by David Benjamin
· 9 years ago
0ee2e11
Fixing TLS 1.3 Go Handshake Bugs.
by Steven Valdez
· 9 years ago
2aad406
Switch application traffic keys at the right time in Go TLS 1.3.
by David Benjamin
· 9 years ago
5208fd4
Generalize invalid signature tests and run at all versions.
by David Benjamin
· 9 years ago
f74ec79
Fix Go TLS 1.3 sigalg handling.
by David Benjamin
· 9 years ago
bbfff7c
Rename all the signature algorithm tests.
by David Benjamin
· 9 years ago
8ac3571
Use SSL_get_extms_support in bssl_shim.
by David Benjamin
· 9 years ago
e907765
Enforce that EMS is not advertised in TLS 1.3.
by David Benjamin
· 9 years ago
6e6abe1
Temporarily skip resume tests in TLS 1.3.
by David Benjamin
· 9 years ago
2f8935d
Test NULL client CA lists.
by David Benjamin
· 9 years ago
97a0a08
Implement exporters for TLS 1.3 in Go.
by David Benjamin
· 9 years ago
c87ebde
Fix up TLS 1.3 PSK placeholder logic in the Go code.
by David Benjamin
· 9 years ago
c78aa4a
Don't crash on EnableAllCiphers in deriveTrafficAEAD.
by David Benjamin
· 9 years ago
9deb117
Temporarily skip resumption in 1.3 cipher suite tests.
by David Benjamin
· 9 years ago
1edae6b
Make WrongCertificateMessageType work in both 1.3 and 1.2.
by David Benjamin
· 9 years ago
6f8f4de
Set m.raw in encryptedExtensionsMsg.
by David Benjamin
· 9 years ago
54c217c
Forbid PSK ciphers in TLS 1.3 for now.
by David Benjamin
· 9 years ago
7944a9f
Account for key size when selecting RSA-PSS.
by David Benjamin
· 9 years ago
Next »