aboutsummaryrefslogtreecommitdiff
path: root/crypto/pkcs12/p12_crt.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-08use new function namesDr. Stephen Henson1-2/+3
2016-02-08Reorganise functions.Dr. Stephen Henson1-1/+1
2016-02-08Use new namesDr. Stephen Henson1-1/+1
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/+2
2015-04-11free NULL cleanup 9Rich Salz1-19/+6
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-261/+246
2014-05-21Fix for PKCS12_create if no-rc2 specified.Dr. Stephen Henson1-0/+8
2009-03-09Update from stable branch.Dr. Stephen Henson1-0/+3
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-06-26Update from stable branch.Dr. Stephen Henson1-9/+17
2005-05-15Make -CSP option work again in pkcs12 utility by checking forDr. Stephen Henson1-0/+12
2002-10-03Various enhancements to PKCS#12 code, newDr. Stephen Henson1-72/+244
2000-12-31Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson1-3/+3
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte1-3/+3
2000-08-24New option to CA.pl to sign request using CA extensions.Dr. Stephen Henson1-0/+2
2000-05-16Typesafety Thought Police part 3.Ben Laurie1-4/+5
2000-05-16Typesafety Thought Police Part 2.Ben Laurie1-7/+9
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller1-3/+3
2000-03-22Fix a memory leak in PKCS12_parse.Dr. Stephen Henson1-3/+3
1999-05-19New functions sk_set, sk_value and sk_num to replace existing macros: this isDr. Stephen Henson1-1/+1
1999-05-18Change default PKCS#12 iteration count to 2048, include rsa_oeap_test in theDr. Stephen Henson1-1/+1
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-1/+1
1999-04-23Work with -pedantic!Ben Laurie1-3/+4
1999-04-19Change functions to ANSI C.Ulf Möller1-12/+3
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/+170