summaryrefslogtreecommitdiff
path: root/crypto/asn1/asn1_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate ASN1_STRING_length_set in OpenSSL 3.0.David Benjamin2020-09-201-0/+2
* Fix safestack issues in asn1.hMatt Caswell2020-09-131-2/+0
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Integer overflow in ASN1_STRING_set.Pauli2020-04-081-5/+16
* Fix bug in strncpy() use of sk_ASN1_UTF8STRING2text() in asn1_lib.cDr. David von Oheimb2020-03-251-1/+1
* Extract sk_ASN1_UTF8STRING2text() from ts_get_status_text() in ts_rsp_verify....Dr. David von Oheimb2020-03-101-25/+72
* Update source files for pre-3.0 deprecationRichard Levitte2019-11-071-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte2018-12-061-1/+1
* Refactor the computation of API version limitsRichard Levitte2018-12-061-1/+1
* Change return (x) to return xPauli2017-07-141-14/+14
* Avoid having an unsigned integer decrement below zero.Pauli2017-07-141-11/+18
* Fix embedded string handling.Dr. Stephen Henson2016-10-171-2/+10
* Fix off by 1 in ASN1_STRING_set()Kurt Roeckx2016-08-201-1/+1
* Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson2016-08-161-0/+7
* Check for overflows in ASN1_object_size().Dr. Stephen Henson2016-08-021-12/+16
* Constify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_to_UTF8, ASN1_TYPE_get_...FdaSilvaYY2016-07-251-1/+1
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
* Fix buffer overrun in ASN1_parse().Ben Laurie2016-03-301-7/+7
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* Handle embed flag in ASN1_STRING_copy().Dr. Stephen Henson2015-10-151-1/+3
* embed support for ASN1_STRINGDr. Stephen Henson2015-10-111-1/+2
* remove 0 assignments.Rich Salz2015-09-031-4/+1
* RT3999: Remove sub-component version stringsRich Salz2015-08-101-1/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free null cleanup finaleRich Salz2015-05-011-3/+2
* realloc of NULL is like mallocRich Salz2015-04-281-5/+1
* remove malloc castsRich Salz2015-04-281-1/+1
* Remove old ASN.1 functions.Dr. Stephen Henson2015-04-031-61/+0
* free NULL cleanupRich Salz2015-03-241-1/+3
* Remove old ASN.1 code.Dr. Stephen Henson2015-03-231-5/+4
* Cleanse PKCS#8 private key components.Dr. Stephen Henson2015-03-081-0/+7
* Dead code removal: #if 0 asn1, pkcs7Rich Salz2015-01-301-6/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-380/+368
* ASN1 sanity check.Dr. Stephen Henson2014-07-021-0/+3
* Handle BER length encoding.Dr. Stephen Henson2014-06-291-2/+8
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-24/+20
* More size_tification.Ben Laurie2008-11-011-1/+1
* size_tification.Ben Laurie2008-11-011-19/+23
* New function ASN1_STRING_copy() to copy to an alreadyDr. Stephen Henson2007-04-141-8/+19
* Update smime utility to support streaming for -encrypt and -sign -nodetachDr. Stephen Henson2007-04-131-1/+2
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* Update PKCS#7 enveloped data to new API.Dr. Stephen Henson2006-05-081-0/+8
* make some parameters constNils Larsch2006-03-041-3/+3
* Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson2004-12-051-0/+1
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-12/+32
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-2/+2