aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_sess.c
Commit message (Expand)AuthorAgeFilesLines
* Use atomics for SSL_CTX statisticsBenjamin Kaduk2017-10-301-7/+12
* Remove parentheses of return.KaoruToda2017-10-181-18/+18
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-4/+4
* Session resume broken switching contextsTodd Short2017-10-041-91/+84
* Remove unnecessary #include <openssl/lhash.h> directives.Pauli2017-09-291-1/+0
* Add functions for getting/setting SNI/ALPN info in SSL_SESSIONMatt Caswell2017-08-311-0/+39
* Add SSL_SESSION_set_max_early_data()Matt Caswell2017-08-311-0/+7
* Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli2017-08-301-1/+1
* e_os.h removal from other headers and source files.Pauli2017-08-301-1/+2
* Do not lookup zero-length session IDKazuki Yamaguchi2017-08-251-1/+2
* Add an SSL_SESSION_dup() functionMatt Caswell2017-08-091-0/+5
* Add a DRBG to each SSL objectRich Salz2017-08-031-2/+2
* remove horrible pragma macro and remove __owur from SSL_CTX_add_session() dec...Lingmo Zhu2017-08-031-3/+0
* Remove the obsolete misleading comment and code related to it.Lingmo Zhu2017-08-031-4/+7
* Updates following review feedback of TLSv1.3 draft-21 codeMatt Caswell2017-07-071-2/+1
* Send and receive the ticket_nonce field in a NewSessionTicketMatt Caswell2017-07-071-0/+10
* ssl_session_dup() missing ext.alpn_sessionTodd Short2017-06-281-0/+10
* Add SSL_SESSION_set_protocol_version()Matt Caswell2017-06-211-0/+6
* Add SSL_SESSION_set_cipher()Matt Caswell2017-06-211-0/+6
* Merge Nokia copyright notice into standardRich Salz2017-06-211-27/+1
* 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