aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1
Commit message (Expand)AuthorAgeFilesLines
* Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson2004-12-0513-37/+129
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
* Fix race condition when CRL checking is enabled.Dr. Stephen Henson2004-10-041-31/+8
* Change values of MBSTRING_* to the form MBSTRING_FLAG|nbyte as assumedDr. Stephen Henson2004-09-131-2/+2
* Make ASN1_INTEGER_cmp() work as expected with negative integers.Dr. Stephen Henson2004-08-101-1/+20
* PKCS#8 fixes from stable branch.Dr. Stephen Henson2004-07-041-3/+5
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-458/+423
* Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe2004-05-176-1/+8
* Make ASN1 code work again...Dr. Stephen Henson2004-04-271-1/+1
* More ASN1 reformat/tidy.Dr. Stephen Henson2004-04-255-204/+308
* Reformat/tidy some of the ASN1 code.Dr. Stephen Henson2004-04-242-473/+825
* make updateGeoff Thorpe2004-04-191-238/+201
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-193-0/+6
* Remove obsolete files.Dr. Stephen Henson2004-03-282-281/+0
* Extend OID config module format.Dr. Stephen Henson2004-03-271-2/+62
* Initial support for certificate policy checking and evaluation.Dr. Stephen Henson2004-03-231-0/+3
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-1530-155/+212
* Cleanup ASN1 OID module when it exits.Dr. Stephen Henson2004-03-051-2/+7
* Avoid signed vs. unsigned warnings (which are treated like errors onRichard Levitte2004-01-272-2/+2
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-278-22/+33
* Avoid possible memory leaks in error-handling.Geoff Thorpe2003-11-102-5/+5
* Print out GeneralizedTime and UTCTime in ASN1_STRING_print_ex().Dr. Stephen Henson2003-11-101-1/+1
* Remove a line that was causing redundant declarations.Geoff Thorpe2003-10-291-1/+0
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-296-10/+12
* ASN1 parse fix and release file changes.Dr. Stephen Henson2003-09-302-1/+10
* outlen should be int * in out_utf8.Dr. Stephen Henson2003-08-211-1/+1
* Fix sign bugs.Richard Levitte2003-05-211-1/+1
* Add correct DN entry for serialNumber.Dr. Stephen Henson2003-05-071-1/+4
* Typo.Dr. Stephen Henson2003-04-101-1/+1
* Correct a lot of printing calls. Remove extra arguments...Richard Levitte2003-04-032-2/+2
* Make sure we get the definition of OPENSSL_NO_BIO and OPENSSL_NO_RSA.Richard Levitte2003-03-202-2/+2
* New ASN1 macros to just implement and declare the new and free functionsDr. Stephen Henson2003-03-202-4/+11
* Add entry for domainComponent so it is treated correctly.Dr. Stephen Henson2003-03-141-0/+35
* Fix indefinite length encoding so EOC correctly updatesDr. Stephen Henson2003-02-251-2/+4
* ECPublicKey_set_octet_string and ECPublicKey_get_octet_stringBodo Möller2003-02-212-4/+3
* Ooops forgot to recognise V_ASN1_GENERALSTRING.Dr. Stephen Henson2003-02-201-0/+1
* Typo.Dr. Stephen Henson2003-02-181-1/+1
* GeneralString support in mini-ASN1 compilerDr. Stephen Henson2003-02-111-0/+2
* For ecdsa-with-SHA1, as for id-dsa-with-sha1, omit 'parameters'Bodo Möller2003-01-241-4/+5
* Check return value of gmtime() and add error codesDr. Stephen Henson2003-01-243-31/+36
* Make sure the last character of the ASN.1 time string (the 'Z') is copied.Richard Levitte2003-01-011-1/+1
* make updateRichard Levitte2002-12-291-597/+315
* Workaround for GCC-ia64 compiler bug.Andy Polyakov2002-12-061-0/+5
* In ECPKParameters_print, output the private key length correctlyBodo Möller2002-12-041-2/+8
* Make ASN1_TYPE_get() work for V_ASN1_NULL type.Dr. Stephen Henson2002-12-041-1/+1
* In asn1_d2i_read_bio, don't assume BIO_read willDr. Stephen Henson2002-12-031-5/+10
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-284-11/+11
* Extra ; removed.Richard Levitte2002-11-271-1/+1
* Add the ASN.1 structures and functions for CertificatePair, which isRichard Levitte2002-11-181-0/+6