]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/statem/statem_srvr.c
Use EVP_DigestSignInit_ex and EVP_DigestVerifyInit_ex in libssl
[thirdparty/openssl.git] / ssl / statem / statem_srvr.c
2020-04-01  Matt CaswellUse EVP_DigestSignInit_ex and EVP_DigestVerifyInit_ex...
2020-03-24  Matt CaswellMake sure we use a fetched cipher when encrypting state...
2020-03-13  Benjamin KadukCode to thread-safety in ChangeCipherState
2020-03-13  Benjamin KadukDon't write to the session when computing TLS 1.3 keys
2020-02-06  Matt CaswellUse the OPENSSL_CTX and property query string in EVP_PK...
2020-02-06  Matt CaswellExplicitly fetch ciphers and digests in libssl
2020-01-29  PauliTLS: use EVP for HMAC throughout libssl.
2020-01-24  Matt CaswellMake sure we use RAND_bytes_ex and RAND_priv_bytes_ex...
2020-01-19  Matt Caswelllibssl: Eliminate as much use of EVP_PKEY_size() as...
2019-12-13  Dmitry BelyavskiyParse large GOST ClientKeyExchange messages
2019-12-05  Matt CaswellMove constant time RSA code out of libssl
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-06-26  Benjamin KadukRevert "Delay setting the sig algs until after the...
2019-06-18  Matt CaswellFix a race condition in ciphers handling
2019-06-03  Matt CaswellDefer sending a KeyUpdate until after pending writes...
2019-04-29  Todd ShortCollapse ssl3_state_st (s3) into ssl_st
2019-03-28  Paul Monsonconn_is_closed should return 1 if get_last_sys_error...
2019-03-06  Richard LevitteAdapt CIPHER_DEBUG to the new generic trace API
2019-02-14  Matt CaswellDon't signal SSL_CB_HANDSHAKE_START for TLSv1.3 post...
2019-02-01  Michael TuexenFix end-point shared secret for DTLS/SCTP
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-05  Matt CaswellFix some SSL_export_keying_material() issues
2018-11-12  Matt CaswellSeparate ca_names handling for client and server
2018-10-19  Matt CaswellFix a DTLS memory leak
2018-10-17  Mansour AhmadiAdd a missing check on s->s3->tmp.pkey
2018-09-21  Matt CaswellDelay setting the sig algs until after the cert_cb...
2018-09-04  Matt CaswellIgnore EPIPE when sending NewSessionTickets in TLSv1.3
2018-08-08  Matt CaswellTolerate encrypted or plaintext alerts
2018-08-08  Matt CaswellFix a missing call to SSLfatal
2018-07-17  Matt CaswellDon't remove sessions from the cache during PHA in...
2018-07-02  Matt CaswellMake the anti-replay feature optional
2018-07-02  Matt CaswellFix a NULL ptr deref in error path in tls_process_cke_dhe()
2018-06-26  Matt CaswellUse stateful tickets if we are doing anti-replay
2018-06-26  Matt CaswellRespect SSL_OP_NO_TICKET in TLSv1.3
2018-06-26  Matt CaswellRestructure the ticket construction code
2018-06-25  Matt CaswellDon't change a session once its in the cache
2018-06-07  Matt CaswellDon't store the ticket nonce in the session
2018-06-07  Matt CaswellFix TLSv1.3 ticket nonces
2018-05-17  Matt CaswellChange the default number of NewSessionTickets we send...
2018-05-17  Matt CaswellEnable the ability to set the number of TLSv1.3 session...
2018-05-11  Matt CaswellRework the decrypt ticket callback
2018-05-11  Matt CaswellFix ticket callbacks in TLSv1.3
2018-05-08  Matt CaswellDon't fail on an out-of-order CCS in DTLS
2018-04-17  Matt CaswellCheck the return from EVP_PKEY_get0_DH()
2018-04-17  Matt CaswellMake sure info callback knows about all handshake start...
2018-04-02  Kurt RoeckxUse the private RNG for data that is not public
2018-03-30  Matt CaswellRevert commit 4a56d9a2
2018-03-28  Rich SalzRewrite the X509->alert mapping code
2018-03-27  Matt CaswellAssert that alpn_selected is NULL before we assign it
2018-03-19  Todd ShortPlace ticket keys into secure memory
2018-03-19  Kurt RoeckxDon't use a ssl specific DRBG anymore
2018-03-19  Matt CaswellDon't update the session cache when processing a client...
2018-03-19  Matt CaswellAlways call the new_session_cb when issuing a NewSessio...
2018-03-15  Matt CaswellOnly update the server session cache when the session...
2018-03-12  Todd ShortSession Ticket app data
2018-02-28  Kurt RoeckxTell the ciphers which DRBG to use for generating rando...
2018-02-23  PauliRemove unreachable statement.
2018-02-01  Todd ShortAdd TLSv1.3 post-handshake authentication (PHA)
2018-01-30  Matt CaswellMove decisions about whether to accept reneg into the...
2018-01-24  Matt CaswellFix logic around when to send an HRR based on cookies
2018-01-24  Matt CaswellAdd support for sending TLSv1.3 cookies
2017-12-28  Matt CaswellDon't flush the ClientHello if we're going to send...
2017-12-26  Paul YangRemove outdated comments
2017-12-17  Paul YangRemove spaces at end of line in ssl/statem
2017-12-14  Matt CaswellFix server side HRR flushing
2017-12-14  Matt CaswellSend supported_versions in an HRR
2017-12-14  Matt CaswellUpdate state machine to send CCS based on whether we...
2017-12-14  Matt CaswellMerge HRR into ServerHello
2017-12-14  Matt CaswellSend a CCS after ServerHello in TLSv1.3 if using middle...
2017-12-14  Matt CaswellImplement session id TLSv1.3 middlebox compatibility...
2017-12-14  Matt CaswellUpdate ServerHello to new draft-22 format
2017-12-04  Matt CaswellFix some formatting nits
2017-12-04  Matt CaswellAdd some more cleanups
2017-12-04  Matt CaswellConvert remaining functions in statem_srvr.c to use...
2017-12-04  Matt CaswellConvert the state machine code to use SSLfatal()
2017-09-26  Dr. Stephen HensonReplace tls1_ec_curve_id2nid.
2017-09-26  Dr. Stephen HensonReturn group id in tls1_shared_group
2017-09-08  David BenjaminIntroduce named constants for the ClientHello callback.
2017-09-08  David BenjaminRename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.
2017-09-01  Andy Polyakovssl/statem/*.c: address "enum mixed with another type...
2017-08-31  Matt CaswellClient side sanity check of ALPN after server has accep...
2017-08-31  Matt CaswellAdd server side sanity checks of SNI/ALPN for use with...
2017-08-15  Benjamin KadukMove ALPN handling from finalizer to delayed call
2017-08-03  Rich SalzAdd a DRBG to each SSL object
2017-07-18  Matt CaswellFix early_data with an HRR
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-21  Dr. Stephen HensonAllow Ed25519 in TLS 1.2
2017-06-21  Dr. Stephen HensonConvert key exchange to one shot call
2017-06-21  Rich SalzMerge Nokia copyright notice into standard
2017-06-20  Rich SalzModify Sun copyright to follow OpenSSL style
2017-06-16  Matt CaswellTweak the check that a ciphersuite has not changed...
2017-06-16  Matt CaswellFix an uninitialised variable warning
2017-06-16  Matt CaswellMove ciphersuite selection before session resumption...
2017-06-16  Matt CaswellAllow the server to change the ciphersuite on resume
2017-06-11  Rich SalzIf-guard to avoid null ptr deref in statem_srvr.c
2017-06-06  Todd ShortFix #2400 Add NO_RENEGOTIATE option
2017-05-19  Matt CaswellTry to be more consistent about the alerts we send
2017-05-11  Matt CaswellVerify that there is no trailing data after the extensi...
2017-05-09  Matt CaswellVerify that only NULL compression is sent in TLSv1...
next