]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/ssl_locl.h
Move extension data into sub-structs
[thirdparty/openssl.git] / ssl / ssl_locl.h
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
2016-05-16  Kurt Roeckxsession tickets: use more sizeof
2016-05-16  TJ SaundersUse AES256 for the default encryption algoritm for...
2016-05-16  jfigusPropagate tlsext_status_type from SSL_CTX to SSL
2016-05-10  Andy PolyakovIRIX fixes.
2016-05-09  David BenjaminDon't send signature algorithms when client_version...
2016-04-13  Matt CaswellRename int_*() functions to *_int()
2016-04-13  Matt CaswellRename lots of *_intern or *_internal function to int_*
2016-04-13  Matt CaswellDeprecate SSL_COMP_free_compression_methods() and make...
2016-04-11  Matt CaswellRemove an unused function
2016-04-08  Rich SalzAdd SSL_DANE typedef for consistency.
2016-04-07  Viktor DukhovniSuppress CT callback as appropriate
2016-03-27  Fedor IndutnyAllow different protocol version when trying to reuse...
2016-03-22  Kurt RoeckxCheck algo_strength using SSL_STRONG_MASK
2016-03-20  Rich SalzRemove #error from include files.
2016-03-17  Rich SalzSort cipher-list at runtime.
2016-03-09  Kurt RoeckxDeprecate the use of version-specific methods
2016-03-09  Kurt RoeckxMove disabling of RC4 for DTLS to the cipher list.
2016-03-09  Kurt RoeckxAdd support for minimum and maximum protocol version...
2016-03-09  Kurt RoeckxAdd ssl_get_client_min_max_version() function
2016-03-09  Kurt RoeckxMake function to convert version to string
2016-03-09  Kurt RoeckxConstify security callbacks
2016-03-08  Alessandro GhediniConvert CRYPTO_LOCK_SSL_* to new multi-threading API
2016-03-08  Todd ShortGH787: Fix ALPN
next