aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12
Commit message (Expand)AuthorAgeFilesLines
* Remove /* foo.c */ commentsRich Salz2016-01-2615-15/+0
* Remove update tagsRich Salz2016-01-201-2/+0
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Move Makefiles to Makefile.inRich Salz2016-01-122-293/+67
* make updateRichard Levitte2016-01-121-128/+158
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-121-7/+11
* make updateDr. Stephen Henson2015-12-091-26/+11
* Fix clang complaints about uninitialised variables.Richard Levitte2015-12-071-3/+3
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-2/+2
* Adapt the rest of the source to the opaque HMAC_CTXRichard Levitte2015-12-071-8/+8
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-10/+13
* Adapt HMAC to the EVP_MD_CTX changesRichard Levitte2015-12-071-1/+1
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-092-2/+3
* Set salt length after the malloc has succeededAlessandro Ghedini2015-10-231-1/+1
* Fix memory leaks and other mistakes on errorsAlessandro Ghedini2015-10-231-7/+20
* GOST PKCS12 supportMatt Caswell2015-09-211-3/+38
* RT4002: check for NULL cipher in p12_crpt.cEmilia Kasper2015-09-011-0/+3
* Don't output bogus errors in PKCS12_parseDr. Stephen Henson2015-06-251-0/+2
* Use CRYPTO_memcmp when comparing authenticatorsEmilia Kasper2015-06-081-1/+2
* Add function PKCS8_set0_pbeDr. Stephen Henson2015-05-262-19/+33
* Fix memory leak.Dr. Stephen Henson2015-05-261-2/+2
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-0/+2
* make dependRichard Levitte2015-05-141-13/+19
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-1413-13/+13
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-1110-34/+45
* free cleanup almost the finaleRich Salz2015-04-301-4/+1
* free NULL cleanup 5aRich Salz2015-04-301-9/+5
* free NULL cleanup 8Rich Salz2015-04-301-2/+1
* free NULL cleanup 9Rich Salz2015-04-112-22/+8
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-311-17/+1
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-311-340/+0
* Remove duplicate code.Dr. Stephen Henson2015-03-302-12/+3
* free NULL cleanupRich Salz2015-03-281-1/+1
* RAND_bytes updatesMatt Caswell2015-03-251-1/+1
* Remove old ASN.1 code.Dr. Stephen Henson2015-03-235-7/+7
* Make X509_ATTRIBUTE opaque.Dr. Stephen Henson2015-03-161-12/+3
* Remove obsolete declarations.Dr. Stephen Henson2015-03-122-4/+0
* Remove OPENSSL_NO_HMACDr. Stephen Henson2015-02-061-2/+0
* Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srpRich Salz2015-02-031-7/+0
* clang on Linux x86_64 complains about unreachable code.Richard Levitte2015-01-291-2/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2216-1557/+1621
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-141-2/+2
* Remove fipscanister build functionality from makefiles.Dr. Stephen Henson2014-12-081-1/+1
* Remove all .cvsignore filesRich Salz2014-11-281-4/+0
* 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
* PKCS#8 support for alternative PRFs.Dr. Stephen Henson2014-03-011-2/+9
* Fix memory leak.Dr. Stephen Henson2014-03-011-4/+8
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-2/+3
* PR: 2737Dr. Stephen Henson2012-02-271-1/+1