]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/statem/statem_lib.c
Deprecate RSA harder
[thirdparty/openssl.git] / ssl / statem / statem_lib.c
2020-11-18  Richard LevitteDeprecate RSA harder
2020-11-11  Richard LevitteSSL: refactor all SSLfatal() calls
2020-11-11  Richard LevitteConvert all {NAME}err() in ssl/ to their corresponding...
2020-11-02  Benjamin KadukAdjust error reason for ssl_get_min_max_version() failure
2020-10-01  Matt CaswellRun the withlibctx.pl script
2020-09-17  Tomas MrazDisallow certs with explicit curve in verification...
2020-09-13  Matt CaswellFix safestack issues in x509.h
2020-09-13  Matt CaswellFix safestack issues in ssl.h
2020-08-29  Matt CaswellCheck whether we have MD5-SHA1 and whether we need it
2020-08-09  Shane LontisAdd EVP signature with libctx methods.
2020-07-21  Viktor DukhovniAvoid errors with a priori inapplicable protocol bounds
2020-07-16  Todd ShortAdd SSL_get[01]_peer_certificate()
2020-05-07  Nikolay MorozovSSL_OP_DISABLE_TLSEXT_CA_NAMES option implementation
2020-04-24  Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23  Matt CaswellUpdate copyright year
2020-04-08  Matt CaswellUse X509_STORE_CTX_new_with_libctx() in libssl
2020-04-08  Richard LevitteEVP & TLS: Add necessary EC_KEY data extraction functio...
2020-04-01  Matt CaswellUse EVP_DigestSignInit_ex and EVP_DigestVerifyInit_ex...
2020-03-13  Benjamin KadukDon't write to the session when computing TLS 1.3 keys
2020-02-06  Matt CaswellExplicitly fetch ciphers and digests in libssl
2020-01-19  Matt Caswelllibssl: Eliminate as much use of EVP_PKEY_size() as...
2019-10-10  Artiom Vaskovssl/statem/statem_lib.c: make servercontext/clientconte...
2019-10-03  NaveenShivanna86'init_buf' memory can be freed when DTLS is used over...
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-08-14  opensslonzos-githubAdd missing EBCDIC strings
2019-06-17  Matt CaswellAllow TLSv1.3 in a no-ec build
2019-06-11  Shane LontisMake EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).
2019-06-04  Shane LontisMove digests to providers
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-06  Richard LevitteAdapt SSL_DEBUG to the new generic trace API
2019-02-22  Matt CaswellDon't restrict the number of KeyUpdate messages we...
2019-02-14  Matt CaswellDon't signal SSL_CB_HANDSHAKE_START for TLSv1.3 post...
2019-01-24  Matt CaswellRevert "Keep the DTLS timer running after the end of...
2018-12-15  Kurt RoeckxUse (D)TLS_MAX_VERSION_INTERNAL internally
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-11-27  Paul YangFix access zero memory if SSL_DEBUG is enabled
2018-11-14  Matt CaswellFix no-ec and no-tls1_2
2018-11-12  Matt CaswellSeparate ca_names handling for client and server
2018-11-12  Matt CaswellDon't negotiate TLSv1.3 if our EC cert isn't TLSv1...
2018-10-30  Matt CaswellDon't call the client_cert_cb immediately in TLSv1.3
2018-10-29  Richard Levittessl/statem: Don't compare size_t with less than zero
2018-09-07  Matt CaswellEnsure certificate callbacks work correctly in TLSv1.3
2018-09-07  Matt CaswellProcess KeyUpdate and NewSessionTicket messages after...
2018-08-22  Matt CaswellDon't detect a downgrade where the server has a protoco...
2018-08-22  Matt CaswellUse the same min-max version range on the client consis...
2018-08-15  Matt CaswellTurn on TLSv1.3 downgrade protection by default
2018-08-15  Matt CaswellUpdate code for the final RFC version of TLSv1.3 (RFC8446)
2018-08-14  Dmitry YakovlevMove SSL_DEBUG md fprintf after assignment
2018-08-09  Matt CaswellImprove fallback protection
2018-08-08  Matt CaswellTolerate encrypted or plaintext alerts
2018-08-07  Andy Polyakovssl/*: switch to switch to Thread-Sanitizer-friendly...
2018-07-20  Matt CaswellValidate legacy_version
2018-07-17  Matt CaswellFix no-psk
2018-07-13  Matt CaswellAs a server don't select TLSv1.3 if we're not capable...
2018-07-13  Matt CaswellUse ssl_version_supported() when choosing server version
2018-07-03  Matt CaswellRemove TLSv1.3 tickets from the client cache as we...
2018-05-15  Matt CaswellSuport TLSv1.3 draft 28
2018-05-11  Matt CaswellFix ticket callbacks in TLSv1.3
2018-05-08  Matt CaswellKeep the DTLS timer running after the end of the handsh...
2018-04-24  Matt CaswellIn a reneg use the same client_version we used last...
2018-04-24  Matt CaswellRemove some logically dead code
2018-04-20  Matt CaswellMake sure SSL_in_init() returns 0 at SSL_CB_HANDSHAKE_DONE
2018-04-17  Matt CaswellCall the info callback on all handshake done events
2018-03-28  Rich SalzRewrite the X509->alert mapping code
2018-03-21  Matt CaswellDon't wait for dry at the end of a handshake
2018-03-15  Matt CaswellOnly update the server session cache when the session...
2018-02-09  Matt CaswellDon't calculate the Finished MAC twice
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 CaswellDon't send unexpected_message if we receive CCS while...
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-14  Matt CaswellUpdate state machine to send CCS based on whether we...
2017-12-14  Matt CaswellFix an HRR bug
2017-12-14  Matt CaswellMerge HRR into ServerHello
2017-12-14  Matt CaswellUpdate ServerHello to new draft-22 format
2017-12-04  Matt CaswellAdd some more cleanups
2017-12-04  Matt CaswellConvert more functions in ssl/statem/statem.c to use...
2017-12-04  Matt CaswellConvert remaining functions in statem_clnt.c to use...
2017-12-04  Matt CaswellConvert the state machine code to use SSLfatal()
2017-12-04  Matt CaswellReplace some usage of SSLerr with SSLfatal()
2017-11-13  Andy PolyakovResolve warnings in VC-WIN32 build, which allows to...
2017-10-30  Benjamin KadukNormalize on session_ctx for stats where possible
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-09-22  Dr. Stephen HensonStore groups as uint16_t
2017-09-01  Andy Polyakovssl/statem/*.c: address "enum mixed with another type...
2017-08-03  Matt CaswellMove ossl_assert
2017-08-01  Matt CaswellFix new_session_cb calls in TLSv1.3
2017-07-13  Dr. Stephen HensonUse cert tables instead of X509_certificate_type
2017-07-13  Dr. Stephen HensonUse certificate tables instead of ssl_cert_type
2017-07-03  Bernd EdlingerFix potential crash in tls_construct_finished.
2017-06-23  Matt CaswellFix another EVP_DigestVerify() instance
2017-06-21  Dr. Stephen HensonUse EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs...
2017-06-21  Dr. Stephen HensonConvert key exchange to one shot call
2017-06-21  Dr. Stephen HensonHandle signature algorithms with no associated digest
2017-06-21  Dr. Stephen HensonAdd index for ED25519
2017-06-20  Rich SalzModify Sun copyright to follow OpenSSL style
next