Fix <= TLS1.2 break
[openssl.git] / ssl / ssl_locl.h
2017-01-30 Matt CaswellFix <= TLS1.2 break
2017-01-30 Matt CaswellMake the "ticket" function return codes clearer
2017-01-30 Matt CaswellAlways ensure that session->cipher is set
2017-01-30 Matt CaswellTweak a comment
2017-01-30 Matt CaswellImplement Server side of PSK extension parsing
2017-01-30 Matt CaswellAdd support for the age_add field
2017-01-30 Matt CaswellConstruct the client side psk extension for TLSv1.3
2017-01-30 Matt CaswellAdd support for the psk_key_exchange_modes extension
2017-01-30 Matt CaswellMove state machine knowledge out of the record layer
2017-01-26 Dr. Stephen HensonUse correct signature algorithm list when sending or...
2017-01-25 FdaSilvaYYFix a few misspellings.
2017-01-23 Cory BenfieldAdd support for key logging callbacks.
2017-01-11 Matt CaswellFix compilation with no-nextprotoneg
2017-01-10 Matt CaswellExtend PSS signature support to TLSv1.2
2017-01-10 Matt CaswellVerify that the sig algs extension has been sent for...
2017-01-10 Matt CaswellFix client application traffic secret
2017-01-10 Matt CaswellRemove some unneeded functions
2017-01-10 Matt CaswellUse NIDs instead of the old TLSv1.2 sigalgs hash and...
2017-01-10 Matt CaswellRemove a redundant function
2017-01-10 Matt CaswellConvert Sigalgs processing to use ints
2017-01-10 Matt CaswellMake CertificateVerify TLS1.3 aware
2017-01-10 Rich SalzReview comments
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 CaswellCreate Certificate messages in TLS1.3 format
2016-12-08 Matt CaswellFix more style issues following extensions refactor...
2016-12-08 Matt CaswellIntroduce TLSEXT_STATUSTYPE_nothing constant
2016-12-08 Matt CaswellChange TLSEXT_IDX_* values into an enum
2016-12-08 Matt CaswellMove ServerHello extension parsing into the new extensi...
2016-12-08 Matt CaswellAvoid repeatedly scanning the list of extensions
2016-12-08 Matt CaswellSimplify ClientHello extension parsing
2016-12-08 Matt CaswellMove client construction of ClientHello extensions...
2016-12-08 Matt CaswellMove client parsing of ServerHello extensions into...
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 CaswellUse ClientHello.legacy_version for the RSA pre-master...
2016-11-23 Matt CaswellFix SSL_IS_TLS13(s)
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-17 Kurt RoeckxAdd support for reference counting using C11 atomics
2016-11-16 Matt CaswellStart using the key_share data to derive the PMS
2016-11-16 Matt CaswellAdd key_share info to the ServerHello
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 CaswellAdd server side support for supported_versions extension
2016-11-09 Matt CaswellAdd support for TLS1.3 secret generation
2016-11-09 Matt CaswellMake some CLIENTHELLO_MSG function arguments const
2016-11-09 Matt CaswellRename clienthello.version to clienthello.legacy_version
2016-11-09 Matt CaswellUse an explicit name for the struct for definition...
2016-11-09 Matt CaswellRefactor ClientHello processing so that extensions...
2016-11-04 Matt CaswellRename all "read" variables with "readbytes"
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 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 libssl writing for size_t
2016-11-04 Matt CaswellFurther libssl size_t-ify of reading
2016-11-02 David WoodhouseAdd DTLS_get_data_mtu() function
2016-11-02 Matt CaswellAdd the SSL_METHOD for TLSv1.3 and all other base chang...
2016-10-03 Matt CaswellHarmonise setting the header and closing construction
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-09-29 Matt CaswellRemove tls12_copy_sigalgs_old()
2016-09-29 Matt CaswellConvert CertificateRequest construction to WPACKET
2016-09-29 Matt CaswellDelete some unneeded code
2016-09-29 Matt CaswellConvert ServerHello construction to WPACKET
2016-09-22 Matt CaswellConvert HelloVerifyRequest construction to WPACKET
2016-09-20 Matt CaswellConvert Certificate message construction to WPACKET
2016-09-20 Matt CaswellConvert ClientVerify Construction to WPACKET
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 DTLS buffered message DoS attack
2016-08-18 Emilia KasperIndent ssl/
2016-08-17 Dr. Stephen HensonConstify ssl_cert_type()
2016-08-17 Dr. Stephen HensonConvert X509* functions to use const getters
2016-08-16 David WoodhouseFix satsub64be() to unconditionally use 64-bit integers
2016-08-15 Dr. Stephen HensonFix no-ec
2016-08-13 Dr. Stephen HensonModify TLS support for new X25519 API.
2016-08-05 klemensspelling fixes, just comments and readme.
2016-08-04 David WoodhouseMake DTLS1_BAD_VER work with DTLS_client_method()
2016-08-04 David WoodhouseFix DTLS_VERSION_xx() comparison macros for DTLS1_BAD_VER
2016-07-19 Emilia KasperFix two bugs in clienthello processing
2016-07-18 Matt CaswellFix bug with s2n et al macros
2016-07-15 Dr. Stephen Hensoncheck return values for EVP_Digest*() APIs
2016-06-03 Matt CaswellHandle a memory allocation failure in ssl3_init_finishe...
2016-05-23 Dr. Stephen Hensonremove encrypt then mac ifdefs
2016-05-20 Matt CaswellSimplify SSL BIO buffering logic
2016-05-17 Rich SalzCopyright consolidation 01/10
next