]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/ssl_lib.c
Update copyright year
[thirdparty/openssl.git] / ssl / ssl_lib.c
2018-08-14  Matt CaswellUpdate copyright year
2018-05-02  Matt CaswellFix SSL_get_shared_ciphers()
2017-12-08  Rich SalzStandardize syntax around sizeof(foo)
2017-11-01  David BenjaminFix weak digest in TLS 1.2 with SNI.
2017-06-21  Matt CaswellAdd documentation for the SSL_export_keying_material...
2017-05-10  Matt CaswellCopy custom extension flags in a call to SSL_set_SSL_CTX()
2017-02-13  David BenjaminDon't read uninitialised data for short session IDs.
2017-01-10  Bernd EdlingerFix error handling in SSL_CTX_new
2016-08-26  David WoodhouseFix SSL_export_keying_material() for DTLS1_BAD_VER
2016-06-27  Matt CaswellChange usage of RAND_pseudo_bytes to RAND_bytes
2016-05-17  Matt CaswellFix SSL compression symbol exporting
2016-04-04  Todd ShortFix ALPN
2016-03-01  Viktor DukhovniDisable SSLv2 default build, default negotiation and...
2016-02-08  Matt CaswellHandle SSL_shutdown while in init more appropriately #2
2016-01-20  Matt CaswellHandle SSL_shutdown while in init more appropriately
2015-11-24  Kurt RoeckxSet reference count earlier
2015-11-20  Matt CaswellEnsure all EVP calls have their returns checked where...
2015-09-01  Hiroyuki YAMAMORIFix DTLS1.2 compression
2015-05-22  Matt CaswellFix typo setting up certificate masks
2015-05-11  Matt CaswellCheck sk_SSL_CIPHER_new_null return value
2015-03-20  David WoodhouseAdd DTLS to SSL_get_version
2015-01-22  Matt CaswellRe-align some comments after running the reformat script. OpenSSL_1_0_2-post-reformat
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt Caswellindent has problems with comments that are on the right...
2015-01-22  Matt CaswellFurther comment amendments to preserve formatting prior...
2015-01-06  Emilia KasperOnly inherit the session ID context in SSL_set_SSL_CTX...
2015-01-05  Adam LangleyEnsure that the session ID context of an SSL* is updated
2015-01-05  Piotr SikoraFix building with no-srtp
2014-12-17  Richard LevitteClear warnings/errors within CIPHER_DEBUG code sections
2014-12-16  Matt CaswellAdd OPENSSL_NO_ECDH guards
2014-12-08  Matt CaswellFix memory leak in SSL_new if errors occur.
2014-12-03  Matt CaswellRemove instances in libssl of the constant 28 (for...
2014-10-24  Dr. Stephen HensonCopy negotiated parameters in SSL_set_SSL_CTX.
2014-10-21  Bodo MoellerWhen processing ClientHello.cipher_suites, don't ignore...
2014-10-15  Bodo MoellerSupport TLS_FALLBACK_SCSV.
2014-08-28  Dr. Stephen HensonCustom extension revision.
2014-08-28  Dr. Stephen HensonRevision of custom extension code.
2014-07-04  Dr. Stephen HensonRemove all RFC5878 code.
2014-06-10  Dr. Stephen HensonRemove experimental DANE code.
2014-05-12  Kurt RoeckxCheck sk_SSL_CIPHER_num() after assigning sk.
2014-05-11  Günther NoackAvoid out-of-bounds write in SSL_get_shared_ciphers
2014-02-23  Dr. Stephen HensonOption to set current cert to server certificate.
2014-02-23  Ben LaurieFix typo.
2014-02-21  Andy Polyakovssl/ssl_cert.c: DANE update.
2014-02-09  Ben LaurieMerge branch '102_stable_tlsext_suppdata_changes' of...
2014-02-09  Ben LaurieMore cleanup.
2014-02-09  Scott DeboyAdd callbacks supporting generation and retrieval of...
2014-01-16  Dr. Stephen HensonAdd new function SSL_CTX_get_ssl_method().
2013-12-13  Dr. Stephen HensonVerify parameter retrieval functions.
2013-11-18  Dr. Stephen HensonNew functions to retrieve certificate from SSL_CTX
2013-11-14  Piotr SikoraFix compilation with no-nextprotoneg.
2013-10-05  Ben LaurieMerge branch 'OpenSSL_1_0_2-stable' into pre-aead
2013-10-04  Ben LaurieMerge branch 'OpenSSL_1_0_2-stable' into agl-1.0.2aead
2013-10-04  Ben LaurieMerge branch 'OpenSSL_1_0_2-stable' into agl-1.0.2aead
2013-10-01  Adam LangleyAEAD support in ssl/
2013-10-01  Ben LaurieMerge remote-tracking branch 'agl/1.0.2alpn' into agl...
2013-09-18  Dr. Stephen HensonUse enc_flags when deciding protocol variations.
2013-09-13  Adam LangleySupport ALPN.
2013-08-19  Dr. Stephen HensonMake no-ec compilation work.
2013-07-31  TrevorCosmetic touchups.
2013-07-03  TrevorTrying cherrypick:
2013-05-15  Andy PolyakovRFC6689 support: add missing commit (git noob alert).
2013-03-19  Dr. Stephen HensonDisable compression for DTLS.
2013-01-15  Dr. Stephen HensonAdd support for broken protocol tests (backport from...
2012-12-29  Dr. Stephen Hensonadd SSL_CONF functions and documentation (backport...
2012-12-26  Dr. Stephen HensonAdd ctrl and utility functions to retrieve raw cipher...
2012-12-26  Dr. Stephen Hensonperform sanity checks on server certificate type as...
2012-12-26  Dr. Stephen HensonAdd three Suite B modes to TLS code, supporting RFC6460.
2012-12-26  Dr. Stephen HensonMake tls1_check_chain return a set of flags indicating...
2012-12-26  Dr. Stephen HensonNew function ssl_set_client_disabled to set masks for...
2012-12-26  Dr. Stephen Hensonnew function SSL_is_server to which returns 1 is the...
2012-12-26  Dr. Stephen HensonAdd certificate callback. If set this is called wheneve...
2012-12-26  Dr. Stephen HensonAdd new "valid_flags" field to CERT_PKEY structure...
2012-12-26  Dr. Stephen HensonMake it possible to delete all certificates from an...
2012-09-11  Dr. Stephen HensonMinor enhancement to PR#2836 fix. Instead of modifying...
2012-09-11  Ben LaurieCall OCSP Stapling callback after ciphersuite has been...
2012-06-03  Ben LaurieReduce version skew: trivia (I hope).
2012-05-29  Ben LaurieRFC 5878 support.
2012-04-18  Dr. Stephen Hensoncorrect error code
2012-04-06  Dr. Stephen HensonAdd support for automatic ECDH temporary key parameter...
2012-04-06  Dr. Stephen HensonInitial revision of ECC extension handling.
2012-04-06  Dr. Stephen HensonBackport: Revise ssl code to use CERT_PKEY structure...
2012-04-06  Dr. Stephen HensonBackport support for fixed DH ciphersuites (from HEAD)
2012-03-21  cvs2svnThis commit was manufactured by cvs2svn to create branch
2012-01-05  Bodo MöllerFix for builds without DTLS support.
2011-12-13  Ben LaurieSSL export fixes (from Adam Langley).
2011-11-15  Ben LaurieAdd TLS exporter.
2011-11-15  Ben LaurieAdd DTLS-SRTP.
2011-11-13  Ben LaurieAdd Next Protocol Negotiation.
2011-10-09  Dr. Stephen HensonDon't disable TLS v1.2 by default any more.
2011-10-07  Dr. Stephen Hensonuse client version when eliminating TLS v1.2 ciphersuit...
2011-09-26  Dr. Stephen Hensonfix signed/unsigned warning
2011-09-23  Dr. Stephen HensonPR: 2602
2011-09-05  Bodo MöllerFix session handling.
2011-08-14  Dr. Stephen HensonRemove hard coded ecdsaWithSHA1 hack in ssl routines...
2011-07-25  Dr. Stephen HensonAdd HMAC ECC ciphersuites from RFC5289. Include SHA384...
2011-05-25  Dr. Stephen Hensonuse TLS1_get_version macro to check version so TLS...
2011-05-19  Dr. Stephen Hensonadd FIPS support to ssl: doesn't do anything on this...
2011-05-11  Dr. Stephen HensonBackport TLS v1.2 support from HEAD.
2011-05-11  Dr. Stephen HensonInitial "opaque SSL" framework. If an application defin...
next