summaryrefslogtreecommitdiff
path: root/crypto/pkcs12
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2216-1551/+1617
* Fix memory leak.František Bořánek2014-05-291-1/+1
* Fix for PKCS12_create if no-rc2 specified.Dr. Stephen Henson2014-05-211-0/+8
* make updateDr. Stephen Henson2014-01-061-70/+166
* make updateDr. Stephen Henson2013-12-081-166/+70
* Fix warning.Dr. Stephen Henson2013-09-221-0/+2
* Don't use RC2 with PKCS#12 files in FIPS mode.Dr. Stephen Henson2013-05-301-0/+5
* Reduce version skew.Ben Laurie2012-06-081-8/+16
* PR: 2737Dr. Stephen Henson2012-02-271-1/+1
* Backport libcrypto audit: check return values of EVP functions insteadDr. Stephen Henson2011-06-033-12/+25
* PR: 2295Dr. Stephen Henson2010-10-111-16/+22
* PR: 1696Dr. Stephen Henson2010-03-281-4/+13
* Update from HEAD.Dr. Stephen Henson2009-06-174-6/+6
* Fix warning.Ben Laurie2009-04-041-1/+1
* Make PKCS12_parse() handle some PKCS#12 files which have their own ideasDr. Stephen Henson2009-04-021-79/+84
* Update from stable branch.Dr. Stephen Henson2009-03-091-0/+3
* If we're going to return errors (no matter how stupid), then we shouldBen Laurie2008-12-292-2/+11
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-122-13/+9
* Update obsolete email address...Dr. Stephen Henson2008-11-0515-15/+15
* Fix warnings.Ben Laurie2008-11-022-9/+13
* Update from stable branch.Dr. Stephen Henson2008-06-261-9/+17
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-7/+4
* Remove redundant PREDECLARE statement.Dr. Stephen Henson2006-11-161-2/+0
* PKCS#12 mac key length should equal digest length.Dr. Stephen Henson2006-05-171-3/+3
* Change builting PBE to use static table. Add entries for HMAC and MD5, GOST.Dr. Stephen Henson2006-05-151-19/+1
* Add feature to PKCS12_create() if the encryption NID corresponds to aDr. Stephen Henson2006-05-151-2/+18
* Update filenames in makefiles.Dr. Stephen Henson2006-02-041-1/+1
* improved error checking and some fixesNils Larsch2005-07-261-2/+7
* Check PKCS7 structures in PKCS#12 files are of type data.Dr. Stephen Henson2005-06-304-1/+22
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-2/+1
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
* Make -CSP option work again in pkcs12 utility by checking forDr. Stephen Henson2005-05-151-0/+12
* Fix more error codes.Bodo Möller2005-05-119-54/+54
* Rebuild error codes.Dr. Stephen Henson2005-04-121-50/+54
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
* Blow away Makefile.ssl.Ben Laurie2005-03-301-4/+3
* Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson2004-12-053-9/+26
* Check return code of EVP_CipherInit() in PKCS#12 code.Dr. Stephen Henson2004-11-241-3/+3
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-139/+132
* Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe2004-05-171-1/+1
* make updateGeoff Thorpe2004-04-191-81/+63
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-153-3/+6
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* Shut up an ANSI compiler about uninitialised variables.Richard Levitte2003-03-201-1/+1
* make updateRichard Levitte2002-12-291-250/+130
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-283-5/+5
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* Various enhancements to PKCS#12 code, newDr. Stephen Henson2002-10-032-72/+253
* Fix typos in PKCS#12 ASN1 code.Dr. Stephen Henson2002-09-071-3/+3