summaryrefslogtreecommitdiff
path: root/crypto/asn1/asn1_gen.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-05-201-1/+1
* reduce surprise in choice of CASE/String/STRING by allowing all inputs to be ...Michael Richardson2021-05-111-1/+2
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-7/+3
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-31/+31
* Fix safestack issues in conf.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in asn1.hMatt Caswell2020-09-131-1/+0
* Update copyright yearMatt Caswell2020-05-151-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+3
* Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte2018-12-061-1/+1
* Constify ASN1_generate_nconfFdaSilvaYY2016-06-041-1/+1
* Constify ASN1_generate_v3FdaSilvaYY2016-06-041-3/+3
* Constify s2i_ASN1_INTEGERFdaSilvaYY2016-06-041-2/+2
* Copyright consolidation 08/10Rich Salz2016-05-171-54/+5
* Make string_to_hex/hex_to_string publicRich Salz2016-04-181-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-20/+9
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-6/+6
* Initialize potentially uninitialized local variablesGunnar Kudrjavets2015-05-061-1/+1
* Add OSSL_NELEM macro.Dr. Stephen Henson2015-05-031-1/+1
* free NULL cleanup 11Rich Salz2015-05-011-2/+1
* free null cleanup finaleRich Salz2015-05-011-6/+3
* free NULL cleanup 8Rich Salz2015-04-301-2/+1
* Reject empty generation strings.Dr. Stephen Henson2015-04-161-2/+4
* Limit depth of nested sequences when generating ASN.1Dr. Stephen Henson2015-04-161-7/+27
* Fix seg fault in ASN1_generate_v3/ASN1_generate_nconfMatt Caswell2015-03-111-0/+4
* Fix wrong numbers being passed as string lengthsDmitry-Me2015-03-091-1/+1
* clang on Linux x86_64 complains about unreachable code.Richard Levitte2015-01-291-2/+0
* Fix segfault with empty fields as last in the config.Kurt Roeckx2015-01-241-0/+5
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-780/+728
* Fix d4a4370050f7d72239b92a60ab9d4a2dd5e9fd84Dr Stephen Henson2014-08-111-1/+1
* New config module for string tables. This can be used to add newDr. Stephen Henson2012-10-221-0/+24
* PR: 2090Dr. Stephen Henson2009-11-101-1/+9
* Submitted by: Peter Sylvester <Peter.Sylvester@edelweb.fr>Dr. Stephen Henson2009-02-101-0/+6
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-1/+1
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* size_tification.Ben Laurie2008-11-011-1/+1
* Bunch of constifications.Andy Polyakov2007-10-131-1/+1
* Initial, incomplete support for typesafe macros without using functionDr. Stephen Henson2006-11-161-12/+4
* fix problems found by coverity: remove useless codeNils Larsch2006-03-151-5/+2
* Fixes for BOOL handling: produce errors for invalid string for mini-compiler,Dr. Stephen Henson2006-01-191-0/+2
* support numeric strings in ASN1_generate_nconfNils Larsch2006-01-141-0/+3
* Update util/ck_errf.pl script, and have it run automaticallyBodo Möller2005-05-091-2/+2
* make asn.1 field names constNils Larsch2005-04-231-1/+1
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-2/+4
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-3/+5
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-1/+1
* Ooops forgot to recognise V_ASN1_GENERALSTRING.Dr. Stephen Henson2003-02-201-0/+1
* Typo.Dr. Stephen Henson2003-02-181-1/+1