aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssl_asn1.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie1-1/+1
2015-05-22Remove support for OPENSSL_NO_TLSEXTMatt Caswell1-14/+0
2015-05-13Remove Kerberos support from libsslMatt Caswell1-22/+0
2015-05-05ssl/ssl_asn1.c: Fix typo introduced via cc5b6a03a320f1mancha security1-1/+1
2015-05-01Remove goto inside an if(0) blockRich Salz1-4/+0
2015-05-01free null cleanup finaleRich Salz1-4/+2
2015-04-10The wrong ifdef is used to guard usage of PSK codeKurt Cancemi1-1/+1
2015-04-03Rewrite ssl_asn1.c using new ASN.1 code.Dr. Stephen Henson1-439/+275
2015-02-27Fix d2i_SSL_SESSION for DTLS1_BAD_VERMatt Caswell1-1/+3
2015-02-10Correct reading back of tlsext_tick_lifetime_hint from ASN1.Matt Caswell1-3/+1
2015-02-03Add flags field to SSL_SESSION.Dr. Stephen Henson1-0/+23
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-472/+463
2014-12-04Remove SSLv2 supportKurt Roeckx1-45/+6
2014-05-07fix coverity issue 966597 - error line is not always initialisedTim Hudson1-0/+4
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie1-1/+0
2011-10-25Use correct tag for SRP username.Dr. Stephen Henson1-1/+1
2011-09-05Fix d2i_SSL_SESSION.Bodo Möller1-0/+13
2011-03-12Add SRP support.Ben Laurie1-0/+37
2011-02-16Include openssl/crypto.h first in several other files so FIPS renamingDr. Stephen Henson1-0/+1
2010-06-12Fix warnings.Ben Laurie1-2/+1
2010-02-01PR: 2160Dr. Stephen Henson1-2/+2
2009-10-30Generate stateless session ID just after the ticket is received insteadDr. Stephen Henson1-26/+0
2009-10-30Fix statless session resumption so it can coexist with SNIDr. Stephen Henson1-6/+13
2009-09-02PR: 2009Dr. Stephen Henson1-4/+4
2009-08-05Update from 1.0.0-stable.Dr. Stephen Henson1-1/+2
2009-06-30Update from 0.9.8-stableDr. Stephen Henson1-1/+34
2008-11-13Aftermath of a clashing size_t fix (now only format changes).Ben Laurie1-1/+1
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-1/+1
2008-11-01More size_tification.Ben Laurie1-1/+1
2008-09-14Some precautions to avoid potential security-relevant problems.Bodo Möller1-1/+1
2007-10-17Fix from stable branch.Dr. Stephen Henson1-5/+8
2007-08-12Fix warning and make no-tlsext work.Dr. Stephen Henson1-1/+4
2007-08-11RFC4507 (including RFC4507bis) TLS stateless session resumption supportDr. Stephen Henson1-7/+62
2006-04-05Remove ECC extension information from external representationBodo Möller1-64/+5
2006-03-30Implement Supported Elliptic Curves Extension.Bodo Möller1-7/+31
2006-03-26Simplify ASN.1 for point format listBodo Möller1-27/+5
2006-03-13Resolve signed vs. unsigned issuesRichard Levitte1-4/+4
2006-03-11Implement the Supported Point Formats Extension for ECC ciphersuitesBodo Möller1-7/+63
2006-03-10add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch1-2/+87
2006-01-04Fix signed/unsigned char clashes.Richard Levitte1-2/+2
2006-01-02Support TLS extensions (specifically, HostName)Bodo Möller1-1/+36
2005-12-05Avoid warnings on VC++ 2005.Dr. Stephen Henson1-1/+1
2005-04-20Make kerberos ciphersuite code compile again.Dr. Stephen Henson1-5/+5
2005-04-01use SSL3_VERSION_MAJOR instead of SSL3_VERSION etc.Nils Larsch1-3/+3
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie1-6/+6
2005-03-30Constification.Ben Laurie1-1/+1
2003-12-27Avoid including cryptlib.h, it's not really needed.Richard Levitte1-1/+0
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe1-3/+3
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-2/+9
2002-08-02get rid of OpenSSLDieBodo Möller1-2/+3