aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/p5_scrypt.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Change PBES2 KDF default salt length to 16 bytes.slontis2023-09-041-1/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-35/+60
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-6/+6
* Add library context and property query support into the PKCS12 APIJon Spillett2021-04-301-6/+18
* Update copyright yearMatt Caswell2021-04-221-1/+1
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-181-1/+1
* Update copyright yearMatt Caswell2020-11-261-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-16/+11
* Coverity CID 1444959: Integer handling issuesPauli2019-05-081-2/+7
* Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte2018-12-061-1/+1
* add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb2018-06-181-1/+1
* Update copyright yearMatt Caswell2018-05-011-1/+1
* p5_scrypt.c: fix error check of RAND_bytes() callDr. Matthias St. Pierre2018-04-171-1/+1
* make scrypt ASN.1 parameter functions publicHubert Kario2017-07-261-11/+2
* Clean one unused variable, plus an useless one.FdaSilvaYY2017-01-181-8/+4
* Copyright consolidation 08/10Rich Salz2016-05-171-54/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-121-6/+9
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-1/+1
* RT3998: Allow scrypt to be disabledRich Salz2015-09-041-0/+2
* Add scrypt PBE algorithm code.Dr. Stephen Henson2015-05-211-0/+332