]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/statem/statem_clnt.c
Better check of DH parameters in TLS data
[thirdparty/openssl.git] / ssl / statem / statem_clnt.c
2017-01-26  Richard LevitteBetter check of DH parameters in TLS data
2017-01-25  Matt CaswellFix memory leaks in the Certificate extensions code
2017-01-23  Cory BenfieldAdd support for key logging callbacks.
2017-01-10  Matt CaswellExtend PSS signature support to TLSv1.2
2017-01-10  Matt CaswellConvert Sigalgs processing to use ints
2017-01-10  Matt CaswellMake CertificateVerify TLS1.3 aware
2017-01-10  Matt CaswellMove Certificate Verify construction and processing...
2017-01-10  Rich SalzUse typedefs for PSK, NPN, ALPN callback functions
2017-01-10  Rich SalzMove extension data into sub-structs
2017-01-06  Matt CaswellFix various style issues following feedback
2017-01-06  Matt CaswellInitialise the al variable
2017-01-06  Matt CaswellImplement TLSv1.3 style CertificateStatus
2017-01-06  Matt CaswellCreate Certificate messages in TLS1.3 format
2017-01-06  Matt CaswellExtends extension parsing to take the Certificate
2017-01-06  Matt CaswellExtend tls_construct_extensions() to enable passing...
2016-12-19  Richard LevitteFix erroneous goto lable
2016-12-08  Kurt RoeckxOnly call memcpy when the length is larger than 0.
2016-12-08  Matt CaswellFix a travis failure
2016-12-08  Matt CaswellIntroduce TLSEXT_STATUSTYPE_nothing constant
2016-12-08  Matt CaswellVarious style updates following extensions refactor
2016-12-08  Matt CaswellFix a memory leak
2016-12-08  Matt CaswellSplit ServerHello extensions
2016-12-08  Matt CaswellMove ServerHello extension parsing into the new extensi...
2016-12-08  Matt CaswellMove client construction of ClientHello extensions...
2016-12-08  Matt CaswellAdd EncryptedExtensions message
2016-12-08  Matt CaswellSend and Receive a TLSv1.3 format ServerHello
2016-11-23  Matt CaswellFix missing NULL checks in CKE processing
2016-11-23  Matt CaswellUse ClientHello.legacy_version for the RSA pre-master...
2016-11-23  Matt CaswellFix some style issues with TLSv1.3 state machine PR
2016-11-23  Matt CaswellFix some style issues identified during review
2016-11-23  Matt CaswellEnsure unexpected messages are handled consistently
2016-11-23  Matt CaswellEnsure the end of first server flight processing is...
2016-11-23  Matt CaswellUpdate state machine to be closer to TLS1.3
2016-11-23  Matt CaswellRemove old style NewSessionTicket from TLSv1.3
2016-11-16  Matt CaswellFixed various style issues in the key_share code
2016-11-16  Matt CaswellStart using the key_share data to derive the PMS
2016-11-09  Matt CaswellAddress some supported_versions review comments
2016-11-09  Matt CaswellAddress some review feedback comments for supported_ver...
2016-11-09  Matt CaswellAdd server side support for supported_versions extension
2016-11-07  Matt CaswellPartial revert of "Fix client verify mode to check...
2016-11-04  Matt CaswellNow that we can use size_t in PACKET lets use it
2016-11-04  Matt CaswellFix misc size_t issues causing Windows warnings in...
2016-11-04  Matt CaswellFix some missed size_t updates
2016-11-04  Matt CaswellUpdate misc function params in libssl for size_t
2016-11-04  Matt CaswellUpdate cookie_len for size_t
2016-11-04  Matt CaswellConvert session_id_length and sid_ctx_len to size_t
2016-11-04  Matt CaswellConvert master_secret_size code to size_t
2016-11-04  Matt CaswellFurther libssl size_t-ify of reading
2016-10-03  Matt CaswellFix linebreaks in the tls_construct_client_certificate...
2016-10-03  Matt CaswellAdd a typedef for the construction function
2016-10-03  Matt CaswellMove setting of the handshake header up one more level
2016-10-03  Matt CaswellRemove the special case processing for finished constru...
2016-10-03  Matt CaswellHarmonise setting the header and closing construction
2016-10-03  Matt CaswellDon't set the handshake header in every message
2016-10-03  Matt CaswellMove init of the WPACKET into write_state_machine()
2016-10-02  Matt CaswellRename ssl_set_handshake_header2()
2016-09-29  Matt CaswellFix a bug in CKE construction for PSK
2016-09-22  Rich SalzAdd -Wswitch-enum
2016-09-22  Dmitry BelyavskyAvoid KCI attack for GOST
2016-09-20  Richard LevitteQuiet compiler warning about uninitialised variable
2016-09-20  Matt CaswellConvert WPACKET_put_bytes to use convenience macros
2016-09-20  Matt CaswellStyle tweaks following review feedback
2016-09-20  Matt CaswellConvert NextProto message construction to WPACKET
2016-09-20  Matt CaswellConvert ClientVerify Construction to WPACKET
2016-09-13  Matt CaswellAdd a WPACKET_sub_allocate_bytes() function
2016-09-13  Matt CaswellConvert CKE construction to use the WPACKET API
2016-09-13  Matt CaswellAddress WPACKET review comments
2016-09-13  Matt CaswellEnsure the WPACKET gets cleaned up in the event of...
2016-09-13  Matt CaswellAdd WPACKET_sub_memcpy() function
2016-09-13  Matt CaswellMove from explicit sub-packets to implicit ones
2016-09-13  Matt CaswellRename PACKETW to WPACKET
2016-09-13  Matt CaswellConvert tls_construct_client_hello() to use PACKETW
2016-08-22  Matt CaswellFix leak on error in tls_construct_cke_gost
2016-08-18  Emilia KasperIndent ssl/
2016-08-15  Dr. Stephen HensonFix no-ec
2016-08-13  Dr. Stephen HensonModify TLS support for new X25519 API.
2016-08-04  David WoodhouseFix ossl_statem_client_max_message_size() for DTLS1_BAD_VER
2016-08-01  Ben Lauriepeer_tmp doesn't exist if no-ec no-dh.
2016-07-23  Richard LevitteCorrect misspelt OPENSSL_NO_SRP
2016-07-19  Matt CaswellUpdate error codes following tls_process_key_exchange...
2016-07-19  Matt CaswellTidy up tls_process_key_exchange()
2016-07-19  Matt CaswellSplit out ECDHE from tls_process_key_exchange()
2016-07-19  Matt CaswellSplit out DHE from tls_process_key_exchange()
2016-07-19  Matt CaswellSplit out SRP from tls_process_key_exchange()
2016-07-19  Matt CaswellSplit out the PSK preamble from tls_process_key_exchange()
2016-07-19  Matt CaswellMove the PSK preamble for tls_process_key_exchange()
2016-07-19  Matt CaswellNarrow scope of locals vars in tls_process_key_exchange()
2016-07-19  Matt CaswellRemove sessions from external cache, even if internal...
2016-07-19  Richard LevitteFixup a few SSLerr calls in ssl/statem/
2016-07-18  Matt CaswellFix up error codes after splitting up tls_construct_key...
2016-07-18  Matt CaswellSome tidy ups after the CKE construction refactor
2016-07-18  Matt CaswellSplit out SRP CKE construction into a separate function
2016-07-18  Matt CaswellSplit out GOST CKE construction into a separate function
2016-07-18  Matt CaswellSplit out DHE CKE construction into a separate function
2016-07-18  Matt CaswellSplit out DHE CKE construction into a separate function
2016-07-18  Matt CaswellSplit out CKE construction PSK pre-amble and RSA into...
2016-07-18  Matt CaswellNarrow the scope of local variables in tls_construct_cl...
2016-07-18  Matt CaswellSimplify key_exchange_expected() logic
2016-07-18  Matt CaswellFix SSLv3 alert if no Client Ceritifcate sent after...
2016-07-18  Matt CaswellPrepare the client certificate earlier
next