summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12/p12_npas.c
AgeCommit message (Expand)Author
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-09-16PKCS#8: free data on error path in newpass_bagPauli
2020-09-13Fix safestack issues in pkcs12.hMatt Caswell
2020-09-13Fix safestack issues in pkcs7.hMatt Caswell
2020-05-15Update copyright yearMatt Caswell
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/pkcs12/Richard Levitte
2016-08-21Add X509_getm_notBefore, X509_getm_notAfterDr. Stephen Henson
2016-08-17Constify X509_SIG.Dr. Stephen Henson
2016-05-17Copyright consolidation 09/10Rich Salz
2016-05-06Constify PKCS12_newpass()Dr. Stephen Henson
2016-05-06Tidy up PKCS12_newpass() fix memory leaks.Dr. Stephen Henson
2016-03-11Make X509_SIG opaque.Dr. Stephen Henson
2016-02-08Use new namesDr. Stephen Henson
2016-02-08more PKCS12 opacityDr. Stephen Henson
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-03-30Remove duplicate code.Dr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2010-03-28PR: 1696Dr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2005-05-11Fix more error codes.Bodo Möller
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2003-03-20Shut up an ANSI compiler about uninitialised variables.Richard Levitte
2000-12-31Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte
2000-05-16Typesafety Thought Police part 3.Ben Laurie
2000-05-16Typesafety Thought Police Part 2.Ben Laurie
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller
1999-12-03New function PKC12_newpass()Dr. Stephen Henson