Split configuration of TLSv1.3 ciphers from older ciphers
[openssl.git] / ssl / ssl_sess.c
2018-03-12 Benjamin SaundersIntroduce SSL_CTX_set_stateless_cookie_{generate,verify}_cb
2018-03-12 Todd ShortSession Ticket app data
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-12-04 Matt CaswellConvert the state machine code to use SSLfatal()
2017-10-30 Benjamin KadukUse atomics for SSL_CTX statistics
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-09 KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-10-04 Todd ShortSession resume broken switching contexts
2017-09-28 PauliRemove unnecessary #include <openssl/lhash.h> directives.
2017-08-31 Matt CaswellAdd functions for getting/setting SNI/ALPN info in...
2017-08-31 Matt CaswellAdd SSL_SESSION_set_max_early_data()
2017-08-29 PauliMove the REF_PRINT support from e_os.h to internal...
2017-08-29 Paulie_os.h removal from other headers and source files.
2017-08-25 Kazuki YamaguchiDo not lookup zero-length session ID
2017-08-09 Matt CaswellAdd an SSL_SESSION_dup() function
2017-08-03 Rich SalzAdd a DRBG to each SSL object
2017-08-03 Lingmo Zhuremove horrible pragma macro and remove __owur from...
2017-08-03 Lingmo ZhuRemove the obsolete misleading comment and code related...
2017-07-07 Matt CaswellUpdates following review feedback of TLSv1.3 draft...
2017-07-07 Matt CaswellSend and receive the ticket_nonce field in a NewSession...
2017-06-28 Todd Shortssl_session_dup() missing ext.alpn_session
2017-06-21 Matt CaswellAdd SSL_SESSION_set_protocol_version()
2017-06-21 Matt CaswellAdd SSL_SESSION_set_cipher()
2017-06-21 Rich SalzMerge Nokia copyright notice into standard
2017-06-02 Todd ShortFix ex_data and session_dup issues
2017-05-19 Matt CaswellTry to be more consistent about the alerts we send
2017-04-26 Matt CaswellAdd support for SSL_SESSION_is_resumable()
2017-04-07 Matt CaswellMove the extensions context codes into the public API
2017-03-08 Roberto Guimaraesthis change will prevent undefined behavior when src...
2017-03-02 Matt CaswellAdd a SSL_SESSION_get_max_early_data() function
2017-03-02 Matt CaswellOnly accept early_data if the negotiated ALPN is the...
2017-02-28 Bernd EdlingerRemove unnecessary memset after PR #2583 avoids accessing
2017-01-30 Matt CaswellVarious style fixes following review feedback
2017-01-30 Matt CaswellRemove unneccessary comments
2017-01-30 Matt CaswellIf we have no suitable PSK kex modes then don't attempt...
2017-01-30 Matt CaswellMake the "ticket" function return codes clearer
2017-01-30 Matt CaswellMiscellaneous style tweaks based on feedback received
2017-01-30 Matt CaswellAlways ensure that session->cipher is set
2017-01-30 Matt CaswellMove session version consistency check
2017-01-30 Matt CaswellImplement Server side of PSK extension parsing
2017-01-30 Matt CaswellAdd a TODO around handling of SSL_get_session() and...
2017-01-24 Bernd EdlingerFix a ssl session leak due to OOM in lh_SSL_SESSION_insert
2017-01-10 Rich SalzReview comments
2017-01-10 Rich SalzMove extension data into sub-structs
2016-11-17 Kurt RoeckxAdd support for reference counting using C11 atomics
2016-11-16 Matt CaswellAdd a TLS version consistency check during session...
2016-11-10 Matt CaswellRename the Elliptic Curves extension to supported_groups
2016-11-09 Matt CaswellImprove some comment documentation following the extens...
2016-11-09 Matt CaswellRefactor ClientHello processing so that extensions...
2016-11-04 Matt CaswellFix misc size_t issues causing Windows warnings in...
2016-11-02 Matt CaswellAdd the SSL_METHOD for TLSv1.3 and all other base chang...
2016-08-18 Emilia KasperIndent ssl/
2016-08-17 Remi GacogneAdd missing session id and tlsext_status accessors
2016-08-16 Matt CaswellConvert SSL_SESSION* functions to use const getters
2016-08-12 Rich SalzGH1446: Add SSL_SESSION_get0_cipher
2016-07-20 FdaSilvaYYFix a few if(, for(, while( inside code.
2016-07-19 Matt CaswellRemove sessions from external cache, even if internal...
2016-06-14 Kurt RoeckxInitialize the session_id
2016-06-13 Matt CaswellEnsure SSL_set_session clears the old session from...
2016-06-08 Todd ShortAlways use session_ctx when removing a session
2016-05-31 TJ SaundersRemove null check, per review feedback. Note this...
2016-05-31 TJ SaundersAdd an SSL_SESSION accessor for obtaining the protocol...
2016-05-20 Rich SalzRename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-05-17 Matt CaswellFix some out of date comments
2016-04-28 FdaSilvaYYAdd checks on CRYPTO_new_ex_data return value
2016-04-14 Lyon ChenAdd SSL_SESSION_get0_hostname()
2016-03-27 Fedor IndutnyAllow different protocol version when trying to reuse...
2016-03-20 Rich SalzRemove #error from include files.
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_SSL_* to new multi-threading API
2016-02-11 Rich SalzMove to REF_DEBUG, for consistency.
2016-02-01 Emilia Kasperconstify PACKET
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-19 Alessandro GhediniValidate ClientHello session_id field length and send...
2016-01-11 Dr. Stephen HensonAdd lh_doall_arg inlining
2016-01-07 Dr. Stephen HensonFix declarations and constification for inline stack.
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-08 Dr. Stephen HensonExtended master secret fixes and checks.
2015-12-01 Rich Salzex_data part 2: doc fixes and CRYPTO_free_ex_index.
2015-11-23 Rich SalzFix a few missed "if (!ptr)" cleanups
2015-11-09 Matt CaswellStandardise our style for checking malloc failures
2015-10-09 Emilia KasperDTLS: remove unused cookie field
2015-10-05 Emilia KasperAdd PACKET_copy_all
2015-10-05 Emilia Kasperssl_sess.c: grab a copy of the session ID
2015-10-05 Emilia Kasperssl3_get_client_hello: rearrange logic
2015-09-03 Rich Salzremove 0 assignments.
2015-09-03 Rich SalzAdd and use OPENSSL_zalloc
2015-08-31 Dr. Stephen HensonAdd X509_up_ref function.
2015-08-03 Matt CaswellPACKETise ClientHello processing
2015-06-30 Dr. Stephen HensonDup peer_chain properly in SSL_SESSION
2015-06-22 Dr. Stephen HensonRemove SESS_CERT entirely.
2015-06-22 Dr. Stephen HensonMove peer chain to SSL_SESSION structure.
2015-06-11 Matt CaswellMore ssl_session_dup fixes
2015-06-02 Matt CaswellFix race condition in NewSessionTicket
2015-05-22 Matt CaswellRemove support for OPENSSL_NO_TLSEXT
2015-05-13 Matt CaswellRemove Kerberos support from libssl
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich Salzfree null cleanup finale
next