summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12
AgeCommit message (Expand)Author
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte
2016-03-11Make X509_SIG opaque.Dr. Stephen Henson
2016-03-07Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson
2016-02-20Always build library object files with shared library cflagsRichard Levitte
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-11Typo: only return error if unrecognise bag type.Dr. Stephen Henson
2016-02-08add missing file p12_lcl.hDr. Stephen Henson
2016-02-08Following the PKCS#12 update, update crypto/pkcs12/build.info as wellRichard Levitte
2016-02-08fix various formatting issuesDr. Stephen Henson
2016-02-08use new function namesDr. Stephen Henson
2016-02-08Add p12_sbag.c to Makefile.inDr. Stephen Henson
2016-02-08Reorganise functions.Dr. Stephen Henson
2016-02-08Use new namesDr. Stephen Henson
2016-02-08Rename PKCS12 functionDr. Stephen Henson
2016-02-08pkcs12 accessorsDr. Stephen Henson
2016-02-08more PKCS12 opacityDr. Stephen Henson
2016-02-08New PKCS12 accessors, change macros to functions.Dr. Stephen Henson
2016-02-08Make PKCS12 structures opaqueDr. Stephen Henson
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-02-01unified build scheme: add build.info filesRichard Levitte
2016-01-29Templatize util/domdRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20Remove update tagsRich Salz
2016-01-17Remove some old makefile targetsRich Salz
2016-01-12Move Makefiles to Makefile.inRich Salz
2016-01-12make updateRichard Levitte
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte
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