aboutsummaryrefslogtreecommitdiff
path: root/crypto/pkcs12
AgeCommit message (Expand)AuthorFilesLines
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson1-1/+1
2014-11-28Remove all .cvsignore filesRich Salz1-4/+0
2014-05-29Fix memory leak.František Bořánek1-1/+1
2014-05-21Fix for PKCS12_create if no-rc2 specified.Dr. Stephen Henson1-0/+8
2014-03-01PKCS#8 support for alternative PRFs.Dr. Stephen Henson1-2/+9
2014-03-01Fix memory leak.Dr. Stephen Henson1-4/+8
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie1-2/+3
2012-02-27PR: 2737Dr. Stephen Henson1-1/+1
2011-01-26Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson1-1/+1
2010-11-22add pice of PR#2295 not committed to HEADDr. Stephen Henson1-2/+4
2010-10-11PR: 2295Dr. Stephen Henson1-19/+27
2010-03-28PR: 1696Dr. Stephen Henson1-4/+13
2009-10-02Typo.Dr. Stephen Henson1-2/+1
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson3-12/+29
2009-08-05Oops!Dr. Stephen Henson1-3/+0
2009-08-05Update from 1.0.0-stable.Dr. Stephen Henson1-0/+3
2009-06-17Rename asc2uni and uni2asc functions to avoid clashes.Dr. Stephen Henson4-6/+6
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
2009-03-09Update from stable branch.Dr. Stephen Henson1-0/+3
2008-12-29If we're going to return errors (no matter how stupid), then we shouldBen Laurie2-2/+11
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2-13/+9
2008-11-05Update obsolete email address...Dr. Stephen Henson15-15/+15
2008-11-02Fix warnings.Ben Laurie2-9/+13
2008-06-26Update from stable branch.Dr. Stephen Henson1-9/+17
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson1-7/+4
2006-11-16Remove redundant PREDECLARE statement.Dr. Stephen Henson1-2/+0
2006-05-17PKCS#12 mac key length should equal digest length.Dr. Stephen Henson1-3/+3
2006-05-15Change builting PBE to use static table. Add entries for HMAC and MD5, GOST.Dr. Stephen Henson1-19/+1
2006-05-15Add feature to PKCS12_create() if the encryption NID corresponds to aDr. Stephen Henson1-2/+18
2006-02-04Update filenames in makefiles.Dr. Stephen Henson1-1/+1
2005-07-26improved error checking and some fixesNils Larsch1-2/+7
2005-06-30Check PKCS7 structures in PKCS#12 files are of type data.Dr. Stephen Henson4-1/+22
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov1-2/+1
2005-05-15Fool-proofing MakefilesAndy Polyakov1-4/+1
2005-05-15Make -CSP option work again in pkcs12 utility by checking forDr. Stephen Henson1-0/+12
2005-05-11Fix more error codes.Bodo Möller9-54/+54
2005-04-12Rebuild error codes.Dr. Stephen Henson1-50/+54
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte1-0/+2
2005-03-30Blow away Makefile.ssl.Ben Laurie1-4/+3
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson3-9/+26
2004-11-24Check return code of EVP_CipherInit() in PKCS#12 code.Dr. Stephen Henson1-3/+3
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte1-1/+1
2004-05-17After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe1-139/+132
2004-05-17Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe1-1/+1
2004-04-19make updateGeoff Thorpe1-81/+63
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte3-3/+6
2003-12-27Use sh explicitely to run point.shRichard Levitte1-1/+1
2003-03-20Shut up an ANSI compiler about uninitialised variables.Richard Levitte1-1/+1
2002-12-29make updateRichard Levitte1-250/+130