Always ensure that session->cipher is set
[openssl.git] / ssl / ssl_sess.c
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
2015-04-30 Matt CaswellAdd sanity check to ssl_get_prev_session
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-04-28 Rich Salzremove malloc casts
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-04-14 Matt CaswellFix ssl_get_prev_session overrun
2015-04-11 Rich Salzfree NULL cleanup 9
2015-04-11 Rich Salzfree NULL cleanup 10
2015-03-25 Matt CaswellRAND_bytes updates
2015-03-23 Matt CaswellFix missing return value checks
2015-02-10 Matt CaswellAdd SSL_SESSION_get0_ticket API function.
2015-02-10 Matt CaswellProvide the API functions SSL_SESSION_has_ticket and
2015-01-22 Matt CaswellMore comment realignment master-post-reformat
2015-01-22 Matt CaswellRe-align some comments after running the reformat script.
2015-01-22 Matt CaswellRerun util/openssl-format-source -v -c . master-post-auto-reformat
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt Caswellindent has problems with comments that are on the right...
2015-01-22 Matt CaswellFix source where indent will not be able to cope
2015-01-06 Matt CaswellFurther comment amendments to preserve formatting prior...
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-12-10 Jonas MaebeSSL_set_session: check for NULL after allocating s...
2014-12-04 Kurt RoeckxRemove SSLv2 support
2014-10-28 Emilia KasperTighten session ticket handling
2013-09-06 Scott DeboyAdd callbacks supporting generation and retrieval of...
2013-03-26 Dr. Stephen HensonProvisional DTLS 1.2 support.
2012-06-03 Ben LaurieVersion skew reduction: trivia (I hope).
2012-05-30 Ben LaurieRFC 5878 support.
2012-03-28 Dr. Stephen HensonInitial revision of ECC extension handling.
2011-12-22 Dr. Stephen HensonNew ctrl values to clear or retrieve extra chain certs...
2011-09-05 Bodo MöllerFix session handling.
2011-04-29 Dr. Stephen HensonInitial incomplete TLS v1.2 support. New ciphersuites...
2011-04-29 Dr. Stephen HensonInitial "opaque SSL" framework. If an application defines
2011-03-12 Ben LaurieAdd SRP support.
2010-02-01 Dr. Stephen HensonPR: 2160
2009-12-07 Dr. Stephen HensonInitial experimental TLSv1.1 support
2009-04-20 Dr. Stephen HensonUpdates from 1.0.0-stable branch.
2008-11-15 Dr. Stephen HensonPR: 1574
next