summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12/p12_decr.c
AgeCommit message (Expand)Author
2016-08-17Constify X509_SIG.Dr. Stephen Henson
2016-05-17Copyright consolidation 09/10Rich Salz
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte
2015-05-26Fix memory leak.Dr. Stephen Henson
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-30free NULL cleanup 8Rich Salz
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson
2015-03-12Remove obsolete declarations.Dr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-03-01Fix memory leak.Dr. Stephen Henson
2009-10-02Typo.Dr. Stephen Henson
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-11-02Fix warnings.Ben Laurie
2005-05-11Fix more error codes.Bodo Möller
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2001-11-06PKCS#12 code fixes: initialize and cleanup digests and ciphersDr. Stephen Henson
2001-10-17Modify EVP cipher behaviour in a similar wayDr. Stephen Henson
2000-12-31Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson
2000-06-21Fixes for Win32 build.Dr. Stephen Henson
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-05-16Typesafety Thought Police part 3.Ben Laurie
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson
1999-07-30Fix to PKCS#12 code to use the cipher block length when allocating a bufferDr. Stephen Henson
1999-06-06Rewrite PBE handling read to support PKCS#5 v2.0 and update the functionDr. 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-04-16Fix some warnings. Contributed by Anonymous.Ben Laurie
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