summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12/p12_init.c
AgeCommit message (Expand)Author
2020-11-26Update copyright yearMatt Caswell
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/pkcs12/Richard Levitte
2018-09-11Update copyright yearMatt Caswell
2018-09-10Check the return value from ASN1_INTEGER_setMatt Caswell
2016-05-17Copyright consolidation 09/10Rich Salz
2016-02-08Make PKCS12 structures opaqueDr. Stephen Henson
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-04-11free NULL cleanup 9Rich Salz
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2008-11-05Update obsolete email address...Dr. Stephen Henson
2005-05-11Fix more error codes.Bodo Möller
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson
2001-01-24Add debugging info to new ASN1 code to trace memory leaks.Dr. Stephen Henson
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-19Change functions to ANSI C.Ulf Möller
1999-03-29Remove deleted PKCS#12 functions from pkcs12.h, get rid of object creationDr. Stephen Henson
1999-03-29Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson
1999-03-28Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and addDr. Stephen Henson