summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/asn1_err.c
AgeCommit message (Expand)Author
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
2021-04-07Check for integer overflow in i2a_ASN1_OBJECT and error out if found.Pauli
2020-12-08Check that multi-strings/CHOICE types don't use implicit taggingMatt Caswell
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
2020-10-15Move CMS enveloping code out of the algorithms and into CMSMatt Caswell
2020-08-21Add libctx and propq param to ASN.1 sign/verify/HMAC/decryptDr. David von Oheimb
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
2019-07-16Regenerate mkerr filesRich Salz
2019-05-27Add d2i_KeyParams/i2d_KeyParams API's.Shane Lontis
2018-12-06Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte
2018-08-11i2d_ASN1_OBJECT(): allocate memory if the user didn't provide a bufferRichard Levitte
2018-06-18add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb
2018-05-02a_strex.c: prevent out of bound read in do_buf()Dr. Matthias St. Pierre
2018-04-03Set error code on alloc failuresRich Salz
2018-03-27Limit ASN.1 constructed types recursive definition depthMatt Caswell
2017-06-07make error tables const and separate header fileRich Salz
2017-04-04make updateRichard Levitte
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-17Manual fixes after copyright consolidationRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-11-05Rebuild error source files.Dr. Stephen Henson
2015-10-05Free up ASN.1 structures at top level only.Dr. Stephen Henson
2015-09-16New ASN.1 embed macro.Dr. Stephen Henson
2015-07-16Remove obsolete key formats.Rich Salz
2015-05-21Add scrypt PBE algorithm code.Dr. Stephen Henson
2015-05-20Add functions to convert between uint64_t and ASN1_INTEGER.Dr. Stephen Henson
2015-05-18ASN1 INTEGER refactor.Dr. Stephen Henson
2015-03-26Remove combine option from ASN.1 code.Dr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-18Return error when a bit string indicates an invalid amount of bits leftKurt Roeckx
2014-12-17Reject invalid constructed encodings.Dr. Stephen Henson
2014-08-11RT 2517: Various typo's.Scott Schaefer
2014-02-14Fix various spelling errorsScott Schaefer
2012-10-22New config module for string tables. This can be used to add newDr. Stephen Henson
2011-02-03Fix error codes.Bodo Möller
2010-03-11Algorithm specific ASN1 signing functions.Dr. Stephen Henson
2009-11-25Split PBES2 into cipher and PBKDF2 versions. This tidies the code somewhatDr. Stephen Henson
2009-08-06Reject leading 0x80 in OID subidentifiers.Dr. Stephen Henson
2009-04-06Updates from 1.0.0-stableDr. Stephen Henson
2009-04-03Merge from 1.0.0-stable branch.Dr. Stephen Henson
2009-03-25Update from stable branch.Dr. Stephen Henson
2008-03-12And so it begins...Dr. Stephen Henson
2007-11-20Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru>Dr. Stephen Henson
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson
2006-07-17Fix various error codes to match functions.Dr. Stephen Henson
2006-05-07Add support for default public key digest type ctrl.Dr. Stephen Henson
2006-04-19Remove link between digests and signature algorithms.Dr. Stephen Henson
2005-08-21Make D-H safer, include well-known primes.Ben Laurie
2005-05-11Fix more error codes.Bodo Möller