]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/ssl_sess.c
Fix a race condition in ciphers handling
[thirdparty/openssl.git] / ssl / ssl_sess.c
2019-06-18  Matt CaswellFix a race condition in ciphers handling
2019-06-18  Matt CaswellFix a race condition in supported groups handling
2019-04-29  Todd ShortCollapse ssl3_state_st (s3) into ssl_st
2019-03-06  David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-08-07  Andy Polyakovssl/*: switch to switch to Thread-Sanitizer-friendly...
2018-07-20  Benjamin KadukNormalize SNI hostname handling for SSL and SSL_SESSION
2018-06-26  Matt CaswellRespect SSL_OP_NO_TICKET in TLSv1.3
2018-06-21  Matt CaswellDon't use OPENSSL_strdup() for copying alpn_selected
2018-06-07  Marcus HueweDo not free a session before calling the remove_session_cb
2018-06-07  Matt CaswellDon't store the ticket nonce in the session
2018-05-25  Bernd EdlingerFix array bounds violation in ssl_session_dup
2018-05-11  Matt CaswellRework the decrypt ticket callback
2018-03-27  Rich SalzAllow NULL for some _free routines.
2018-03-27  Matt CaswellRemove some code for a contributor that we cannot find
2018-03-20  Matt CaswellUpdate copyright year
2018-03-19  Kurt RoeckxDon't use a ssl specific DRBG anymore
2018-03-19  Matt CaswellAdd an anti-replay mechanism
2018-03-19  Matt CaswellAlways call the new_session_cb when issuing a NewSessio...
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
next