Sign in
boringssl
/
boringssl.git
/
d2b5af56cf2a8b4695821b2ff64a7bfc82f3ba5e
/
ssl
/
ssl_test.cc
d2b5af5
Revert scoped_types.h change.
by Adam Langley
· 9 years ago
8c3c313
Remove scoped_types.h.
by Adam Langley
· 9 years ago
09feb0f
Move C++ helpers into |bssl| namespace.
by Adam Langley
· 9 years ago
b6a0a51
Simplify version configuration.
by David Benjamin
· 9 years ago
10e664b
Always set min_version / max_version.
by David Benjamin
· 9 years ago
f715c42
Make SSL_set_bio's ownership easier to reason about.
by David Benjamin
· 9 years ago
5c0fb88
Add tests for SSL_set_fd and friends.
by David Benjamin
· 9 years ago
686bb19
Add a unit test for one-sided shutdown.
by David Benjamin
· 9 years ago
053931e
CECPQ1: change from named curve to ciphersuite.
by Matt Braithwaite
· 9 years ago
4f94b1c
Adding TLS 1.3 constants.
by Steven Valdez
· 9 years ago
d8eea14
BIO_new_mem_buf should take const void *
by Steven Valdez
· 9 years ago
de94238
Fix SSL_get_{read,write}_sequence.
by David Benjamin
· 9 years ago
fb974e6
Use initializer lists to specify cipher rule tests.
by David Benjamin
· 9 years ago
4f6acaf
Use more C++11 features.
by David Benjamin
· 9 years ago
13414b3
Implement draft-ietf-tls-chacha20-poly1305-04.
by David Benjamin
· 9 years ago
d6e9eec
Remove algo_strength.
by David Benjamin
· 9 years ago
dcb6ef0
Remove algorithm_ssl.
by David Benjamin
· 9 years ago
ef14b2d
Remove stl_compat.h.
by David Benjamin
· 9 years ago
271777f
Refactor ChaCha20-Poly1305 AEAD nonce handling.
by Brian Smith
· 9 years ago
0a870c2
Correctly free SSL_SESSIONs in ssl_test.
by David Benjamin
· 9 years ago
1269ddd
Never use the internal session cache for a client.
by David Benjamin
· 9 years ago
0f65395
Add tests for the internal session cache behavior.
by David Benjamin
· 9 years ago
7a1eefd
Deprecate SSL_library_init.
by David Benjamin
· 9 years ago
1d128f3
Make SSL_get_client_CA_list slightly more OpenSSL-compatible.
by David Benjamin
· 10 years ago
af09675
Restore the NULL-SHA ciphersuite. (Alas.)
by Matt Braithwaite
· 10 years ago
26416e9
Remove the last of SESS_CERT.
by David Benjamin
· 10 years ago
2b23d24
Make key exchange strength available.
by Sigbjorn Vik
· 10 years ago
422fe08
Add tests for the padding extension.
by David Benjamin
· 10 years ago
fd67aa8
Add SSL_SESSION_from_bytes.
by David Benjamin
· 10 years ago
85bc560
Add ECDHE-PSK-AES{128,256}-SHA cipher suites.
by Adam Langley
· 10 years ago
1feb42a
Drop ECDHE-PSK-AES-128-GCM.
by Adam Langley
· 10 years ago
338e067
Reject sessions with the wrong structure version.
by David Benjamin
· 10 years ago
f297e02
Reject unknown fields in d2i_SSL_SESSION.
by David Benjamin
· 10 years ago
3fa65f0
Fix some malloc test crashs.
by David Benjamin
· 10 years ago
6879373
Revert "Temporarily break a handful of tests."
by David Benjamin
· 10 years ago
a921d55
Temporarily break a handful of tests.
by David Benjamin
· 10 years ago
67be048
Convert ec_test to C++
by David Benjamin
· 10 years ago
83f182c
Revert "Temporary introduce a memory leak in ssl_test"
by David Benjamin
· 10 years ago
88d0f91
Temporary introduce a memory leak in ssl_test
by David Benjamin
· 10 years ago
0344daf
Tidy cipher rule processing.
by David Benjamin
· 10 years ago
83a8298
Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it.
by Brian Smith
· 10 years ago
32fbdf2
Remove anonymous cipher suites.
by David Benjamin
· 10 years ago
e12c437
Fix leak in ssl_test.
by David Benjamin
· 10 years ago
1d77e56
Convert ssl_test to C++.
by David Benjamin
· 10 years ago
[Renamed (61%) from ssl/ssl_test.c]
7061e28
Rename EECDH and EDH to ECDHE and DHE.
by David Benjamin
· 10 years ago
2bdb35c
Use SSL_get_cipher_by_value in cipher_get_rfc_name tests.
by David Benjamin
· 10 years ago
3673be7
Fix standalone build on Win64.
by David Benjamin
· 10 years ago
6522625
Add SSL_CIPHER_get_rfc_name.
by David Benjamin
· 10 years ago
82c9e90
Merge SSLv23_method and DTLS_ANY_VERSION.
by David Benjamin
· 10 years ago
688d8df
Remove psk_identity_hint from SSL_SESSION.
by David Benjamin
· 10 years ago
3cac450
Add SSL_SESSION_to_bytes to replace i2d_SSL_SESSION.
by David Benjamin
· 10 years ago
7001a7f
Don't bother accepting key_arg when parsing SSL_SESSION.
by David Benjamin
· 10 years ago
751e889
Add SSL_SESSION serialization and deserialization tests.
by David Benjamin
· 10 years ago
37d9246
Disallow all special operators once groups are used.
by David Benjamin
· 11 years ago
bb0a17c
Add a set of tests for cipher string parsing.
by David Benjamin
· 11 years ago
e113608
Switch the reason code check to a compile-time assert.
by David Benjamin
· 11 years ago
c44d2f4
Convert all zero-argument functions to '(void)'
by David Benjamin
· 11 years ago
2e52121
Fix magic SSL reason codes.
by David Benjamin
· 11 years ago