]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/ssl_asn1.c
Allow TLSv1.3 in a no-ec build
[thirdparty/openssl.git] / ssl / ssl_asn1.c
2019-03-06  David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-06-21  Matt CaswellDon't use OPENSSL_strdup() for copying alpn_selected
2018-06-07  Matt CaswellDon't store the ticket nonce in the session
2018-06-07  Matt CaswellFix TLSv1.3 ticket nonces
2018-03-20  Matt CaswellUpdate copyright year
2018-03-12  Todd ShortSession Ticket app data
2017-11-13  Andy Polyakovssl/ssl_asn1.c: resolve warnings in VC-WIN32 build...
2017-11-05  FdaSilvaYYImplement Maximum Fragment Length TLS extension.
2017-07-07  Matt CaswellSend and receive the ticket_nonce field in a NewSession...
2017-06-21  Rich SalzMerge Nokia copyright notice into standard
2017-04-13  Richard LevitteASN.1: adapt our use of INTxx et al by making them...
2017-04-10  Richard LevittePublish our INT32, UINT32, INT64, UINT64 ASN.1 types...
2017-04-04  Richard LevitteConvert SSL_SESSION_ASN1 to use size specific integers
2017-03-02  Matt CaswellOnly accept early_data if the negotiated ALPN is the...
2017-03-02  Matt CaswellParse the ticket_early_data_info extension
2017-02-21  Bernd EdlingerFix i2d_SSL_SESSION pp output parameter should point...
2017-01-30  Matt CaswellFix <= TLS1.2 break
2017-01-30  Matt CaswellAlways ensure that session->cipher is set
2017-01-30  Matt CaswellAdd support for the age_add field
2017-01-10  Rich SalzMove extension data into sub-structs
2016-11-04  Matt CaswellFix misc size_t issues causing Windows warnings in...
2016-11-04  Matt CaswellConvert session_id_length and sid_ctx_len to size_t
2016-08-18  Emilia KasperIndent ssl/
2016-05-17  Rich SalzCopyright consolidation 01/10
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-12-16  Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-09-11  Ben LaurieEnable -Wmissing-variable-declarations and
2015-05-22  Matt CaswellRemove support for OPENSSL_NO_TLSEXT
2015-05-13  Matt CaswellRemove Kerberos support from libssl
2015-05-05  mancha securityssl/ssl_asn1.c: Fix typo introduced via cc5b6a03a320f1
2015-05-01  Rich SalzRemove goto inside an if(0) block
2015-05-01  Rich Salzfree null cleanup finale
2015-04-10  Kurt CancemiThe wrong ifdef is used to guard usage of PSK code
2015-04-03  Dr. Stephen HensonRewrite ssl_asn1.c using new ASN.1 code.
2015-02-27  Matt CaswellFix d2i_SSL_SESSION for DTLS1_BAD_VER
2015-02-10  Matt CaswellCorrect reading back of tlsext_tick_lifetime_hint from...
2015-02-03  Dr. Stephen HensonAdd flags field to SSL_SESSION.
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-12-04  Kurt RoeckxRemove SSLv2 support
2014-05-07  Tim Hudsonfix coverity issue 966597 - error line is not always...
2012-06-03  Ben LaurieVersion skew reduction: trivia (I hope).
2011-10-25  Dr. Stephen HensonUse correct tag for SRP username.
2011-09-05  Bodo MöllerFix d2i_SSL_SESSION.
2011-03-12  Ben LaurieAdd SRP support.
2011-02-16  Dr. Stephen HensonInclude openssl/crypto.h first in several other files...
2010-06-12  Ben LaurieFix warnings.
2010-02-01  Dr. Stephen HensonPR: 2160
2009-10-30  Dr. Stephen HensonGenerate stateless session ID just after the ticket...
2009-10-30  Dr. Stephen HensonFix statless session resumption so it can coexist with SNI
2009-09-02  Dr. Stephen HensonPR: 2009
2009-08-05  Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-06-30  Dr. Stephen HensonUpdate from 0.9.8-stable
2008-11-13  Ben LaurieAftermath of a clashing size_t fix (now only format...
2008-11-12  Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-01  Ben LaurieMore size_tification.
2008-09-14  Bodo MöllerSome precautions to avoid potential security-relevant...
2007-10-17  Dr. Stephen HensonFix from stable branch.
2007-08-12  Dr. Stephen HensonFix warning and make no-tlsext work.
2007-08-11  Dr. Stephen HensonRFC4507 (including RFC4507bis) TLS stateless session...
2006-04-05  Bodo MöllerRemove ECC extension information from external represen...
2006-03-30  Bodo MöllerImplement Supported Elliptic Curves Extension.
2006-03-26  Bodo MöllerSimplify ASN.1 for point format list
2006-03-13  Richard LevitteResolve signed vs. unsigned issues
2006-03-11  Bodo MöllerImplement the Supported Point Formats Extension for...
2006-03-10  Nils Larschadd initial support for RFC 4279 PSK SSL ciphersuites
2006-01-04  Richard LevitteFix signed/unsigned char clashes.
2006-01-02  Bodo MöllerSupport TLS extensions (specifically, HostName)
2005-12-05  Dr. Stephen HensonAvoid warnings on VC++ 2005.
2005-04-20  Dr. Stephen HensonMake kerberos ciphersuite code compile again.
2005-04-01  Nils Larschuse SSL3_VERSION_MAJOR instead of SSL3_VERSION etc.
2005-03-31  Ben LaurieGive everything prototypes (well, everything that's...
2005-03-30  Ben LaurieConstification.
2003-12-27  Richard LevitteAvoid including cryptlib.h, it's not really needed.
2003-10-29  Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2002-11-13  Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-08-02  Bodo Möllerget rid of OpenSSLDie
2002-07-30  Lutz JänickeOpenSSL Security Advisory [30 July 2002]
2002-07-10  Lutz JänickeReorder inclusion of header files:
2002-03-12  Dr. Stephen HensonFix ASN1 additions for KRB5
2001-07-31  Richard LevitteMore Kerberos SSL changes from Jeffrey Altman <jaltman...
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-02-03  Ulf Möllerispell (and minor modifications)
1999-11-16  Bodo MöllerStore verify_result with sessions to avoid potential...
1999-04-26  Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19  Ulf MöllerChange functions to ANSI C.
1999-03-22  Ben LaurieFix security hole.
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.8.1b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...