summaryrefslogtreecommitdiffstats
path: root/providers/implementations/kdfs
AgeCommit message (Expand)Author
2021-01-26krb5kdf: Do not dereference NULL ctx when allocation failsTomas Mraz
2020-12-02Add EVP_KDF-X942 to the fips moduleShane Lontis
2020-11-11Convert all {NAME}err() in providers/ to their corresponding ERR_raise() callRichard Levitte
2020-11-11Add support for making all of KBKDF FixedInput fields optional.Shane Lontis
2020-10-22Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().Shane Lontis
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-10-01der: _ossl prefix der_oid_ and der_aid_ functionsPauli
2020-10-01der: _ossl prefix DER functionsPauli
2020-09-29prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli
2020-09-28Remove TODO comment from sskdf.cShane Lontis
2020-09-23Fix propq in x942kdfShane Lontis
2020-09-23Fix EVP_KDF_scrypt so that is uses a propq for its fetch.Shane Lontis
2020-09-18Add missing 'ossl_unused' tags to some gettable and settable methods.Shane Lontis
2020-09-17Make KDFs fail if requesting a zero-length key.Jon Spillett
2020-09-12kdf: add FIPS error state handlingPauli
2020-08-24Fix coverity CID #1465794 - Uninitialized pointer read in x942_encode_otherin...Shane Lontis
2020-08-14Move PKCS#12 KDF to provider.Pauli
2020-08-12provider: add the unused paramater tag to the gettable and settable functionsPauli
2020-08-10Implement a EVP_PKEY KDF to KDF provider bridgeMatt Caswell
2020-08-07Add evp_test fixes.Shane Lontis
2020-08-07gettables: provider changes to pass the provider context.Pauli
2020-08-04Change the provider implementation of X942kdf to use wpacket to do der encodi...Shane Lontis
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell
2020-07-11Add and use internal header that implements endianness checkRichard Levitte
2020-07-01Don't forget our provider ctx when resettingMatt Caswell
2020-06-25Update copyright yearMatt Caswell
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre
2020-06-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli
2020-05-15Update copyright yearMatt Caswell
2020-04-29Amend references to "OpenSSL license"Shourya Shukla
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-01-31scrypt: free the MD reference correctly.Pauli
2020-01-29Deprecate the low level HMAC functionsPauli
2020-01-25Deprecate the low level DES functions.Pauli
2019-12-20Fix no-des buildBernd Edlinger
2019-11-22kdfs: make free calls check for NULL.Pauli
2019-10-23Add KRB5KDF from RFC 3961Simo Sorce
2019-10-17[KDF] Add feedback-mode and CMAC support to KBKDFRobbie Harwood
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
2019-10-10Providers: move common exchange,kdfs,keymgmt,macs,signatureRichard Levitte