Dr. Matthias St. Pierre
|
706457b7bd
Reorganize local header files
|
5 years ago |
Matt Caswell
|
cd0fb43cbe
Following the previous 2 commits also move ecpointformats out of session
|
5 years ago |
Matt Caswell
|
eee2a6a718
Fix a race condition in ciphers handling
|
5 years ago |
Matt Caswell
|
45436e611b
Fix a race condition in supported groups handling
|
5 years ago |
Todd Short
|
555cbb328e
Collapse ssl3_state_st (s3) into ssl_st
|
6 years ago |
David von Oheimb
|
9fdcc21fdc
constify *_dup() and *i2d_*() and related functions as far as possible, introducing DECLARE_ASN1_DUP_FUNCTION
|
5 years ago |
Richard Levitte
|
2c18d164f5
Following the license change, modify the boilerplates in ssl/
|
6 years ago |
Andy Polyakov
|
9ef9088c15
ssl/*: switch to switch to Thread-Sanitizer-friendly primitives.
|
6 years ago |
Benjamin Kaduk
|
1c4aa31d79
Normalize SNI hostname handling for SSL and SSL_SESSION
|
6 years ago |
Matt Caswell
|
6cc0b3c217
Respect SSL_OP_NO_TICKET in TLSv1.3
|
6 years ago |
Matt Caswell
|
27232cc338
Don't use OPENSSL_strdup() for copying alpn_selected
|
6 years ago |
Marcus Huewe
|
c0a58e034d
Do not free a session before calling the remove_session_cb
|
6 years ago |
Matt Caswell
|
6cf2dbd9fa
Don't store the ticket nonce in the session
|
6 years ago |
Bernd Edlinger
|
1bb829300a
Fix array bounds violation in ssl_session_dup
|
6 years ago |
Matt Caswell
|
61fb59238d
Rework the decrypt ticket callback
|
6 years ago |
Rich Salz
|
e6e9170d6e
Allow NULL for some _free routines.
|
6 years ago |
Matt Caswell
|
320a81277e
Remove some code for a contributor that we cannot find
|
6 years ago |
Matt Caswell
|
b0edda11cb
Update copyright year
|
6 years ago |
Kurt Roeckx
|
16cfc2c90d
Don't use a ssl specific DRBG anymore
|
6 years ago |
Matt Caswell
|
66d7de1634
Add an anti-replay mechanism
|
6 years ago |
Matt Caswell
|
32305f8850
Always call the new_session_cb when issuing a NewSessionTicket in TLSv1.3
|
6 years ago |
Benjamin Saunders
|
3fa2812f32
Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cb
|
6 years ago |
Todd Short
|
df0fed9aab
Session Ticket app data
|
7 years ago |
Rich Salz
|
cbe2964821
Consistent formatting for sizeof(foo)
|
7 years ago |
Matt Caswell
|
f63a17d66d
Convert the state machine code to use SSLfatal()
|
7 years ago |
Benjamin Kaduk
|
1fcb4e4d52
Use atomics for SSL_CTX statistics
|
7 years ago |
KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
7 years ago |
KaoruToda
|
208fb891e3
Since return is inconsistent, I removed unnecessary parentheses and
|
7 years ago |
Todd Short
|
a84e5c9aa8
Session resume broken switching contexts
|
8 years ago |
Pauli
|
f32b0abe26
Remove unnecessary #include <openssl/lhash.h> directives.
|
7 years ago |