]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/statem/statem_clnt.c
various spelling fixes
[thirdparty/openssl.git] / ssl / statem / statem_clnt.c
2016-04-28  FdaSilvaYYvarious spelling fixes
2016-04-22  Matt CaswellDon't set peer_tmp until we have finished constructing it
2016-04-09  Matt CaswellMake DH opaque
2016-04-07  Viktor DukhovniSuppress CT callback as appropriate
2016-04-07  Viktor DukhovniFix client verify mode to check SSL_VERIFY_PEER
2016-04-07  David BenjaminFix memory leak on invalid CertificateRequest.
2016-04-04  Rich SalzRevert "various spelling fixes"
2016-04-04  FdaSilvaYYvarious spelling fixes
2016-03-27  Fedor IndutnyAllow different protocol version when trying to reuse...
2016-03-20  Rich SalzRemove #error from include files.
2016-03-09  Kurt RoeckxAdd support for minimum and maximum protocol version...
2016-03-07  Rob PercivalLowercase name of SSL_validate_ct as it is an internal...
2016-03-04  Rob PercivalAdds CT validation to SSL connections
2016-02-18  Rich SalzRemove outdated DEBUG flags.
2016-02-11  Dr. Stephen HensonRemove static ECDH support.
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-07  Dr. Stephen HensonFix declarations and constification for inline stack.
2016-01-02  Viktor DukhovniProtocol version selection and negotiation rewrite
2016-01-02  Kurt RoeckxAdd support for minimum and maximum protocol version
2016-01-01  Dr. Stephen Hensonremove invalid free
2015-12-31  Dr. Stephen HensonUse X509_get0_pubkey where appropriate
2015-12-29  Dr. Stephen HensonConvert RSA encrypt to use EVP_PKEY
2015-12-27  Matt CaswellIncrease the max size limit for a CertificateRequest...
2015-12-27  Matt CaswellSimplify calling of the OCSP callback
2015-12-27  Matt CaswellFix error when server does not send CertificateStatus...
2015-12-23  Dr. Stephen HensonEVP_PKEY DH client support.
2015-12-23  Matt CaswellFix inline build failure
2015-12-19  Dr. Stephen HensonRemove fixed DH ciphersuites.
2015-12-16  Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-16  Dr. Stephen HensonUse EVP_PKEY for client side EC.
2015-12-16  Dr. Stephen HensonRemove ECDH client auth code.
2015-12-16  Dr. Stephen HensonUse EC_KEY_key2buf and EC_oct2key in libssl.
2015-12-15  Matt CaswellFix compile failure with no-srp
2015-12-09  Richard LevitteFix warnings about unused variables when EC is disabled.
2015-12-07  Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07  Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-12-05  Kurt RoeckxRemove support for all 40 and 56 bit ciphers.
2015-12-04  Matt CaswellFix EAP FAST in the new state machine
2015-11-27  Matt CaswellUpdates to GOST2012
2015-11-24  Dr. Stephen HensonUse EVP_md5_sha1() to generate client verify
2015-11-24  Dr. Stephen HensonRemove RSA exception when processing server key exchange.
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-13  Dr. Stephen Hensonabsent identity hint should be NULL
2015-11-09  Matt CaswellStandardise our style for checking malloc failures
2015-11-06  Matt CaswellDon't finish the handshake twice
2015-10-30  Matt CaswellAdd SRP and PSK to disallowed CertificateRequest cipher...
2015-10-30  Matt CaswellChange snprintf to memcpy
2015-10-30  Matt CaswellAdd ossl_statem prefix to various functions
2015-10-30  Matt CaswellConvert enums to typedefs
2015-10-30  Matt CaswellFix empty NewSessionTicket processing
2015-10-30  Matt CaswellFix various error codes
2015-10-30  Matt CaswellRename STATEM to OSSL_STATEM
2015-10-30  Matt CaswellChange statem prefix to ossl_statem
2015-10-30  Matt CaswellFix some client side transition logic
2015-10-30  Matt CaswellMore state machine reorg
2015-10-30  Matt CaswellReorganise state machine files