summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12/p12_crt.c
AgeCommit message (Expand)Author
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-09-13Fix safestack issues in pkcs12.hMatt Caswell
2020-09-13Fix safestack issues in pkcs7.hMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-08-07Add new APIs to get PKCS12 secretBag OID and valueJon Spillett
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-03-21Fix error handling in x509v3_cache_extensions and related functionsBernd Edlinger
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-06-15Constify PKCS12_create, PKCS12_add_key, PKCS12_add_safe.FdaSilvaYY
2016-05-17Copyright consolidation 09/10Rich Salz
2016-02-08use new function namesDr. Stephen Henson
2016-02-08Reorganise functions.Dr. Stephen Henson
2016-02-08Use new namesDr. Stephen Henson
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-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-05-21Fix for PKCS12_create if no-rc2 specified.Dr. Stephen Henson
2009-03-09Update from stable branch.Dr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-06-26Update from stable branch.Dr. Stephen Henson
2005-05-15Make -CSP option work again in pkcs12 utility by checking forDr. Stephen Henson
2002-10-03Various enhancements to PKCS#12 code, newDr. Stephen Henson
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-08-24New option to CA.pl to sign request using CA extensions.Dr. Stephen Henson
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
2000-03-22Fix a memory leak in PKCS12_parse.Dr. Stephen Henson
1999-05-19New functions sk_set, sk_value and sk_num to replace existing macros: this isDr. Stephen Henson
1999-05-18Change default PKCS#12 iteration count to 2048, include rsa_oeap_test in theDr. Stephen Henson
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-23Work with -pedantic!Ben Laurie
1999-04-19Change functions to ANSI C.Ulf Möller
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