Update the trace code to know about the key_share extension
[openssl.git] / ssl /
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
2016-11-04 Matt CaswellConvert master_secret_size code to size_t
2016-11-04 Matt CaswellConvert various mac_secret_size usage to size_t
2016-11-04 Matt CaswellConvert ssl3_cbc_digest_record for size_t
2016-11-04 Matt CaswellConvert some misc record layer functions for size_t
2016-11-04 Matt CaswellConvert SSL3_RECORD_clear() and SSL3_RECORD_release...
2016-11-04 Matt CaswellConvert libssl writing for size_t
2016-11-04 Matt CaswellFurther libssl size_t-ify of reading
2016-11-04 Matt CaswellConvert record layer to use size_t
2016-11-02 Matt CaswellFail if an unrecognised record type is received
2016-11-02 Matt CaswellFix read_ahead
2016-11-02 David WoodhouseAdd DTLS_get_data_mtu() function
2016-11-02 Matt CaswellConvert a big "if" into a "switch"
2016-11-02 Matt CaswellUse ciphersuite id when matching if we've got one
2016-11-02 Matt CaswellAdd the SSL_METHOD for TLSv1.3 and all other base chang...
2016-11-01 Todd ShortAdd SSL_CTX_set1_cert_store()
2016-10-28 Matt CaswellTweaks based on review feedback of BIO size_t work
2016-10-28 Matt CaswellFix a shadowed variable declaration warning
2016-10-28 Matt CaswellCreate BIO_write_ex() which handles size_t arguments
2016-10-28 Matt CaswellCreate BIO_read_ex() which handles size_t arguments
2016-10-28 Matt CaswellA zero return from BIO_read()/BIO_write() could be...
2016-10-17 David WoodhouseAdd SSL_OP_NO_ENCRYPT_THEN_MAC
2016-10-17 David WoodhouseFix encrypt-then-mac implementation for DTLS
2016-10-10 David BenjaminRemove trailing whitespace from some files.
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-10-02 Matt CaswellRemove ssl_set_handshake_header()
2016-10-02 Matt CaswellRemove the tls12_get_sigandhash_old() function
2016-10-02 Dr. Stephen Hensonfix memory leak
2016-09-29 Matt CaswellConvert NewSessionTicket construction to WPACKET
next