aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_sess.c
Commit message (Expand)AuthorAgeFilesLines
* Do not attempt session resumption on initial handshakeKazuki Yamaguchi2017-06-141-0/+2
* Fix ex_data and session_dup issuesTodd Short2017-06-021-3/+11
* Try to be more consistent about the alerts we sendMatt Caswell2017-05-191-1/+1
* Add support for SSL_SESSION_is_resumable()Matt Caswell2017-04-261-6/+16
* Move the extensions context codes into the public APIMatt Caswell2017-04-071-3/+4
* this change will prevent undefined behavior when src and dst are equal (memcp...Roberto Guimaraes2017-03-081-2/+4
* Add a SSL_SESSION_get_max_early_data() functionMatt Caswell2017-03-021-0/+5
* Only accept early_data if the negotiated ALPN is the sameMatt Caswell2017-03-021-0/+1
* Remove unnecessary memset after PR #2583 avoids accessingBernd Edlinger2017-02-281-1/+0
* Various style fixes following review feedbackMatt Caswell2017-01-301-2/+2
* Remove unneccessary commentsMatt Caswell2017-01-301-6/+6
* If we have no suitable PSK kex modes then don't attempt to resumeMatt Caswell2017-01-301-7/+9
* Make the "ticket" function return codes clearerMatt Caswell2017-01-301-9/+9
* Miscellaneous style tweaks based on feedback receivedMatt Caswell2017-01-301-2/+1
* Always ensure that session->cipher is setMatt Caswell2017-01-301-15/+3
* Move session version consistency checkMatt Caswell2017-01-301-17/+7
* Implement Server side of PSK extension parsingMatt Caswell2017-01-301-23/+36
* Add a TODO around handling of SSL_get_session() and SSL_get1_session()Matt Caswell2017-01-301-0/+9
* Fix a ssl session leak due to OOM in lh_SSL_SESSION_insertBernd Edlinger2017-01-241-0/+9
* Review commentsRich Salz2017-01-091-1/+1
* Move extension data into sub-structsRich Salz2017-01-091-61/+56
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-171-2/+2
* Add a TLS version consistency check during session resumptionMatt Caswell2016-11-161-0/+17
* Rename the Elliptic Curves extension to supported_groupsMatt Caswell2016-11-101-8/+8
* Improve some comment documentation following the extensions refactorMatt Caswell2016-11-091-2/+1
* Refactor ClientHello processing so that extensions get parsed earlierMatt Caswell2016-11-091-12/+11
* Fix misc size_t issues causing Windows warnings in 64 bitMatt Caswell2016-11-041-5/+5
* Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell2016-11-021-0/+3
* Indent ssl/Emilia Kasper2016-08-181-21/+18
* Add missing session id and tlsext_status accessorsRemi Gacogne2016-08-171-0/+20
* Convert SSL_SESSION* functions to use const gettersMatt Caswell2016-08-161-1/+1
* GH1446: Add SSL_SESSION_get0_cipherRich Salz2016-08-121-0/+5
* Fix a few if(, for(, while( inside code.FdaSilvaYY2016-07-201-2/+2
* Remove sessions from external cache, even if internal cache not used.Matt Caswell2016-07-191-5/+5
* Initialize the session_idKurt Roeckx2016-06-141-0/+2
* Ensure SSL_set_session clears the old session from cache if it is badMatt Caswell2016-06-131-19/+11
* Always use session_ctx when removing a sessionTodd Short2016-06-081-1/+1
* Remove null check, per review feedback. Note this in the docs.TJ Saunders2016-05-311-2/+0
* Add an SSL_SESSION accessor for obtaining the protocol version number, withTJ Saunders2016-05-311-0/+7
* Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz2016-05-201-3/+3
* Copyright consolidation 01/10Rich Salz2016-05-171-107/+7
* Fix some out of date commentsMatt Caswell2016-05-171-3/+3
* Add checks on CRYPTO_new_ex_data return valueFdaSilvaYY2016-04-281-2/+5
* Add SSL_SESSION_get0_hostname()Lyon Chen2016-04-141-0/+5
* Allow different protocol version when trying to reuse a sessionFedor Indutny2016-03-271-15/+4
* Remove #error from include files.Rich Salz2016-03-201-3/+1
* Convert CRYPTO_LOCK_SSL_* to new multi-threading APIAlessandro Ghedini2016-03-081-24/+49
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-111-9/+2
* constify PACKETEmilia Kasper2016-02-011-10/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0