Matt Caswell
|
cfef5027bf
Add basic TLSv1.3 cookie support
|
7 years ago |
Matt Caswell
|
09f2887482
Update early data API for writing to unauthenticated clients
|
7 years ago |
Matt Caswell
|
0665b4edae
Rename SSL_write_early() to SSL_write_early_data()
|
7 years ago |
Matt Caswell
|
f533fbd44a
Rename SSL_read_early() to SSL_read_early_data()
|
7 years ago |
Matt Caswell
|
3eaa417095
Make SSL_write_early_finish() an internal only function
|
7 years ago |
Matt Caswell
|
f7e393be47
Various fixes required to allow SSL_write/SSL_read during early data
|
7 years ago |
Matt Caswell
|
564547e482
Enable the client to call SSL_read() without stopping the ability to call SSL_write_early()
|
7 years ago |
Matt Caswell
|
bc908c679b
Improve the early data sanity check in SSL_do_handshake()
|
7 years ago |
Matt Caswell
|
0a5ece5bd2
Tighten sanity checks when calling early data functions
|
7 years ago |
Matt Caswell
|
f5b519c416
Make SSL_get_early_data_status() take a const
|
7 years ago |
Matt Caswell
|
46dcb9457e
Make SSL_get_max_early_data() and SSL_CTX_get_max_early_data() take a const
|
7 years ago |
Matt Caswell
|
329114f91f
Remove some TLSv1.3 TODOs that are no longer relevant
|
7 years ago |
Matt Caswell
|
bfa9a9afe8
Provide a default value for max_early_data
|
7 years ago |
Matt Caswell
|
fe5e20fd26
Fix changing of the cipher state when dealing with early data
|
7 years ago |
Matt Caswell
|
1ea4d09a3c
Construct the server side early_data extension
|
7 years ago |
Matt Caswell
|
d781d247d1
Provide an SSL_read_early() function for reading early data
|
7 years ago |
Matt Caswell
|
49e7fe12ea
Provide functions to write early data
|
7 years ago |
Matt Caswell
|
3fc8d85610
Construct the ticket_early_data_info extension
|
7 years ago |
Emilia Kasper
|
b53338cbf8
Clean up references to FIPS
|
7 years ago |
Matt Caswell
|
df15c84901
Remove some dead code from libssl
|
7 years ago |
Kurt Roeckx
|
4ee7d3f945
Implement SSL_read_ex() and SSL_write_ex() as documented.
|
8 years ago |
Benjamin Kaduk
|
6b1bb98fad
Add SSL_CTX early callback
|
7 years ago |
Benjamin Kaduk
|
90134d9806
Refactor SSL_bytes_to_cipher_list()
|
7 years ago |
Benjamin Kaduk
|
ccb8e6e0b1
Export SSL_bytes_to_cipher_list()
|
7 years ago |
Dr. Stephen Henson
|
38e8f3cd81
Check validity, not just signing for all certificates
|
7 years ago |
Matt Caswell
|
a9998e2f67
Updates following review feedback
|
7 years ago |
Matt Caswell
|
4fbfe86ae3
Don't use an enum in the return type for a public API function
|
7 years ago |
Matt Caswell
|
f14afcaa42
Updates following review feedback
|
7 years ago |
Matt Caswell
|
53d1d07d30
Add a SSL_get_key_update_type() function
|
7 years ago |
Matt Caswell
|
44c04a2e06
Provide a function to send a KeyUpdate message
|
7 years ago |