summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
AgeCommit message (Expand)Author
2002-08-30Fix ASN1_STRING_to_UTF8: remove non sensical !*out test.Dr. Stephen Henson
2002-08-16If gmtime() returned NULL (and we couldn't fix it à la VMS), let'sRichard Levitte
2002-08-02Fix typoDr. Stephen Henson
2002-08-02Fix the ASN1 sanity check: correct header lengthDr. Stephen Henson
2002-07-30OpenSSL Security Advisory [30 July 2002]Lutz Jänicke
2002-07-30"make update"Lutz Jänicke
2002-06-26Make sure buffers are large enough even for weird parametersBodo Möller
2002-06-13make updateRichard Levitte
2002-06-05It's not good to have a pointer point at something in an inner block.Richard Levitte
2002-06-05Unneeded cast removedRichard Levitte
2002-06-05signedness warning correctedRichard Levitte
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte
2002-05-30Avoid freeing certain things twice.Richard Levitte
2002-05-29Make i2c_ASN1_BIT_STRING return the correct length.Dr. Stephen Henson
2002-04-26Fix crypto/asn1/a_sign.c so that 'parameters' is omitted (notBodo Möller
2002-02-26make updateRichard Levitte
2002-02-03ASN1_BIT_STRING_set_bit() didn't clear previously set bitsRichard Levitte
2002-01-08Patches to make OpenSSL compilable on MacOS/X.Richard Levitte
2001-12-20make updateRichard Levitte
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
2001-11-15perl util/mkerr.pl -recurse -write -rebuildRichard Levitte
2001-11-15make updateRichard Levitte
2001-11-09typoBodo Möller
2001-11-09cast to 'unsigned long' before using ~ if we need an unsigned long resultBodo Möller
2001-06-26Another empty X509_NAME fix.Dr. Stephen Henson
2001-05-24Fix for missing DSA parameters.Dr. Stephen Henson
2001-03-30Fix asn1_GetSequence() for indefinite length sequences.Dr. Stephen Henson
2001-03-30Fix a bug caused by the 'fix' for empty X509_NAME encoding.Dr. Stephen Henson
2001-03-22Oops... fix PKCS#7 bug properly this time.Dr. Stephen Henson
2001-03-22Fix bug in PKCS#7 decode routines when indefinite lengthDr. Stephen Henson
2001-02-12Make X509_NAME produce correct encoding when empty.Dr. Stephen Henson
2001-01-28For CRLs.Dr. Stephen Henson
2001-01-28New ASN1 macros which will encode an empty SEQUENCE OF.Dr. Stephen Henson
2000-10-27Fix from main trunk, 2000-10-04 03:16:34 steve:Dr. Stephen Henson
2000-10-11Fix from main trunk, 2000-09-25 10:52 levitte:Richard Levitte
2000-09-22Catch V_ASN1_NULL.Richard Levitte
2000-09-21Fix ASN1_TYPE bug.Dr. Stephen Henson
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte
2000-09-10Marin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent us patches to makeRichard Levitte
2000-09-09More VMS synchronisationRichard Levitte
2000-09-09Fix some CygWin problems.Ulf Möller
2000-09-08Two places where I forgot to change vms_idhacks to symhacks.Richard Levitte
2000-09-07Two new PKCS#12 demo programs.Dr. Stephen Henson
2000-09-07'make update'Richard Levitte
2000-09-06Get rid of ASN1_UTCTIME_get, which cannot work with time_tBodo Möller
2000-09-06'make update'Bodo Möller
2000-09-05*BIG* verify code reorganisation.Dr. Stephen Henson
2000-09-05Keep a not of original encoding in certificate requests.Dr. Stephen Henson
2000-08-30Fix typo in i2d_ASN1_ENUMERATEDDr. Stephen Henson
2000-08-24New option to CA.pl to sign request using CA extensions.Dr. Stephen Henson