aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/p5_scrypt.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz1-6/+6
2021-04-30Add library context and property query support into the PKCS12 APIJon Spillett1-6/+18
2021-04-22Update copyright yearMatt Caswell1-1/+1
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz1-1/+1
2020-11-26Update copyright yearMatt Caswell1-1/+1
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte1-16/+11
2019-05-08Coverity CID 1444959: Integer handling issuesPauli1-2/+7
2018-12-06Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte1-1/+1
2018-06-18add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb1-1/+1
2018-05-01Update copyright yearMatt Caswell1-1/+1
2018-04-17p5_scrypt.c: fix error check of RAND_bytes() callDr. Matthias St. Pierre1-1/+1
2017-07-26make scrypt ASN.1 parameter functions publicHubert Kario1-11/+2
2017-01-18Clean one unused variable, plus an useless one.FdaSilvaYY1-8/+4
2016-05-17Copyright consolidation 08/10Rich Salz1-54/+5
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte1-6/+9
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-1/+1
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie1-1/+1
2015-09-04RT3998: Allow scrypt to be disabledRich Salz1-0/+2
2015-05-21Add scrypt PBE algorithm code.Dr. Stephen Henson1-0/+332