aboutsummaryrefslogtreecommitdiffstats
path: root/providers/implementations/kdfs
Commit message (Expand)AuthorAgeFilesLines
* Fix propq in x942kdfShane Lontis2020-09-231-4/+13
* Fix EVP_KDF_scrypt so that is uses a propq for its fetch.Shane Lontis2020-09-231-10/+43
* Add missing 'ossl_unused' tags to some gettable and settable methods.Shane Lontis2020-09-181-2/+2
* Make KDFs fail if requesting a zero-length key.Jon Spillett2020-09-173-0/+14
* kdf: add FIPS error state handlingPauli2020-09-1210-10/+91
* Fix coverity CID #1465794 - Uninitialized pointer read in x942_encode_otherin...Shane Lontis2020-08-241-1/+1
* Move PKCS#12 KDF to provider.Pauli2020-08-142-0/+288
* provider: add the unused paramater tag to the gettable and settable functionsPauli2020-08-129-18/+18
* Implement a EVP_PKEY KDF to KDF provider bridgeMatt Caswell2020-08-101-3/+0
* Add evp_test fixes.Shane Lontis2020-08-071-7/+10
* gettables: provider changes to pass the provider context.Pauli2020-08-079-18/+26
* Change the provider implementation of X942kdf to use wpacket to do der encodi...Shane Lontis2020-08-042-116/+139
* Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell2020-07-163-26/+26
* Add and use internal header that implements endianness checkRichard Levitte2020-07-111-5/+3
* Don't forget our provider ctx when resettingMatt Caswell2020-07-018-0/+16
* Update copyright yearMatt Caswell2020-06-254-4/+4
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-249-65/+65
* The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli2020-06-113-26/+26
* Update copyright yearMatt Caswell2020-05-152-2/+2
* Amend references to "OpenSSL license"Shourya Shukla2020-04-292-2/+2
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-2/+2
* Update copyright yearMatt Caswell2020-04-234-4/+4
* scrypt: free the MD reference correctly.Pauli2020-01-311-1/+1
* Deprecate the low level HMAC functionsPauli2020-01-292-0/+12
* Deprecate the low level DES functions.Pauli2020-01-251-0/+6
* Fix no-des buildBernd Edlinger2019-12-201-0/+6
* kdfs: make free calls check for NULL.Pauli2019-11-229-19/+37
* Add KRB5KDF from RFC 3961Simo Sorce2019-10-232-0/+435
* [KDF] Add feedback-mode and CMAC support to KBKDFRobbie Harwood2019-10-171-20/+63
* Cleanup: move remaining providers/common/include/internal/*.hRichard Levitte2019-10-108-23/+23
* Cleanup: move providers/common/include/internal/provider_args.hRichard Levitte2019-10-108-9/+9
* Providers: move default kdfs,macsRichard Levitte2019-10-104-0/+1174
* Providers: move common exchange,kdfs,keymgmt,macs,signatureRichard Levitte2019-10-108-0/+2092