aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_asn1.c
Commit message (Expand)AuthorAgeFilesLines
* RFC7250 (RPK) supportTodd Short2023-03-281-4/+37
* ssl: modify libssl so that it uses OSSL_TIMEPauli2022-09-131-6/+6
* Make the -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION pass testsTomas Mraz2021-08-311-1/+1
* Optimize session cache flushingTodd Short2021-06-101-5/+6
* Update copyright yearMatt Caswell2021-05-201-1/+1
* Promote SSL_get_negotiated_group() for non-TLSv1.3Benjamin Kaduk2021-05-151-1/+7
* Update copyright yearMatt Caswell2020-11-261-1/+1
* Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte2020-11-111-4/+4
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-5/+5
* Following the license change, modify the boilerplates in ssl/Richard Levitte2018-12-061-1/+1
* Don't use OPENSSL_strdup() for copying alpn_selectedMatt Caswell2018-06-211-4/+6
* Don't store the ticket nonce in the sessionMatt Caswell2018-06-071-20/+2
* Fix TLSv1.3 ticket noncesMatt Caswell2018-06-071-1/+1
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Session Ticket app dataTodd Short2018-03-121-1/+19
* ssl/ssl_asn1.c: resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov2017-11-131-5/+5
* Implement Maximum Fragment Length TLS extension.FdaSilvaYY2017-11-051-1/+7
* 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