aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/asn1_err.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* Add appropriate lower bound checks for GeneralizedTime and UTCTimeJob Snijders2024-02-251-0/+4
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* Check for integer overflow in i2a_ASN1_OBJECT and error out if found.Pauli2021-04-071-1/+2
* Check that multi-strings/CHOICE types don't use implicit taggingMatt Caswell2020-12-081-0/+1
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-1/+2
* Move CMS enveloping code out of the algorithms and into CMSMatt Caswell2020-10-151-0/+1
* Add libctx and propq param to ASN.1 sign/verify/HMAC/decryptDr. David von Oheimb2020-08-211-1/+1
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Regenerate mkerr filesRich Salz2019-07-161-145/+1
* Add d2i_KeyParams/i2d_KeyParams API's.Shane Lontis2019-05-271-1/+3
* Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte2018-12-061-1/+1
* i2d_ASN1_OBJECT(): allocate memory if the user didn't provide a bufferRichard Levitte2018-08-111-0/+1
* add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb2018-06-181-0/+2
* a_strex.c: prevent out of bound read in do_buf()Dr. Matthias St. Pierre2018-05-021-0/+1
* Set error code on alloc failuresRich Salz2018-04-031-0/+14
* Limit ASN.1 constructed types recursive definition depthMatt Caswell2018-03-271-1/+2
* make error tables const and separate header fileRich Salz2017-06-071-239/+300
* make updateRichard Levitte2017-04-041-1/+4
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+3
* Remove unused error/function codes.Rich Salz2016-05-231-63/+1
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Rebuild error source files.Dr. Stephen Henson2015-11-051-35/+35
* Free up ASN.1 structures at top level only.Dr. Stephen Henson2015-10-051-1/+1
* New ASN.1 embed macro.Dr. Stephen Henson2015-09-161-1/+1
* Remove obsolete key formats.Rich Salz2015-07-161-3/+0
* Add scrypt PBE algorithm code.Dr. Stephen Henson2015-05-211-0/+4
* Add functions to convert between uint64_t and ASN1_INTEGER.Dr. Stephen Henson2015-05-201-0/+2
* ASN1 INTEGER refactor.Dr. Stephen Henson2015-05-181-2/+13
* Remove combine option from ASN.1 code.Dr. Stephen Henson2015-03-261-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-264/+285
* Return error when a bit string indicates an invalid amount of bits leftKurt Roeckx2014-12-181-0/+1
* Reject invalid constructed encodings.Dr. Stephen Henson2014-12-171-2/+2
* RT 2517: Various typo's.Scott Schaefer2014-08-111-1/+1
* Fix various spelling errorsScott Schaefer2014-02-141-1/+1
* New config module for string tables. This can be used to add newDr. Stephen Henson2012-10-221-1/+5
* Fix error codes.Bodo Möller2011-02-031-0/+1
* Algorithm specific ASN1 signing functions.Dr. Stephen Henson2010-03-111-1/+3
* Split PBES2 into cipher and PBKDF2 versions. This tidies the code somewhatDr. Stephen Henson2009-11-251-0/+1
* Reject leading 0x80 in OID subidentifiers.Dr. Stephen Henson2009-08-061-1/+2
* Updates from 1.0.0-stableDr. Stephen Henson2009-04-061-0/+3
* Merge from 1.0.0-stable branch.Dr. Stephen Henson2009-04-031-2/+2
* Update from stable branch.Dr. Stephen Henson2009-03-251-0/+2
* And so it begins...Dr. Stephen Henson2008-03-121-0/+20
* Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru>Dr. Stephen Henson2007-11-201-1/+2
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-10/+8
* Fix various error codes to match functions.Dr. Stephen Henson2006-07-171-2/+1
* Add support for default public key digest type ctrl.Dr. Stephen Henson2006-05-071-0/+1
* Remove link between digests and signature algorithms.Dr. Stephen Henson2006-04-191-7/+10