summaryrefslogtreecommitdiffstats
path: root/providers/implementations/kdfs/scrypt.c
AgeCommit message (Expand)Author
2021-03-18Add ossl_pkcs5_pbkdf2_hmac_ex symbolShane Lontis
2021-03-12prov: add extra params argument to KDF implementationsPauli
2021-02-28prov: add extra params argument to KDF implementationsPauli
2021-02-26prov: support modified gettable/settable ctx calls for KDFsPauli
2021-02-18Update copyright yearMatt Caswell
2021-02-11Move the PROV_R reason codes to a public headerTomas Mraz
2020-11-11Convert all {NAME}err() in providers/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-29prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli
2020-09-23Fix EVP_KDF_scrypt so that is uses a propq for its fetch.Shane Lontis
2020-09-12kdf: add FIPS error state handlingPauli
2020-08-12provider: add the unused paramater tag to the gettable and settable functionsPauli
2020-08-07Add evp_test fixes.Shane Lontis
2020-08-07gettables: provider changes to pass the provider context.Pauli
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre
2020-04-23Update copyright yearMatt Caswell
2020-01-31scrypt: free the MD reference correctly.Pauli
2019-11-22kdfs: make free calls check for NULL.Pauli
2019-10-10Cleanup: move remaining providers/common/include/internal/*.hRichard Levitte
2019-10-10Cleanup: move providers/common/include/internal/provider_args.hRichard Levitte
2019-10-10Providers: move default kdfs,macsRichard Levitte