summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/p5_scrypt.c
AgeCommit message (Expand)Author
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-04-30Add library context and property query support into the PKCS12 APIJon Spillett
2021-04-22Update copyright yearMatt Caswell
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz
2020-11-26Update copyright yearMatt Caswell
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2019-05-08Coverity CID 1444959: Integer handling issuesPauli
2018-12-06Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte
2018-06-18add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb
2018-05-01Update copyright yearMatt Caswell
2018-04-17p5_scrypt.c: fix error check of RAND_bytes() callDr. Matthias St. Pierre
2017-07-26make scrypt ASN.1 parameter functions publicHubert Kario
2017-01-18Clean one unused variable, plus an useless one.FdaSilvaYY
2016-05-17Copyright consolidation 08/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-09-04RT3998: Allow scrypt to be disabledRich Salz
2015-05-21Add scrypt PBE algorithm code.Dr. Stephen Henson