aboutsummaryrefslogtreecommitdiff
path: root/crypto/pkcs12/p12_add.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-08Reorganise functions.Dr. Stephen Henson1-49/+0
2016-02-08Make PKCS12 structures opaqueDr. Stephen Henson1-0/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-10-23Fix memory leaks and other mistakes on errorsAlessandro Ghedini1-7/+20
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-7/+11
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson1-2/+2
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-130/+135
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2006-05-15Add feature to PKCS12_create() if the encryption NID corresponds to aDr. Stephen Henson1-2/+18
2005-06-30Check PKCS7 structures in PKCS#12 files are of type data.Dr. Stephen Henson1-1/+10
2005-05-11Fix more error codes.Bodo Möller1-3/+3
2001-07-26First of several reorganisations toDr. Stephen Henson1-42/+0
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson1-8/+8
2000-12-31Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson1-18/+57
2000-05-16Typesafety Thought Police Part 2.Ben Laurie1-4/+6
1999-12-29Add OIDs for idea and blowfish. Unfortunately these are inDr. Stephen Henson1-4/+8
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1-3/+3
1999-08-17Fix PKCS7_ENC_CONTENT_new() to include a sensible default content type and addDr. Stephen Henson1-5/+3
1999-06-08Complete support for PKCS#5 v2.0. Still needs extensive testing.Dr. Stephen Henson1-5/+9
1999-04-24Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson1-3/+3
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-1/+1
1999-04-23Function didn't get ANSIfied because of unusual formatting.Ulf Möller1-8/+3
1999-04-23Work with -pedantic!Ben Laurie1-4/+5
1999-04-19Change functions to ANSI C.Ulf Möller1-29/+10
1999-03-29Remove deleted PKCS#12 functions from pkcs12.h, get rid of object creationDr. Stephen Henson1-9/+7
1999-03-29Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson1-2/+1
1999-03-28Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and addDr. Stephen Henson1-0/+236