Fix migration guide mappings for i2o/o2i_ECPublicKey
[openssl.git] / ssl / ssl_sess.c
10 days ago Richard LevitteCopyright year updates
11 days ago Matt CaswellHardening around not_resumable sessions
11 days ago Matt CaswellFix unconstrained session cache growth in TLSv1.3
2024-02-21 Ijtaba HussainExtended SSL_SESSION functions using time_t
2023-07-04 Paulifix memory allocation and reference counting issues
2023-07-01 Paulitls: update to structure based atomics
2023-05-12 Watson LaddClear ownership when duplicating sessions
2023-03-28 Todd ShortRFC7250 (RPK) support
2023-02-08 Philippe Antoinefuzz: make post handshake reachable
2023-01-24 Matt CaswellCreate the SSL object for QUIC-TLS
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-13 Paulissl: modify libssl so that it uses OSSL_TIME
2022-08-18 Todd ShortUpdate session timeout code with OSSL_TIME
2022-08-01 Todd ShortFree up space in the session cache before adding.
2022-07-28 Tomas MrazSSL object refactoring using SSL_CONNECTION object
2022-05-03 Matt CaswellUpdate copyright year
2022-01-19 Paulissl: better support TSAN operations
2021-12-21 Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-07-28 Todd ShortAdd missing session timeout calc
2021-06-10 Todd ShortOptimize session cache flushing
2021-05-29 Paulissl: add zero strenght arguments to BN and RAND RNG...
2021-04-08 Matt CaswellUpdate copyright year
2021-04-01 Randall S. BeckerCorrected missing definitions from NonStop SPT build.
2021-03-14 Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2020-11-11 Richard LevitteSSL: refactor all SSLfatal() calls
2020-11-11 Richard LevitteConvert all {NAME}err() in ssl/ to their corresponding...
2020-10-16 Matt CaswellConcentrate deprecated libssl API usage in one file
2020-10-06 Benny BaumannUse size of target buffer for allocation
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-07-16 Paulideprecate engines in SSL
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-01-24 Matt CaswellMake sure we use RAND_bytes_ex and RAND_priv_bytes_ex...
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-06-18 Matt CaswellFollowing the previous 2 commits also move ecpointforma...
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...
next