aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_asn1.c
Commit message (Expand)AuthorAgeFilesLines
* Send and receive the ticket_nonce field in a NewSessionTicketMatt Caswell2017-07-071-1/+19
* Merge Nokia copyright notice into standardRich Salz2017-06-211-27/+1
* ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte2017-04-131-9/+9
* Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variantsRichard Levitte2017-04-101-1/+1
* Convert SSL_SESSION_ASN1 to use size specific integersRichard Levitte2017-04-041-19/+19
* Only accept early_data if the negotiated ALPN is the sameMatt Caswell2017-03-021-4/+20
* Parse the ticket_early_data_info extensionMatt Caswell2017-03-021-1/+5
* Fix i2d_SSL_SESSION pp output parameter should point to end of asn1 data.Bernd Edlinger2017-02-221-2/+2
* Fix <= TLS1.2 breakMatt Caswell2017-01-301-1/+1
* Always ensure that session->cipher is setMatt Caswell2017-01-301-1/+3
* Add support for the age_add fieldMatt Caswell2017-01-301-1/+5
* Move extension data into sub-structsRich Salz2017-01-091-10/+10
* Fix misc size_t issues causing Windows warnings in 64 bitMatt Caswell2016-11-041-1/+1
* Convert session_id_length and sid_ctx_len to size_tMatt Caswell2016-11-041-4/+4
* 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