Matt Caswell
|
582a17d662
Add the SSL_METHOD for TLSv1.3 and all other base changes required
|
8 years ago |
Emilia Kasper
|
a230b26e09
Indent ssl/
|
8 years ago |
Remi Gacogne
|
fddfc0afc8
Add missing session id and tlsext_status accessors
|
8 years ago |
Matt Caswell
|
48593cb12a
Convert SSL_SESSION* functions to use const getters
|
8 years ago |
Rich Salz
|
e928132343
GH1446: Add SSL_SESSION_get0_cipher
|
8 years ago |
FdaSilvaYY
|
e8aa8b6c8f
Fix a few if(, for(, while( inside code.
|
8 years ago |
Matt Caswell
|
e4612d02c5
Remove sessions from external cache, even if internal cache not used.
|
8 years ago |
Kurt Roeckx
|
947f3156ec
Initialize the session_id
|
8 years ago |
Matt Caswell
|
e70656cf1c
Ensure SSL_set_session clears the old session from cache if it is bad
|
8 years ago |
Todd Short
|
e2bb9b9bf3
Always use session_ctx when removing a session
|
8 years ago |
TJ Saunders
|
80c630f657
Remove null check, per review feedback. Note this in the docs.
|
8 years ago |
TJ Saunders
|
bd01f6498c
Add an SSL_SESSION accessor for obtaining the protocol version number, with
|
8 years ago |
Rich Salz
|
739a1eb196
Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx
|
8 years ago |
Rich Salz
|
846e33c729
Copyright consolidation 01/10
|
8 years ago |
Matt Caswell
|
d4d7894379
Fix some out of date comments
|
8 years ago |
FdaSilvaYY
|
25a807bcb9
Add checks on CRYPTO_new_ex_data return value
|
8 years ago |
Lyon Chen
|
4b6b848785
Add SSL_SESSION_get0_hostname()
|
8 years ago |
Fedor Indutny
|
ccae4a1582
Allow different protocol version when trying to reuse a session
|
8 years ago |
Rich Salz
|
3c27208fab
Remove #error from include files.
|
8 years ago |
Alessandro Ghedini
|
16203f7b71
Convert CRYPTO_LOCK_SSL_* to new multi-threading API
|
8 years ago |
Rich Salz
|
f3f1cf8444
Move to REF_DEBUG, for consistency.
|
8 years ago |
Emilia Kasper
|
b698174493
constify PACKET
|
8 years ago |
Rich Salz
|
349807608f
Remove /* foo.c */ comments
|
9 years ago |
Alessandro Ghedini
|
293b5ca477
Validate ClientHello session_id field length and send alert on failure
|
9 years ago |
Dr. Stephen Henson
|
2a056de832
Add lh_doall_arg inlining
|
9 years ago |
Dr. Stephen Henson
|
4a640fb6c3
Fix declarations and constification for inline stack.
|
9 years ago |
Rich Salz
|
7644a9aef8
Rename some BUF_xxx to OPENSSL_xxx
|
9 years ago |
Dr. Stephen Henson
|
e7f0d9210c
Extended master secret fixes and checks.
|
9 years ago |
Rich Salz
|
e6390acac9
ex_data part 2: doc fixes and CRYPTO_free_ex_index.
|
9 years ago |
Rich Salz
|
cc99bfa76b
Fix a few missed "if (!ptr)" cleanups
|
9 years ago |