summaryrefslogtreecommitdiff
path: root/ssl/ssl_asn1.c
Commit message (Expand)AuthorAgeFilesLines
* ASN.1: adapt SSL_SESSION_ASN1 by explicitely embedding INTxx et alRichard Levitte2017-04-131-7/+7
* Convert SSL_SESSION_ASN1 to use size specific integersRichard Levitte2017-04-041-16/+16
* Fix i2d_SSL_SESSION pp output parameter should point to end of asn1 data.Bernd Edlinger2017-02-221-2/+2
* Indent ssl/Emilia Kasper2016-08-181-1/+1
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+7
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-2/+2
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-1/+1
* Remove support for OPENSSL_NO_TLSEXTMatt Caswell2015-05-221-14/+0
* Remove Kerberos support from libsslMatt Caswell2015-05-131-22/+0
* ssl/ssl_asn1.c: Fix typo introduced via cc5b6a03a320f1mancha security2015-05-051-1/+1
* Remove goto inside an if(0) blockRich Salz2015-05-011-4/+0
* free null cleanup finaleRich Salz2015-05-011-4/+2
* The wrong ifdef is used to guard usage of PSK codeKurt Cancemi2015-04-101-1/+1
* Rewrite ssl_asn1.c using new ASN.1 code.Dr. Stephen Henson2015-04-031-439/+275
* Fix d2i_SSL_SESSION for DTLS1_BAD_VERMatt Caswell2015-02-271-1/+3
* Correct reading back of tlsext_tick_lifetime_hint from ASN1.Matt Caswell2015-02-101-3/+1
* Add flags field to SSL_SESSION.Dr. Stephen Henson2015-02-031-0/+23
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-472/+463
* Remove SSLv2 supportKurt Roeckx2014-12-041-45/+6
* fix coverity issue 966597 - error line is not always initialisedTim Hudson2014-05-071-0/+4
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-1/+0
* Use correct tag for SRP username.Dr. Stephen Henson2011-10-251-1/+1
* Fix d2i_SSL_SESSION.Bodo Möller2011-09-051-0/+13
* Add SRP support.Ben Laurie2011-03-121-0/+37
* Include openssl/crypto.h first in several other files so FIPS renamingDr. Stephen Henson2011-02-161-0/+1
* Fix warnings.Ben Laurie2010-06-121-2/+1
* PR: 2160Dr. Stephen Henson2010-02-011-2/+2
* Generate stateless session ID just after the ticket is received insteadDr. Stephen Henson2009-10-301-26/+0
* Fix statless session resumption so it can coexist with SNIDr. Stephen Henson2009-10-301-6/+13
* PR: 2009Dr. Stephen Henson2009-09-021-4/+4
* Update from 1.0.0-stable.Dr. Stephen Henson2009-08-051-1/+2
* Update from 0.9.8-stableDr. Stephen Henson2009-06-301-1/+34
* Aftermath of a clashing size_t fix (now only format changes).Ben Laurie2008-11-131-1/+1
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-1/+1
* More size_tification.Ben Laurie2008-11-011-1/+1
* Some precautions to avoid potential security-relevant problems.Bodo Möller2008-09-141-1/+1
* Fix from stable branch.Dr. Stephen Henson2007-10-171-5/+8
* Fix warning and make no-tlsext work.Dr. Stephen Henson2007-08-121-1/+4
* RFC4507 (including RFC4507bis) TLS stateless session resumption supportDr. Stephen Henson2007-08-111-7/+62
* Remove ECC extension information from external representationBodo Möller2006-04-051-64/+5
* Implement Supported Elliptic Curves Extension.Bodo Möller2006-03-301-7/+31
* Simplify ASN.1 for point format listBodo Möller2006-03-261-27/+5
* Resolve signed vs. unsigned issuesRichard Levitte2006-03-131-4/+4
* Implement the Supported Point Formats Extension for ECC ciphersuitesBodo Möller2006-03-111-7/+63
* add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch2006-03-101-2/+87
* Fix signed/unsigned char clashes.Richard Levitte2006-01-041-2/+2
* Support TLS extensions (specifically, HostName)Bodo Möller2006-01-021-1/+36
* Avoid warnings on VC++ 2005.Dr. Stephen Henson2005-12-051-1/+1
* Make kerberos ciphersuite code compile again.Dr. Stephen Henson2005-04-201-5/+5