aboutsummaryrefslogtreecommitdiff
path: root/crypto/pkcs12/p12_kiss.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-08Use new namesDr. Stephen Henson1-5/+5
2016-02-08more PKCS12 opacityDr. Stephen Henson1-4/+6
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-1/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-06-25Don't output bogus errors in PKCS12_parseDr. Stephen Henson1-0/+2
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-4/+4
2015-04-30free NULL cleanup 5aRich Salz1-9/+5
2015-03-28free NULL cleanupRich Salz1-1/+1
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte1-2/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-215/+210
2014-05-29Fix memory leak.František Bořánek1-1/+1
2012-02-27PR: 2737Dr. Stephen Henson1-1/+1
2009-04-04Updates from 1.0.0-stableDr. Stephen Henson1-1/+1
2009-04-03Merge from 1.0.0-stable branch.Dr. Stephen Henson1-79/+84
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2005-05-11Fix more error codes.Bodo Möller1-10/+10
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson1-3/+15
2001-04-03Plug a memory leak. Spotted by "Shijin" <shijin@comex.com>Richard Levitte1-0/+1
2000-12-31Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson1-5/+5
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte1-1/+1
2000-09-07Two new PKCS#12 demo programs.Dr. Stephen Henson1-11/+25
2000-06-20Handle ASN1_SET_OF and PKCS12_STACK_OF using functionDr. Stephen Henson1-6/+6
2000-05-16Typesafety Thought Police part 3.Ben Laurie1-6/+7
2000-05-16Typesafety Thought Police Part 2.Ben Laurie1-11/+14
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller1-5/+5
2000-05-04Make PKCS#12 code handle missing passwords.Dr. Stephen Henson1-3/+15
2000-03-22Fix a memory leak in PKCS12_parse.Dr. Stephen Henson1-10/+21
2000-03-04Beautifying. Sorry, but code that's slammed to the far left is notRichard Levitte1-29/+34
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1-15/+15
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-7/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-1/+1
1999-04-23Work with -pedantic!Ben Laurie1-10/+11
1999-04-19Change functions to ANSI C.Ulf Möller1-31/+10
1999-03-29Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson1-5/+1
1999-03-28Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and addDr. Stephen Henson1-0/+269