Move ServerHello extension construction into the new extensions framework
[openssl.git] / ssl / t1_lib.c
2016-12-08 Matt CaswellMove ServerHello extension construction into the new...
2016-12-08 Matt CaswellRefactor ClientHello extension parsing
2016-11-29 Matt CaswellUse the TLSv1.3 nonce construction
2016-11-23 Matt CaswellFix missing NULL checks in key_share processing
2016-11-23 Matt CaswellFix some style issues identified during review
2016-11-23 Matt CaswellFix SSL_IS_TLS13(s)
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 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 processing of the key_share received in the ServerHello
2016-11-16 Matt CaswellAdd key_share info to the ServerHello
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-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 CaswellAddress some review feedback comments for supported_ver...
2016-11-09 Matt CaswellAdd server side support for supported_versions extension
2016-11-09 Matt CaswellAdd the ability to send the supported_versions extension
2016-11-09 Matt CaswellMake some CLIENTHELLO_MSG function arguments const
2016-11-09 Matt CaswellUpdate a comment
2016-11-09 Matt CaswellAdd some function documentation and update some existin...
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 CaswellRefactor ClientHello processing so that extensions...
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 CaswellConvert session_id_length and sid_ctx_len to size_t
2016-11-02 Matt CaswellAdd the SSL_METHOD for TLSv1.3 and all other base chang...
2016-10-17 David WoodhouseAdd SSL_OP_NO_ENCRYPT_THEN_MAC
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-09-29 Matt CaswellRemove tls12_copy_sigalgs_old()
2016-09-29 Matt CaswellFix a bug in the construction of the ClienHello SRTP...
2016-09-29 Matt CaswellFix heartbeat compilation error
2016-09-29 Matt CaswellConvert ServerHello construction to WPACKET
2016-09-28 Matt CaswellFix a bug in Renegotiation extension construction
2016-09-22 Matt CaswellFix a mem leak in NPN handling
2016-09-22 Matt CaswellFix OCSP Status Request extension unbounded memory...
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 ClientVerify Construction to WPACKET
2016-09-14 Matt CaswellFix OCSP_RESPID processing bug introduced by WPACKET...
2016-09-13 Matt CaswellAdd a WPACKET_sub_allocate_bytes() function
2016-09-13 Matt CaswellFix a few style nits in the wpacket code
2016-09-13 Matt CaswellAddress WPACKET review comments
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-23 Dr. Stephen HensonSanity check ticket length.
2016-08-18 Emilia KasperIndent ssl/
2016-08-13 Dr. Stephen HensonModify TLS support for new X25519 API.
2016-07-19 Emilia KasperFix two bugs in clienthello processing
2016-06-29 FdaSilvaYYSpelling
2016-06-21 FdaSilvaYYSpelling... and more spelling
2016-06-18 FdaSilvaYYUseless header include of openssl/rand.h
2016-06-14 Matt CaswellFix comment
2016-06-09 Todd ShortFix session ticket and SNI
2016-05-23 Dr. Stephen Hensonremove encrypt then mac ifdefs
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-05-16 TJ SaundersUse AES256 for the default encryption algoritm for...
2016-05-16 TJ Saunderssession tickets: Use sizeof() for the various fields
2016-05-16 Kazuki YamaguchiFix NPN protocol name list validation
2016-05-09 David BenjaminDon't send signature algorithms when client_version...
2016-04-28 FdaSilvaYYvarious spelling fixes
2016-04-21 Matt CaswellFix no-ocsp on Windows (and probably VMS)
2016-04-18 Rich SalzRename some lowercase API's
2016-04-09 Matt CaswellMake DH opaque
2016-04-06 Matt CaswellFix no-ocsp
2016-04-04 Rich SalzRevert "various spelling fixes"
2016-04-04 FdaSilvaYYvarious spelling fixes
2016-03-21 Todd ShortFix ALPN - more fixes
2016-03-20 Rich SalzRemove #error from include files.
2016-03-18 Matt CaswellEnsure that memory allocated for the ticket is freed
2016-03-09 Kurt RoeckxAdd support for minimum and maximum protocol version...
2016-03-08 Todd ShortGH787: Fix ALPN
2016-03-04 Rob PercivalAdds CT validation to SSL connections
2016-03-04 Rich SalzChanges to DEFAULT curves
2016-03-03 Emilia KasperRefactor ClientHello extension parsing
2016-02-28 Dr. Stephen HensonTLS support for X25519
2016-02-19 Emilia KasperTLS: reject duplicate extensions
2016-02-18 Rich SalzRemove outdated DEBUG flags.
2016-02-18 Matt CaswellFix memory leaks in tls_decrypt_ticket
2016-02-16 Dr. Stephen HensonSimplify tls1_set_ec_id.
2016-02-16 Dr. Stephen HensonUse nid_list table to lookup curve IDs.
2016-02-16 Dr. Stephen HensonAdd explanation and warning to TLS id table.
2016-02-11 Dr. Stephen HensonRemove static ECDH support.
2016-02-11 Dr. Stephen HensonDon't check self signed certificate signature security.
2016-02-11 Rich SalzRemove TLS heartbeat, disable DTLS heartbeat
2016-02-01 Emilia Kasperconstify PACKET
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-20 Dr. Stephen Hensonmake EVP_PKEY opaque
next