summaryrefslogtreecommitdiffstats
path: root/providers/implementations/kdfs/hkdf.c
AgeCommit message (Expand)Author
2023-05-30Update copyright yearTomas Mraz
2023-05-19Update hkdf.c to avoid potentially vulnerable code patternNicky Mouha
2022-12-22Change HKDF to alloc the info buffer.slontis
2022-05-03Update copyright yearMatt Caswell
2022-04-21str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2021-08-05tls/prov: move the TLS 1.3 KDF code to providersPauli
2021-07-06Add HKDF negative testsShane Lontis
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-08Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...Dr. David von Oheimb
2021-03-30Increase HKDF_MAXBUF from 1024 to 2048Benjamin Kaduk
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-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-09-29prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli
2020-09-17Make KDFs fail if requesting a zero-length key.Jon Spillett
2020-09-12kdf: add FIPS error state handlingPauli
2020-08-12provider: add the unused paramater tag to the gettable and settable functionsPauli
2020-08-07gettables: provider changes to pass the provider context.Pauli
2020-07-01Don't forget our provider ctx when resettingMatt Caswell
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre
2020-04-23Update copyright yearMatt Caswell
2020-01-29Deprecate the low level HMAC functionsPauli
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 common exchange,kdfs,keymgmt,macs,signatureRichard Levitte