.. |
test
|
Check that tests with a version in the name do something with versions.
|
2016-12-07 23:25:59 +00:00 |
CMakeLists.txt
|
|
|
custom_extensions.c
|
Pass explicit hs parameters into custom_extensions.c.
|
2016-12-06 19:49:36 +00:00 |
d1_both.c
|
Replace hash_current_message with get_current_message.
|
2016-11-15 06:52:10 +00:00 |
d1_lib.c
|
Remove RC4 from TLS for real.
|
2016-09-16 03:06:36 +00:00 |
d1_pkt.c
|
Expose SSL_max_seal_overhead.
|
2016-11-09 16:51:46 +00:00 |
d1_srtp.c
|
Fix ssl_ctx_make_profiles error handling.
|
2016-09-27 13:27:06 +00:00 |
dtls_method.c
|
Replace hash_current_message with get_current_message.
|
2016-11-15 06:52:10 +00:00 |
dtls_record.c
|
Take the version parameter out of ssl_do_msg_callback.
|
2016-09-21 18:55:27 +00:00 |
handshake_client.c
|
Pass explicit parameters elsewhere.
|
2016-12-06 19:54:58 +00:00 |
handshake_server.c
|
Make ssl3_choose_cipher and dependencies static.
|
2016-12-07 20:13:49 +00:00 |
internal.h
|
Better pack ssl_handshake_st and ssl3_state_st.
|
2016-12-08 00:46:03 +00:00 |
s3_both.c
|
Match state machine functions with new calling convention.
|
2016-12-06 19:36:45 +00:00 |
s3_enc.c
|
Move key_block into SSL_HANDSHAKE.
|
2016-11-09 17:02:33 +00:00 |
s3_lib.c
|
Make ssl3_choose_cipher and dependencies static.
|
2016-12-07 20:13:49 +00:00 |
s3_pkt.c
|
Expose SSL_max_seal_overhead.
|
2016-11-09 16:51:46 +00:00 |
ssl_aead_ctx.c
|
Validate input iv/mac sizes in SSL_AEAD_CTX_new.
|
2016-10-28 21:25:35 +00:00 |
ssl_asn1.c
|
Update to TLS 1.3 draft 18.
|
2016-11-15 06:57:21 +00:00 |
ssl_buffer.c
|
Add SSL_is_dtls.
|
2016-08-02 20:43:58 +00:00 |
ssl_cert.c
|
Update to TLS 1.3 draft 18.
|
2016-11-15 06:57:21 +00:00 |
ssl_cipher.c
|
Trim ssl_create_cipher_list slightly.
|
2016-11-03 22:19:53 +00:00 |
ssl_ecdh.c
|
Implement SSL_CTX_set1_curves_list()
|
2016-09-30 00:45:19 +00:00 |
ssl_file.c
|
Check for sk_X509_NAME_push failures.
|
2016-09-27 13:18:37 +00:00 |
ssl_lib.c
|
Add SSL_(CTX_)set_tls_channel_id_enabled.
|
2016-12-07 23:11:12 +00:00 |
ssl_rsa.c
|
Rename X.509 members in |SSL_SESSION| and |CERT|.
|
2016-11-09 20:07:57 +00:00 |
ssl_session.c
|
Typedef ssl_early_callback_ctx to SSL_CLIENT_HELLO.
|
2016-12-07 19:52:11 +00:00 |
ssl_stat.c
|
Add the certificate_required alert.
|
2016-10-10 15:48:06 +00:00 |
ssl_test.cc
|
Typedef ssl_early_callback_ctx to SSL_CLIENT_HELLO.
|
2016-12-07 19:52:11 +00:00 |
t1_enc.c
|
Pass explicit hs parameters into t1_enc.c.
|
2016-12-06 19:49:46 +00:00 |
t1_lib.c
|
Typedef ssl_early_callback_ctx to SSL_CLIENT_HELLO.
|
2016-12-07 19:52:11 +00:00 |
tls13_both.c
|
Pass explicit parameters elsewhere.
|
2016-12-06 19:54:58 +00:00 |
tls13_client.c
|
Pass explicit parameters elsewhere.
|
2016-12-06 19:54:58 +00:00 |
tls13_enc.c
|
Pass explicit hs parameters to tls13_*.c.
|
2016-12-06 19:49:24 +00:00 |
tls13_server.c
|
Typedef ssl_early_callback_ctx to SSL_CLIENT_HELLO.
|
2016-12-07 19:52:11 +00:00 |
tls_method.c
|
Replace hash_current_message with get_current_message.
|
2016-11-15 06:52:10 +00:00 |
tls_record.c
|
Skipping early data on 0RTT rejection.
|
2016-12-01 20:16:08 +00:00 |