Matt Caswell
|
51256b34d8
Send a NewSessionTicket after using an external PSK
|
před 6 roky |
Matt Caswell
|
35e742ecac
Update code for the final RFC version of TLSv1.3 (RFC8446)
|
před 6 roky |
Benjamin Kaduk
|
1c4aa31d79
Normalize SNI hostname handling for SSL and SSL_SESSION
|
před 6 roky |
Matt Caswell
|
5f26ddff7e
Always issue new tickets when using TLSv1.3 stateful tickets
|
před 6 roky |
Matt Caswell
|
5d263fb78b
Make the anti-replay feature optional
|
před 6 roky |
Matt Caswell
|
e880d4e58d
Use stateful tickets if we are doing anti-replay
|
před 6 roky |
Matt Caswell
|
6cc0b3c217
Respect SSL_OP_NO_TICKET in TLSv1.3
|
před 6 roky |
Matt Caswell
|
1aac20f509
Fix no-ec in combination with no-dh
|
před 6 roky |
Matt Caswell
|
73cc84a132
Suport TLSv1.3 draft 28
|
před 6 roky |
Matt Caswell
|
61fb59238d
Rework the decrypt ticket callback
|
před 6 roky |
Matt Caswell
|
ded4a83d31
Ignore the status_request extension in a resumption handshake
|
před 6 roky |
Matt Caswell
|
c2b290c3d0
Fix no-psk
|
před 6 roky |
Matt Caswell
|
66d7de1634
Add an anti-replay mechanism
|
před 6 roky |
Matt Caswell
|
f929439f61
Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
|
před 6 roky |
Matt Caswell
|
e32b52a27e
Add support for setting raw private HMAC keys
|
před 6 roky |
Matt Caswell
|
27e462f1b0
Only allow supported_versions in a TLSv1.3 ServerHello
|
před 6 roky |
Benjamin Saunders
|
3fa2812f32
Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cb
|
před 6 roky |
Todd Short
|
df0fed9aab
Session Ticket app data
|
před 7 roky |
Matt Caswell
|
e440f51395
Give more information in the SSL_stateless return code
|
před 6 roky |
Matt Caswell
|
f3d40db1b9
Fallback on old style PSK callbacks if the new style ones aren't present
|
před 6 roky |
Matt Caswell
|
6738bf1417
Update copyright year
|
před 6 roky |
Todd Short
|
9d75dce3e1
Add TLSv1.3 post-handshake authentication (PHA)
|
před 7 roky |
Benjamin Kaduk
|
c589c34e61
Add support for the TLS 1.3 signature_algorithms_cert extension
|
před 6 roky |
Matt Caswell
|
97ea1e7f42
Updates following review of SSL_stateless() code
|
před 6 roky |
Matt Caswell
|
d0debc0a1c
Add a timestamp to the cookie
|
před 6 roky |
Matt Caswell
|
dd77962e09
Fix the cookie/key_share extensions for use with SSL_stateless()
|
před 7 roky |
Matt Caswell
|
c36001c3a8
Fix logic around when to send an HRR based on cookies
|
před 7 roky |
Matt Caswell
|
43054d3d73
Add support for sending TLSv1.3 cookies
|
před 7 roky |
Paul Yang
|
56d362881e
Remove spaces at end of line in ssl/statem
|
před 7 roky |
Matt Caswell
|
fc7129dc37
Update state machine to send CCS based on whether we did an HRR
|
před 7 roky |