]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl
Make the fuzzers more reproducible
[thirdparty/openssl.git] / ssl /
2016-11-29  Matt CaswellFix some style issues in the TLSv1.3 nonce construction...
2016-11-29  Matt CaswellFix a travis compilation error
2016-11-29  Matt CaswellUse the TLSv1.3 nonce construction
2016-11-29  Matt CaswellEnsure we are in accept state in DTLSv1_listen
2016-11-28  Emilia KasperTest mac-then-encrypt
2016-11-24  Matt CaswellFix a bogus uninit var warning
2016-11-23  Matt CaswellFix missing NULL checks in key_share processing
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 a double ;; causing a travis failure
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 CaswellFix SSL_IS_TLS13(s)
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 CaswellCreate the Finished message payload
2016-11-23  Matt CaswellUpdate state machine to be closer to TLS1.3
2016-11-23  Matt CaswellImplement tls13_change_cipher_state()
2016-11-23  Matt CaswellRemove old style NewSessionTicket from TLSv1.3
2016-11-23  Matt CaswellFix EXTMS error introduced by commit 94ed2c6
2016-11-21  Kurt RoeckxMake SSL_read and SSL_write return the old behaviour...
2016-11-17  Kurt RoeckxAdd support for reference counting using C11 atomics
2016-11-17  Matt CaswellFix missing SSL_IS_TLS13(s) usage
2016-11-16  Matt CaswellFix a "defined but not used" warning when enabling...
2016-11-16  Matt CaswellRemove a hack from ssl_test_old
2016-11-16  Matt CaswellFix a typo in a comment
2016-11-16  Matt CaswellMove getting the curvelist for client and server out...
2016-11-16  Matt CaswellFixed various style issues in the key_share code
2016-11-16  Matt CaswellCheck key_exchange data length is not 0
2016-11-16  Matt CaswellEnsure the whole key_share extension is well formatted
2016-11-16  Matt CaswellValidate that the provided key_share is in supported_groups
2016-11-16  Matt CaswellStart using the key_share data to derive the PMS
2016-11-16  Matt CaswellAdd a TLS version consistency check during session...
2016-11-16  Matt CaswellAdd processing of the key_share received in the ServerHello
2016-11-16  Matt CaswellAdd key_share info to the ServerHello
2016-11-16  Matt CaswellUpdate the trace code to know about the key_share extension
2016-11-16  Matt CaswellAdd the key_share processing to the server side
2016-11-16  Matt CaswellGenerate the key_shares extension on the client side
2016-11-15  Rob PercivalCheck that SCT timestamps are not in the future
2016-11-15  Richard LevitteRevert "Remove heartbeats completely"
2016-11-15  Richard LevitteRemove heartbeats completely
2016-11-13  Richard LevitteRemove heartbeat support
2016-11-10  Matt CaswellRename the Elliptic Curves extension to supported_groups
2016-11-09  Matt CaswellAddress some supported_versions review comments
2016-11-09  Matt CaswellRemove some redundant trace code
2016-11-09  Matt CaswellFix some missing checks for TLS1_3_VERSION_DRAFT
2016-11-09  Matt CaswellAdd a TODO(TLS1.3) about renegotation
2016-11-09  Matt CaswellA style tweak based on feedback received
2016-11-09  Matt CaswellLook at the supported_versions extension even if the...
2016-11-09  Matt CaswellEnsure that vent->smeth != NULL before we call vent...
2016-11-09  Matt CaswellAddress some review feedback comments for supported_ver...
2016-11-09  Matt CaswellUpdate TLS1.3 draft version numbers for latest draft
2016-11-09  Matt CaswellAdd server side support for supported_versions extension
2016-11-09  Matt CaswellEnsure that the -trace option can interpret the support...
2016-11-09  Matt CaswellAdd the ability to send the supported_versions extension
2016-11-09  EasySecWhen no SRP identity is found, no error was reported...
2016-11-09  Matt CaswellEnsure the key and iv labels are declared as static
2016-11-09  Matt CaswellAdd support for TLS1.3 secret generation
2016-11-09  Matt CaswellAdd support for initialising WPACKETs from a static...
2016-11-09  Matt CaswellMake some CLIENTHELLO_MSG function arguments const
2016-11-09  Matt CaswellUpdate a comment
2016-11-09  Matt CaswellSwap back to using SSL3_RANDOM_SIZE instead of sizeof...
2016-11-09  Matt CaswellMove setting the session_id_len until after we filled...
2016-11-09  Matt CaswellLoad the sessionid directly in SSLv2 compat ClientHello
2016-11-09  Matt CaswellRename clienthello.version to clienthello.legacy_version
2016-11-09  Matt CaswellFix some minor style issues
2016-11-09  Matt CaswellAdd some function documentation and update some existin...
2016-11-09  Matt CaswellFix make update following extensions refactor
2016-11-09  Matt CaswellImprove some comment documentation following the extens...
2016-11-09  Matt CaswellFix various style issues in the extension parsing refactor
2016-11-09  Matt CaswellUse an explicit name for the struct for definition...
2016-11-09  Matt CaswellFix a memory leak in the ClientHello extension parsing
2016-11-09  Matt CaswellHandle compression methods correctly with SSLv2 compat...
2016-11-09  Matt CaswellRefactor ClientHello processing so that extensions...
2016-11-07  Matt CaswellPartial revert of "Fix client verify mode to check...
2016-11-07  Matt CaswellIgnore the record version in TLS1.3
2016-11-07  Matt CaswellCorrect the Id for the TLS1.3 ciphersuite
2016-11-07  Matt CaswellAlways ensure that init_msg is initialised for a CCS
2016-11-04  Matt CaswellFix a missed size_t variable declaration
2016-11-04  Matt CaswellFix some style issues from libssl size_tify review
2016-11-04  Matt CaswellRename all "read" variables with "readbytes"
2016-11-04  Matt CaswellFix a shadowed variable declaration warning picked...
2016-11-04  Matt CaswellTest the size_t constant time functions
2016-11-04  Matt CaswellEnsure SSL_DEBUG works following size_t changes
2016-11-04  Matt CaswellFix some bogus warnings about uninitialised variables
2016-11-04  Matt CaswellRemove a stray TODO that has already been fixed
2016-11-04  Matt CaswellProvide some constant time functions for dealing with...
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 CaswellConvert the mac functions to just return 1 for success...
2016-11-04  Matt CaswellFix some ssl3_record code witch converstion to/from...
2016-11-04  Matt CaswellAdd some PACKET functions for size_t
2016-11-04  Matt CaswellConvert SSL BIO to use SSL_write_ex().
2016-11-04  Matt CaswellFix some missed size_t updates
2016-11-04  Matt CaswellResolve some outstanding size_t related TODOs
2016-11-04  Matt CaswellUpdate misc function params in libssl for size_t
2016-11-04  Matt CaswellConvert some libssl local functions to size_t
2016-11-04  Matt CaswellUpdate cookie_len for size_t
2016-11-04  Matt CaswellUpdate numerous misc libssl fields to be size_t
2016-11-04  Matt CaswellConvert session_id_length and sid_ctx_len to size_t
next