aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/asn1_err.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-11-05Rebuild error source files.Dr. Stephen Henson1-35/+35
2015-10-05Free up ASN.1 structures at top level only.Dr. Stephen Henson1-1/+1
2015-09-16New ASN.1 embed macro.Dr. Stephen Henson1-1/+1
2015-07-16Remove obsolete key formats.Rich Salz1-3/+0
2015-05-21Add scrypt PBE algorithm code.Dr. Stephen Henson1-0/+4
2015-05-20Add functions to convert between uint64_t and ASN1_INTEGER.Dr. Stephen Henson1-0/+2
2015-05-18ASN1 INTEGER refactor.Dr. Stephen Henson1-2/+13
2015-03-26Remove combine option from ASN.1 code.Dr. Stephen Henson1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-264/+285
2014-12-18Return error when a bit string indicates an invalid amount of bits leftKurt Roeckx1-0/+1
2014-12-17Reject invalid constructed encodings.Dr. Stephen Henson1-2/+2
2014-08-11RT 2517: Various typo's.Scott Schaefer1-1/+1
2014-02-14Fix various spelling errorsScott Schaefer1-1/+1
2012-10-22New config module for string tables. This can be used to add newDr. Stephen Henson1-1/+5
2011-02-03Fix error codes.Bodo Möller1-0/+1
2010-03-11Algorithm specific ASN1 signing functions.Dr. Stephen Henson1-1/+3
2009-11-25Split PBES2 into cipher and PBKDF2 versions. This tidies the code somewhatDr. Stephen Henson1-0/+1
2009-08-06Reject leading 0x80 in OID subidentifiers.Dr. Stephen Henson1-1/+2
2009-04-06Updates from 1.0.0-stableDr. Stephen Henson1-0/+3
2009-04-03Merge from 1.0.0-stable branch.Dr. Stephen Henson1-2/+2
2009-03-25Update from stable branch.Dr. Stephen Henson1-0/+2
2008-03-12And so it begins...Dr. Stephen Henson1-0/+20
2007-11-20Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru>Dr. Stephen Henson1-1/+2
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson1-10/+8
2006-07-17Fix various error codes to match functions.Dr. Stephen Henson1-2/+1
2006-05-07Add support for default public key digest type ctrl.Dr. Stephen Henson1-0/+1
2006-04-19Remove link between digests and signature algorithms.Dr. Stephen Henson1-7/+10
2005-08-21Make D-H safer, include well-known primes.Ben Laurie1-0/+1
2005-05-11Fix more error codes.Bodo Möller1-4/+6
2005-05-09Update util/ck_errf.pl script, and have it run automaticallyBodo Möller1-5/+18
2005-04-30Don't attempt to parse nested ASN1 strings by default.Dr. Stephen Henson1-0/+1
2005-04-30Use more efficient way to locate end of an ASN1 structure.Dr. Stephen Henson1-0/+1
2005-04-26Fix various incorrect error function codes.Bodo Möller1-0/+1
2005-04-12Rebuild error codes.Dr. Stephen Henson1-189/+193
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson1-1/+7
2003-01-24Check return value of gmtime() and add error codesDr. Stephen Henson1-1/+2
2002-11-12Initial ASN1 generation code. This can constructDr. Stephen Henson1-0/+29
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller1-1/+2
2002-02-22make errorsDr. Stephen Henson1-1/+4
2002-02-13ECDSA supportBodo Möller1-0/+1
2001-02-25Trap an invalid ASN1_ITEM construction and print outDr. Stephen Henson1-0/+1
2001-02-22Rebuild ASN1 error codes to remove unused function and reason codes.Dr. Stephen Henson1-77/+0
2001-02-21'make update'Geoff Thorpe1-31/+35
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-2/+2
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson1-144/+71
2000-10-27The majority of the OCSP code from CertCo.Richard Levitte1-0/+30
2000-03-05Preserve reason strings in automatically build tables.Bodo Möller1-1/+2
2000-02-26Make ASN1 types real typedefs.Dr. Stephen Henson1-1/+1
2000-01-01Fix some of the command line password stuff. New functionDr. Stephen Henson1-2/+0