aboutsummaryrefslogtreecommitdiff
path: root/crypto/pkcs12/p12_init.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-08Make PKCS12 structures opaqueDr. Stephen Henson1-0/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-2/+3
2015-04-11free NULL cleanup 9Rich Salz1-3/+2
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-28/+28
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2005-05-11Fix more error codes.Bodo Möller1-1/+1
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson1-5/+7
2001-01-24Add debugging info to new ASN1 code to trace memory leaks.Dr. Stephen Henson1-8/+0
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1-3/+3
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-1/+1
1999-04-19Change functions to ANSI C.Ulf Möller1-2/+1
1999-03-29Remove deleted PKCS#12 functions from pkcs12.h, get rid of object creationDr. Stephen Henson1-1/+1
1999-03-29Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson1-4/+1
1999-03-28Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and addDr. Stephen Henson1-0/+102