aboutsummaryrefslogtreecommitdiff
path: root/crypto/pkcs12
AgeCommit message (Expand)AuthorFilesLines
2016-03-11Make X509_SIG opaque.Dr. Stephen Henson4-25/+34
2016-03-07Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson2-8/+4
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+1
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-18Remove outdated DEBUG flags.Rich Salz2-8/+8
2016-02-11Typo: only return error if unrecognise bag type.Dr. Stephen Henson1-1/+1
2016-02-08add missing file p12_lcl.hDr. Stephen Henson2-1/+94
2016-02-08Following the PKCS#12 update, update crypto/pkcs12/build.info as wellRichard Levitte1-1/+1
2016-02-08fix various formatting issuesDr. Stephen Henson2-1/+3
2016-02-08use new function namesDr. Stephen Henson3-22/+44
2016-02-08Add p12_sbag.c to Makefile.inDr. Stephen Henson1-2/+2
2016-02-08Reorganise functions.Dr. Stephen Henson5-162/+223
2016-02-08Use new namesDr. Stephen Henson4-8/+8
2016-02-08Rename PKCS12 functionDr. Stephen Henson1-22/+23
2016-02-08pkcs12 accessorsDr. Stephen Henson2-0/+42
2016-02-08more PKCS12 opacityDr. Stephen Henson3-5/+9
2016-02-08New PKCS12 accessors, change macros to functions.Dr. Stephen Henson1-4/+46
2016-02-08Make PKCS12 structures opaqueDr. Stephen Henson5-0/+5
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-1/+1
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+5
2016-01-29Templatize util/domdRich Salz1-2/+1
2016-01-26Remove /* foo.c */ commentsRich Salz15-15/+0
2016-01-20Remove update tagsRich Salz1-2/+0
2016-01-17Remove some old makefile targetsRich Salz1-12/+0
2016-01-12Move Makefiles to Makefile.inRich Salz2-293/+67
2016-01-12make updateRichard Levitte1-128/+158
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte1-7/+11
2015-12-09make updateDr. Stephen Henson1-26/+11
2015-12-07Fix clang complaints about uninitialised variables.Richard Levitte1-3/+3
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte1-2/+2
2015-12-07Adapt the rest of the source to the opaque HMAC_CTXRichard Levitte1-8/+8
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-10/+13
2015-12-07Adapt HMAC to the EVP_MD_CTX changesRichard Levitte1-1/+1
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell2-2/+3
2015-10-23Set salt length after the malloc has succeededAlessandro Ghedini1-1/+1
2015-10-23Fix memory leaks and other mistakes on errorsAlessandro Ghedini1-7/+20
2015-09-21GOST PKCS12 supportMatt Caswell1-3/+38
2015-09-01RT4002: check for NULL cipher in p12_crpt.cEmilia Kasper1-0/+3
2015-06-25Don't output bogus errors in PKCS12_parseDr. Stephen Henson1-0/+2
2015-06-08Use CRYPTO_memcmp when comparing authenticatorsEmilia Kasper1-1/+2
2015-05-26Add function PKCS8_set0_pbeDr. Stephen Henson2-19/+33
2015-05-26Fix memory leak.Dr. Stephen Henson1-2/+2
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte1-0/+2
2015-05-14make dependRichard Levitte1-13/+19
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte13-13/+13
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz10-34/+45
2015-04-30free cleanup almost the finaleRich Salz1-4/+1
2015-04-30free NULL cleanup 5aRich Salz1-9/+5
2015-04-30free NULL cleanup 8Rich Salz1-2/+1
2015-04-11free NULL cleanup 9Rich Salz2-22/+8