aboutsummaryrefslogtreecommitdiff
path: root/crypto/pkcs12/p12_decr.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Copyright consolidation 09/10Rich Salz1-54/+5
2016-02-18Remove outdated DEBUG flags.Rich Salz1-2/+2
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte1-7/+11
2015-05-26Fix memory leak.Dr. Stephen Henson1-2/+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-2/+4
2015-04-30free NULL cleanup 8Rich Salz1-2/+1
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson1-1/+1
2015-03-12Remove obsolete declarations.Dr. Stephen Henson1-2/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-107/+121
2014-03-01Fix memory leak.Dr. Stephen Henson1-4/+8
2009-10-02Typo.Dr. Stephen Henson1-2/+1
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson1-1/+9
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-11/+8
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-11-02Fix warnings.Ben Laurie1-8/+11
2005-05-11Fix more error codes.Bodo Möller1-5/+5
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte1-1/+2
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte1-2/+2
2001-11-06PKCS#12 code fixes: initialize and cleanup digests and ciphersDr. Stephen Henson1-7/+11
2001-10-17Modify EVP cipher behaviour in a similar wayDr. Stephen Henson1-1/+1
2000-12-31Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson1-33/+18
2000-06-21Fixes for Win32 build.Dr. Stephen Henson1-1/+1
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-7/+7
2000-05-16Typesafety Thought Police part 3.Ben Laurie1-0/+2
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1-1/+1
1999-07-30Fix to PKCS#12 code to use the cipher block length when allocating a bufferDr. Stephen Henson1-5/+6
1999-06-06Rewrite PBE handling read to support PKCS#5 v2.0 and update the functionDr. Stephen Henson1-1/+2
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-1/+1
1999-04-23Work with -pedantic!Ben Laurie1-4/+5
1999-04-19Change functions to ANSI C.Ulf Möller1-25/+8
1999-04-16Fix some warnings. Contributed by Anonymous.Ben Laurie1-1/+3
1999-03-29Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson1-10/+1
1999-03-28Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and addDr. Stephen Henson1-0/+206