summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/asn1_err.c
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-246/+264
* Return error when a bit string indicates an invalid amount of bits leftKurt Roeckx2015-01-051-0/+1
* Reject invalid constructed encodings.Dr. Stephen Henson2015-01-051-1/+2
* Reject leading 0x80 in OID subidentifiers.Dr. Stephen Henson2009-08-061-0/+1
* Reject BMPStrings and UniversalStrings of invalid length. This preventsDr. Stephen Henson2009-03-251-0/+2
* Backport of CMS code to 0.9.8-stable branch. Disabled by default.Dr. Stephen Henson2008-04-031-1/+18
* Rebuild error file C source files.Dr. Stephen Henson2006-11-211-10/+7
* Avoid contradictive error code assignments.Bodo Möller2006-01-081-4/+4
* Avoid weak subgroups in Diffie Hellman.Ben Laurie2005-08-201-0/+1
* Fix more error codes.Bodo Möller2005-05-111-4/+6
* Update util/ck_errf.pl script, and have it run automaticallyBodo Möller2005-05-091-5/+18
* Don't attempt to parse nested ASN1 strings by default.Dr. Stephen Henson2005-04-301-0/+1
* Use more efficient way to locate end of an ASN1 structure.Dr. Stephen Henson2005-04-301-0/+1
* Fix various incorrect error function codes.Bodo Möller2005-04-261-0/+1
* Rebuild error codes.Dr. Stephen Henson2005-04-121-189/+193
* Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson2004-12-051-1/+7
* Check return value of gmtime() and add error codesDr. Stephen Henson2003-01-241-1/+2
* Initial ASN1 generation code. This can constructDr. Stephen Henson2002-11-121-0/+29
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-071-1/+2
* make errorsDr. Stephen Henson2002-02-221-1/+4
* ECDSA supportBodo Möller2002-02-131-0/+1
* Trap an invalid ASN1_ITEM construction and print outDr. Stephen Henson2001-02-251-0/+1
* Rebuild ASN1 error codes to remove unused function and reason codes.Dr. Stephen Henson2001-02-221-77/+0
* 'make update'Geoff Thorpe2001-02-211-31/+35
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-2/+2
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-144/+71
* The majority of the OCSP code from CertCo.Richard Levitte2000-10-271-0/+30
* Preserve reason strings in automatically build tables.Bodo Möller2000-03-051-1/+2
* Make ASN1 types real typedefs.Dr. Stephen Henson2000-02-261-1/+1
* Fix some of the command line password stuff. New functionDr. Stephen Henson2000-01-011-2/+0
* Add OIDs for idea and blowfish. Unfortunately these are inDr. Stephen Henson1999-12-291-0/+1
* New {i2d,d2i}_PrivateKey_{bio, fp} functions.Dr. Stephen Henson1999-12-261-0/+2
* Support for ASN1 NULL type.Dr. Stephen Henson1999-12-221-0/+3
* Change the trust and purpose code so it doesn't need initDr. Stephen Henson1999-12-021-1/+0
* Support for authority information access extension.Dr. Stephen Henson1999-11-231-0/+2
* Transparent support for PKCS#8 private keys in RSA/DSA.Dr. Stephen Henson1999-11-211-0/+2
* Support for otherName in GeneralName.Dr. Stephen Henson1999-11-191-0/+2
* Allow additional information to be attached to aDr. Stephen Henson1999-11-041-0/+2
* More multibyte character support.Dr. Stephen Henson1999-10-251-0/+3
* New function ASN1_mbstring_copy() to handle ASN1 string copying. UltimatelyDr. Stephen Henson1999-10-211-2/+8
* This is the main PKCS#5 v2.0 key generation function, it parses the ASN1Dr. Stephen Henson1999-06-071-1/+1
* More PKCS#5 v2.0 development. Add a function to setup a PKCS#5 v2.0Dr. Stephen Henson1999-06-061-0/+2
* Spelling error.Ulf Möller1999-05-181-1/+1
* The encoding of negative ASN1 INTEGERs and the conversion of BNs to negativeDr. Stephen Henson1999-05-141-0/+1
* Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1999-04-241-176/+178
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2
* Suppport for CRL distribution points extension. Also document some ofDr. Stephen Henson1999-04-211-0/+4
* Change functions to ANSI C.Ulf Möller1999-04-191-1/+1
* Initial support for Certificate Policies extension: print out works but settingDr. Stephen Henson1999-04-181-0/+8
* Add support for VISIBLESTRING and UTF8StringDr. Stephen Henson1999-04-171-0/+2