]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/t1_lib.c
Convert tls_construct_client_hello() to use PACKETW
[thirdparty/openssl.git] / ssl / t1_lib.c
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
2016-01-12  Richard LevitteAdapt all EVP_CIPHER_CTX users for it becoming opaque
2016-01-07  Dr. Stephen HensonFix declarations and constification for inline stack.
2016-01-02  Viktor DukhovniProtocol version selection and negotiation rewrite
2015-12-31  Dr. Stephen HensonUse X509_get0_pubkey where appropriate
2015-12-30  Dr. Stephen HensonCheck for missing DSA parameters.
2015-12-27  Matt CaswellSimplify calling of the OCSP callback
2015-12-27  Matt CaswellEnsure we don't call the OCSP callback if resuming...
2015-12-27  Matt CaswellFix error when server does not send CertificateStatus...
2015-12-19  Dr. Stephen HensonRemove fixed DH ciphersuites.
2015-12-16  Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-10  Matt CaswellAdd a return value check
2015-12-08  Dr. Stephen HensonExtended master secret fixes and checks.
2015-12-07  Richard LevitteAdapt the rest of the source to the opaque HMAC_CTX
2015-12-07  Richard LevitteAdapt HMAC to the EVP_MD_CTX changes
2015-12-04  Kurt RoeckxRemove SSL_{CTX_}set_ecdh_auto() and always enable...
2015-12-04  Kurt RoeckxMake SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()
2015-12-04  Kurt RoeckxRemove support for SSL_{CTX_}set_tmp_ecdh_callback().
2015-11-30  Dr. Stephen HensonRemove GOST special case: handled automatically now.
2015-11-30  Dr. Stephen HensonUse digest indices for signature algorithms.
2015-11-30  Dr. Stephen HensonUse digest tables for defaults.
2015-11-25  Dr. Stephen HensonRemove unused cert_verify_mac code
2015-11-24  Dr. Stephen HensonUse EVP_md5_sha1() to generate client verify
2015-11-24  Dr. Stephen HensonUse MD5+SHA1 for default digest if appropriate.
2015-11-23  Dmitry BelyavskyPatch containing TLS implementation for GOST 2012
2015-11-20  Matt CaswellEnsure all EVP calls have their returns checked where...
2015-11-14  Dr. Stephen HensonDon't alow TLS v1.0 ciphersuites for SSLv3
2015-11-09  Matt CaswellRemove redundant check from tls1_get_curvelist
2015-11-09  Matt CaswellStandardise our style for checking malloc failures
2015-11-08  Dr. Stephen HensonUse uint32_t and int32_t for SSL_CIPHER structure.
2015-11-02  Matt CaswellRemove a trivially true OPENSSL_assert
2015-10-30  Matt CaswellMove in_handshake into STATEM
2015-10-23  Alessandro GhediniRemove useless code
2015-10-07  Matt CaswellDon't advance PACKET in ssl_check_for_safari
2015-10-05  Alessandro GhediniValidate ClientHello extension field length
2015-10-05  Emilia Kasperssl3_get_client_hello: rearrange logic
2015-09-17  Emilia KasperRemove PACKET_(get|goto)_bookmark
2015-09-07  Matt CaswellPACKETise ServerHello processing
2015-08-14  Matt CaswellFix session tickets
2015-08-13  Matt CaswellEnhance PACKET readability
2015-08-10  Rich SalzRT3999: Remove sub-component version strings
2015-08-03  Matt CaswellPACKETise ClientHello processing
2015-07-30  Dr. Stephen HensonMake auto DH work with DHEPSK
2015-07-30  Dr. Stephen HensonCheck for kECDH with extensions.
2015-07-30  Dr. Stephen HensonDisable all PSK if no callback.
2015-07-28  Dr. Stephen HensonAllow any order for signature algorithm string.
2015-07-18  Dr. Stephen HensonUse uint32_t consistently for flags.
2015-06-12  Adam LangleyAllow a zero length extension block
2015-06-10  Matt CaswellTighten extension handling
2015-06-04  Kurt RoeckxAllow all curves when the client doesn't send an suppor...
2015-05-26  Matt CaswellDon't check for a negative SRP extension size
2015-05-22  Matt CaswellRemove support for OPENSSL_NO_TLSEXT
2015-05-20  Emilia KasperOnly support >= 256-bit elliptic curves with ecdh_auto...
2015-05-19  Dr. Stephen Hensonmove masks out of CERT structure
2015-05-18  Dr. Stephen HensonMove certificate validity flags out of CERT.
2015-05-18  Dr. Stephen HensonMove signing digest out of CERT.
2015-05-18  Dr. Stephen HensonCERT tidy
next