summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_asn1.c
AgeCommit message (Expand)Author
2016-09-15Fix memory leak on error.Dr. Stephen Henson
2015-09-16Make no-psk compile without warnings.Ivo Raisr
2015-02-27Fix d2i_SSL_SESSION for DTLS1_BAD_VERMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-05-07fix coverity issue 966597 - error line is not always initialisedTim Hudson
2011-10-25Use correct tag for SRP username.Dr. Stephen Henson
2011-09-05Fix d2i_SSL_SESSION.Bodo Möller
2011-03-16Add SRP.Ben Laurie
2010-06-15Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson
2010-02-01PR: 2160Dr. Stephen Henson
2009-10-30Generate stateless session ID just after the ticket is received insteadDr. Stephen Henson
2009-10-30Fix statless session resumption so it can coexist with SNIDr. Stephen Henson
2009-09-02PR: 2009Dr. Stephen Henson
2009-08-05PR: 2000Dr. Stephen Henson
2009-06-30Update from 0.9.8-stable.Dr. Stephen Henson
2008-11-13Aftermath of a clashing size_t fix (now only format changes).Ben Laurie
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-01More size_tification.Ben Laurie
2008-09-14Some precautions to avoid potential security-relevant problems.Bodo Möller
2007-10-17Fix from stable branch.Dr. Stephen Henson
2007-08-12Fix warning and make no-tlsext work.Dr. Stephen Henson
2007-08-11RFC4507 (including RFC4507bis) TLS stateless session resumption supportDr. Stephen Henson
2006-04-05Remove ECC extension information from external representationBodo Möller
2006-03-30Implement Supported Elliptic Curves Extension.Bodo Möller
2006-03-26Simplify ASN.1 for point format listBodo Möller
2006-03-13Resolve signed vs. unsigned issuesRichard Levitte
2006-03-11Implement the Supported Point Formats Extension for ECC ciphersuitesBodo Möller
2006-03-10add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch
2006-01-04Fix signed/unsigned char clashes.Richard Levitte
2006-01-02Support TLS extensions (specifically, HostName)Bodo Möller
2005-12-05Avoid warnings on VC++ 2005.Dr. Stephen Henson
2005-04-20Make kerberos ciphersuite code compile again.Dr. Stephen Henson
2005-04-01use SSL3_VERSION_MAJOR instead of SSL3_VERSION etc.Nils Larsch
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2005-03-30Constification.Ben Laurie
2003-12-27Avoid including cryptlib.h, it's not really needed.Richard Levitte
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-08-02get rid of OpenSSLDieBodo Möller
2002-07-30OpenSSL Security Advisory [30 July 2002]Lutz Jänicke
2002-07-10Reorder inclusion of header files:Lutz Jänicke
2002-03-12Fix ASN1 additions for KRB5Dr. Stephen Henson
2001-07-31More Kerberos SSL changes from Jeffrey Altman <jaltman@columbia.edu>Richard Levitte
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-02-03ispell (and minor modifications)Ulf Möller
1999-11-16Store verify_result with sessions to avoid potential security hole.Bodo Möller
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-19Change functions to ANSI C.Ulf Möller
1999-03-22Fix security hole.Ben Laurie