aboutsummaryrefslogtreecommitdiff
path: root/crypto/pkcs12/p12_asn.c
AgeCommit message (Collapse)AuthorFilesLines
2002-09-07Fix typos in PKCS#12 ASN1 code.Dr. Stephen Henson1-3/+3
Make PKCS7_set_detached work again.
2001-02-23Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson1-6/+6
prototype hack. This unfortunately means that every ASN1_*_END construct cannot have a trailing ;
2000-12-31Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson1-0/+11
horrible macros. Fix two evil ASN1 bugs. Attempt to use 'ctx' when NULL if input is indefinite length constructed in asn1_check_tlen() and invalid pointer to ASN1_TYPE when reusing existing structure (this took *ages* to find because the new PKCS#12 code triggered it).
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson1-0/+114
to main trunk. Lets see if the makes it to openssl-cvs :-)