summaryrefslogtreecommitdiff
path: root/providers/implementations/kdfs/pbkdf2.c
Commit message (Expand)AuthorAgeFilesLines
* Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia2023-04-211-1/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-6/+2
* Update copyright yearMatt Caswell2022-05-031-1/+1
* pbkdf2: implement ctx dup operationPauli2022-02-011-2/+36
* fix indentationPauli2022-01-191-4/+4
* various kdfs: Always reset buflen after clearing the bufferTomas Mraz2021-11-301-1/+3
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+1
* Fix misc external ossl_ symbols.Shane Lontis2021-03-181-1/+1
* prov: add extra params argument to KDF implementationsPauli2021-03-121-0/+3
* prov: add extra params argument to KDF implementationsPauli2021-02-281-3/+3
* prov: support modified gettable/settable ctx calls for KDFsPauli2021-02-261-2/+4
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Various cleanup of PROV_R_ reason codesTomas Mraz2021-02-111-2/+2
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-111-1/+1
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-151-2/+2
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-2/+2
* prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli2020-09-291-1/+1
* kdf: add FIPS error state handlingPauli2020-09-121-1/+9
* provider: add the unused paramater tag to the gettable and settable functionsPauli2020-08-121-2/+2
* gettables: provider changes to pass the provider context.Pauli2020-08-071-2/+4
* Don't forget our provider ctx when resettingMatt Caswell2020-07-011-0/+2
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-6/+6
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the low level HMAC functionsPauli2020-01-291-0/+6
* kdfs: make free calls check for NULL.Pauli2019-11-221-2/+4
* Cleanup: move remaining providers/common/include/internal/*.hRichard Levitte2019-10-101-3/+3
* Cleanup: move providers/common/include/internal/provider_args.hRichard Levitte2019-10-101-1/+1
* Providers: move common exchange,kdfs,keymgmt,macs,signatureRichard Levitte2019-10-101-0/+336