summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_asn1.c
AgeCommit message (Expand)Author
2023-03-28RFC7250 (RPK) supportTodd Short
2022-09-13ssl: modify libssl so that it uses OSSL_TIMEPauli
2021-08-31Make the -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION pass testsTomas Mraz
2021-06-10Optimize session cache flushingTodd Short
2021-05-20Update copyright yearMatt Caswell
2021-05-15Promote SSL_get_negotiated_group() for non-TLSv1.3Benjamin Kaduk
2020-11-26Update copyright yearMatt Caswell
2020-11-11Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte
2018-06-21Don't use OPENSSL_strdup() for copying alpn_selectedMatt Caswell
2018-06-07Don't store the ticket nonce in the sessionMatt Caswell
2018-06-07Fix TLSv1.3 ticket noncesMatt Caswell
2018-03-20Update copyright yearMatt Caswell
2018-03-12Session Ticket app dataTodd Short
2017-11-13ssl/ssl_asn1.c: resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov
2017-11-05Implement Maximum Fragment Length TLS extension.FdaSilvaYY
2017-07-07Send and receive the ticket_nonce field in a NewSessionTicketMatt Caswell
2017-06-21Merge Nokia copyright notice into standardRich Salz
2017-04-13ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte
2017-04-10Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variantsRichard Levitte
2017-04-04Convert SSL_SESSION_ASN1 to use size specific integersRichard Levitte
2017-03-02Only accept early_data if the negotiated ALPN is the sameMatt Caswell
2017-03-02Parse the ticket_early_data_info extensionMatt Caswell
2017-02-22Fix i2d_SSL_SESSION pp output parameter should point to end of asn1 data.Bernd Edlinger
2017-01-30Fix <= TLS1.2 breakMatt Caswell
2017-01-30Always ensure that session->cipher is setMatt Caswell
2017-01-30Add support for the age_add fieldMatt Caswell
2017-01-09Move extension data into sub-structsRich Salz
2016-11-04Fix misc size_t issues causing Windows warnings in 64 bitMatt Caswell
2016-11-04Convert session_id_length and sid_ctx_len to size_tMatt Caswell
2016-08-18Indent ssl/Emilia Kasper
2016-05-17Copyright consolidation 01/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-05-22Remove support for OPENSSL_NO_TLSEXTMatt Caswell
2015-05-13Remove Kerberos support from libsslMatt Caswell
2015-05-05ssl/ssl_asn1.c: Fix typo introduced via cc5b6a03a320f1mancha security
2015-05-01Remove goto inside an if(0) blockRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-10The wrong ifdef is used to guard usage of PSK codeKurt Cancemi
2015-04-03Rewrite ssl_asn1.c using new ASN.1 code.Dr. Stephen Henson
2015-02-27Fix d2i_SSL_SESSION for DTLS1_BAD_VERMatt Caswell
2015-02-10Correct reading back of tlsext_tick_lifetime_hint from ASN1.Matt Caswell
2015-02-03Add flags field to SSL_SESSION.Dr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-04Remove SSLv2 supportKurt Roeckx