summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12
AgeCommit message (Expand)Author
2015-12-09make updateDr. Stephen Henson
2015-12-07Fix clang complaints about uninitialised variables.Richard Levitte
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Adapt the rest of the source to the opaque HMAC_CTXRichard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-12-07Adapt HMAC to the EVP_MD_CTX changesRichard Levitte
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-10-23Set salt length after the malloc has succeededAlessandro Ghedini
2015-10-23Fix memory leaks and other mistakes on errorsAlessandro Ghedini
2015-09-21GOST PKCS12 supportMatt Caswell
2015-09-01RT4002: check for NULL cipher in p12_crpt.cEmilia Kasper
2015-06-25Don't output bogus errors in PKCS12_parseDr. Stephen Henson
2015-06-08Use CRYPTO_memcmp when comparing authenticatorsEmilia Kasper
2015-05-26Add function PKCS8_set0_pbeDr. Stephen Henson
2015-05-26Fix memory leak.Dr. Stephen Henson
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte
2015-05-14make dependRichard Levitte
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 cleanup almost the finaleRich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-30free NULL cleanup 8Rich Salz
2015-04-11free NULL cleanup 9Rich Salz
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte
2015-03-30Remove duplicate code.Dr. Stephen Henson
2015-03-28free NULL cleanupRich Salz
2015-03-25RAND_bytes updatesMatt Caswell
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson
2015-03-16Make X509_ATTRIBUTE opaque.Dr. Stephen Henson
2015-03-12Remove obsolete declarations.Dr. Stephen Henson
2015-02-06Remove OPENSSL_NO_HMACDr. Stephen Henson
2015-02-03Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srpRich Salz
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson
2014-11-28Remove all .cvsignore filesRich Salz
2014-05-29Fix memory leak.František Bořánek
2014-05-21Fix for PKCS12_create if no-rc2 specified.Dr. Stephen Henson
2014-03-01PKCS#8 support for alternative PRFs.Dr. Stephen Henson
2014-03-01Fix memory leak.Dr. Stephen Henson
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie
2012-02-27PR: 2737Dr. Stephen Henson
2011-01-26Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson
2010-11-22add pice of PR#2295 not committed to HEADDr. Stephen Henson
2010-10-11PR: 2295Dr. Stephen Henson
2010-03-28PR: 1696Dr. Stephen Henson
2009-10-02Typo.Dr. Stephen Henson
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson