Matt Caswell
|
6738bf1417
Update copyright year
|
6 years ago |
Matt Caswell
|
7e70213fe3
Don't overestimate the ticket age
|
6 years ago |
Todd Short
|
9d75dce3e1
Add TLSv1.3 post-handshake authentication (PHA)
|
7 years ago |
Matt Caswell
|
848a950b71
Fix some instances of the wrong alert type being sent
|
6 years ago |
Paul Yang
|
56d362881e
Remove spaces at end of line in ssl/statem
|
7 years ago |
Matt Caswell
|
5cc807da25
Delay flush until after CCS with early_data
|
7 years ago |
Matt Caswell
|
426dfc9ff7
Send supported_versions in an HRR
|
7 years ago |
Matt Caswell
|
fc7129dc37
Update state machine to send CCS based on whether we did an HRR
|
7 years ago |
Matt Caswell
|
88050dd196
Update ServerHello to new draft-22 format
|
7 years ago |
Matt Caswell
|
635c8f7715
Fix up a few places in the state machine that got missed with SSLfatal()
|
7 years ago |
Matt Caswell
|
f63a17d66d
Convert the state machine code to use SSLfatal()
|
7 years ago |
Matt Caswell
|
bfab12bb7d
Allow a client to send early_data with SNI if the session has no SNI
|
7 years ago |
Andy Polyakov
|
3a63c0edab
Resolve warnings in VC-WIN32 build, which allows to add /WX.
|
7 years ago |
FdaSilvaYY
|
cf72c75792
Implement Maximum Fragment Length TLS extension.
|
7 years ago |
Dr. Stephen Henson
|
f48d826e33
Change curves to groups where relevant
|
7 years ago |
Dr. Stephen Henson
|
ff6d20a67b
Use separate functions for supported and peer groups lists
|
7 years ago |
Dr. Stephen Henson
|
34e5292c57
Rename tls1_get_curvelist.
|
7 years ago |
Dr. Stephen Henson
|
43b95d7365
Replace tls1_ec_curve_id2nid.
|
7 years ago |
Dr. Stephen Henson
|
9e84a42db4
Store groups as uint16_t
|
7 years ago |
Matt Caswell
|
3d85c7f408
Don't attempt to add a zero length padding extension
|
7 years ago |
Andy Polyakov
|
89bc9cf682
ssl/statem/extensions_clnt.c: fix return code buglet.
|
7 years ago |
Andy Polyakov
|
eb5fd03bb2
ssl/statem/*.c: address "enum mixed with another type" warnings.
|
7 years ago |
Rich Salz
|
ccb76685e0
Avoid possible uninitialized variable.
|
7 years ago |
Matt Caswell
|
0ef2802165
Various review fixes for PSK early_data support
|
7 years ago |
Matt Caswell
|
4be3a7c7aa
Client side sanity check of ALPN after server has accepted early_data
|
7 years ago |
Matt Caswell
|
fff202e5f7
Add some fixes for Travis failures
|
7 years ago |
Matt Caswell
|
ae8d7d994a
Make sure we save ALPN data in the session
|
7 years ago |
Matt Caswell
|
ffc5bbaaee
Complain if we are writing early data but SNI or ALPN is incorrect
|
7 years ago |
Matt Caswell
|
add8d0e9e0
Enable the ability to use an external PSK for sending early_data
|
7 years ago |
Todd Short
|
10ed1b7239
Reorder extensions to put SigAlgs last
|
7 years ago |