summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_sess.c
AgeCommit message (Expand)Author
2018-03-20Update copyright yearMatt Caswell
2018-03-19Don't use a ssl specific DRBG anymoreKurt Roeckx
2018-03-19Add an anti-replay mechanismMatt Caswell
2018-03-19Always call the new_session_cb when issuing a NewSessionTicket in TLSv1.3Matt Caswell
2018-03-12Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders
2018-03-12Session Ticket app dataTodd Short
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-12-04Convert the state machine code to use SSLfatal()Matt Caswell
2017-10-30Use atomics for SSL_CTX statisticsBenjamin Kaduk
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-10-04Session resume broken switching contextsTodd Short
2017-09-29Remove unnecessary #include <openssl/lhash.h> directives.Pauli
2017-08-31Add functions for getting/setting SNI/ALPN info in SSL_SESSIONMatt Caswell
2017-08-31Add SSL_SESSION_set_max_early_data()Matt Caswell
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-08-25Do not lookup zero-length session IDKazuki Yamaguchi
2017-08-09Add an SSL_SESSION_dup() functionMatt Caswell
2017-08-03Add a DRBG to each SSL objectRich Salz
2017-08-03remove horrible pragma macro and remove __owur from SSL_CTX_add_session() dec...Lingmo Zhu
2017-08-03Remove the obsolete misleading comment and code related to it.Lingmo Zhu
2017-07-07Updates following review feedback of TLSv1.3 draft-21 codeMatt Caswell
2017-07-07Send and receive the ticket_nonce field in a NewSessionTicketMatt Caswell
2017-06-28ssl_session_dup() missing ext.alpn_sessionTodd Short
2017-06-21Add SSL_SESSION_set_protocol_version()Matt Caswell
2017-06-21Add SSL_SESSION_set_cipher()Matt Caswell
2017-06-21Merge Nokia copyright notice into standardRich Salz
2017-06-02Fix ex_data and session_dup issuesTodd Short
2017-05-19Try to be more consistent about the alerts we sendMatt Caswell
2017-04-26Add support for SSL_SESSION_is_resumable()Matt Caswell
2017-04-07Move the extensions context codes into the public APIMatt Caswell
2017-03-08this change will prevent undefined behavior when src and dst are equal (memcp...Roberto Guimaraes
2017-03-02Add a SSL_SESSION_get_max_early_data() functionMatt Caswell
2017-03-02Only accept early_data if the negotiated ALPN is the sameMatt Caswell
2017-02-28Remove unnecessary memset after PR #2583 avoids accessingBernd Edlinger
2017-01-30Various style fixes following review feedbackMatt Caswell
2017-01-30Remove unneccessary commentsMatt Caswell
2017-01-30If we have no suitable PSK kex modes then don't attempt to resumeMatt Caswell
2017-01-30Make the "ticket" function return codes clearerMatt Caswell
2017-01-30Miscellaneous style tweaks based on feedback receivedMatt Caswell
2017-01-30Always ensure that session->cipher is setMatt Caswell
2017-01-30Move session version consistency checkMatt Caswell
2017-01-30Implement Server side of PSK extension parsingMatt Caswell
2017-01-30Add a TODO around handling of SSL_get_session() and SSL_get1_session()Matt Caswell
2017-01-24Fix a ssl session leak due to OOM in lh_SSL_SESSION_insertBernd Edlinger
2017-01-09Review commentsRich Salz
2017-01-09Move extension data into sub-structsRich Salz
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx
2016-11-16Add a TLS version consistency check during session resumptionMatt Caswell