summaryrefslogtreecommitdiff
path: root/crypto/asn1
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add SETWRAP modifier to ASN1 generate.Dr. Stephen Henson2002-11-151-1/+9
* use new BIO_indent() function here as wellBodo Möller2002-11-141-30/+11
* free() -> OPENSSL_free()Richard Levitte2002-11-131-2/+2
* This didn't get to the 0.9.8-dev thread...Richard Levitte2002-11-132-9/+3
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-1315-64/+84
* Fix warnings, makefile cockup.Ben Laurie2002-11-131-2/+2
* Only accept exact match for modifier or tag nameDr. Stephen Henson2002-11-131-1/+1
* Initial ASN1 generation code. This can constructDr. Stephen Henson2002-11-124-2/+894
* Check for NULL ASN1_ITEM when initializeingDr. Stephen Henson2002-11-052-2/+8
* implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller2002-11-043-5/+7
* In my extreme debug mode, gcc complains that 'static' doesn't comeRichard Levitte2002-10-201-13/+13
* makedepend complains when a header file is included more than once inRichard Levitte2002-10-141-1/+0
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* Various Win32 fixes.Dr. Stephen Henson2002-10-061-1/+1
* Oops, remove old comment out debugging printf...Dr. Stephen Henson2002-10-061-3/+5
* Please do not use C++ comments in C code.Richard Levitte2002-10-061-1/+3
* Various enhancements to PKCS#12 code, newDr. Stephen Henson2002-10-031-0/+23
* Preliminary streaming ASN1 encode support.Dr. Stephen Henson2002-10-039-74/+255
* Fix ASN1_STRING_to_UTF8: remove non sensical !*out test.Dr. Stephen Henson2002-08-301-2/+2
* less specific interface for EC_GROUP_get_basis_typeBodo Möller2002-08-261-2/+1
* ASN1 for binary curvesBodo Möller2002-08-261-1/+27
* Reinstate the check for invalid length BIT STRINGS,Dr. Stephen Henson2002-08-232-3/+9
* Make -nameopt work in req and add support for -reqoptDr. Stephen Henson2002-08-221-111/+152
* make updateBodo Möller2002-08-091-401/+416