Matt Caswell
|
e158ada6a7
Remove the old buffer management code
|
2 years ago |
Todd Short
|
72620ac791
Add `for_comp` flag when retrieving certs for compression
|
2 years ago |
Todd Short
|
b67cb09f8d
Add support for compressed certificates (RFC8879)
|
3 years ago |
slontis
|
846975f367
Fix sctp compile errors
|
2 years ago |
Matt Caswell
|
4bf610bdce
Remove enc_write_state
|
2 years ago |
Matt Caswell
|
67ec6d2b74
Use an enum for the return value from a construction function
|
2 years ago |
Matt Caswell
|
3e93c5fe1e
If a ticket key callback returns 0 in TLSv1.3 don't send a ticket
|
2 years ago |
Matt Caswell
|
cffafb5f57
Move some fields out of the SSL object and into the record layer object
|
2 years ago |
Matt Caswell
|
bfc0f10d06
Remove some remaining SSL object references from DTLS record layer
|
2 years ago |
Tomas Mraz
|
38b051a1fe
SSL object refactoring using SSL_CONNECTION object
|
2 years ago |
Matt Caswell
|
fecb3aae22
Update copyright year
|
2 years ago |
yangyangtiantianlonglong
|
e1c122711e
Delete unused param about get_construct_message_f
|
2 years ago |
Matt Caswell
|
f42e68dc47
Defer Finished MAC handling until after state transition
|
3 years ago |
Randall S. Becker
|
650c668737
Corrected missing definitions from NonStop SPT build.
|
3 years ago |
Richard Levitte
|
4333b89f50
Update copyright year
|
3 years ago |
Richard Levitte
|
5a2d0ef36f
Clean away extraneous library specific FETCH_FAILED reason codes
|
4 years ago |
Matt Caswell
|
605856d72c
Update copyright year
|
4 years ago |
Richard Levitte
|
c48ffbcca1
SSL: refactor all SSLfatal() calls
|
4 years ago |
Richard Levitte
|
e92519b5a6
SSL: refactor ossl_statem_fatal() and SSLfatal()
|
4 years ago |
Richard Levitte
|
6849b73ccc
Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() call
|
4 years ago |
Dr. Matthias St. Pierre
|
706457b7bd
Reorganize local header files
|
5 years ago |
Richard Levitte
|
c361297046
Avoid using ERR_put_error() directly in OpenSSL code
|
5 years ago |
Todd Short
|
555cbb328e
Collapse ssl3_state_st (s3) into ssl_st
|
6 years ago |
Matt Caswell
|
4af5836b55
Don't signal SSL_CB_HANDSHAKE_START for TLSv1.3 post-handshake messages
|
5 years ago |
Richard Levitte
|
2c18d164f5
Following the license change, modify the boilerplates in ssl/
|
6 years ago |
Bernd Edlinger
|
6839a7a7f4
Fix a possible recursion in SSLfatal handling
|
6 years ago |
Matt Caswell
|
7426cd343d
Ensure that we write out alerts correctly after early_data
|
6 years ago |
Benjamin Kaduk
|
4cc968df40
const-ify some input SSL * arguments
|
6 years ago |
Matt Caswell
|
1c1e4160e0
Don't skip over early_data if we sent an HRR
|
6 years ago |
Matt Caswell
|
f20404fce9
Don't fail on an out-of-order CCS in DTLS
|
6 years ago |