aboutsummaryrefslogtreecommitdiff
path: root/providers/implementations/kdfs/tls1_prf.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-14Update copyright yearMatt Caswell1-1/+1
2023-03-07Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis1-0/+26
2022-11-11Move e_os.h to include/internalRichard Levitte1-1/+1
2022-11-11tls1 prf: implement ctx dup operationPauli1-0/+27
2022-06-28kdf objects missing a return if malloc fails.slontis1-1/+3
2022-05-03Update copyright yearMatt Caswell1-1/+1
2022-04-21str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy1-1/+1
2021-03-12prov: add extra params argument to KDF implementationsPauli1-0/+3
2021-02-28prov: add extra params argument to KDF implementationsPauli1-3/+3
2021-02-28prov kdf: update to use the extra MAC init argumentsPauli1-7/+1
2021-02-26prov: support modified gettable/settable ctx calls for KDFsPauli1-2/+4
2021-02-18Update copyright yearMatt Caswell1-1/+1
2021-02-11Move the PROV_R reason codes to a public headerTomas Mraz1-1/+1
2020-10-22Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().Shane Lontis1-1/+1
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre1-1/+1
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre1-1/+1
2020-09-29prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli1-1/+1
2020-09-17Make KDFs fail if requesting a zero-length key.Jon Spillett1-0/+4
2020-09-12kdf: add FIPS error state handlingPauli1-0/+7
2020-08-12provider: add the unused paramater tag to the gettable and settable functionsPauli1-2/+2
2020-08-10Implement a EVP_PKEY KDF to KDF provider bridgeMatt Caswell1-3/+0
2020-08-07gettables: provider changes to pass the provider context.Pauli1-2/+4
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell1-11/+11
2020-07-01Don't forget our provider ctx when resettingMatt Caswell1-0/+2
2020-06-25Update copyright yearMatt Caswell1-1/+1
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre1-6/+6
2020-06-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli1-11/+11
2019-11-22kdfs: make free calls check for NULL.Pauli1-2/+4
2019-10-10Cleanup: move remaining providers/common/include/internal/*.hRichard Levitte1-3/+3
2019-10-10Cleanup: move providers/common/include/internal/provider_args.hRichard Levitte1-1/+1
2019-10-10Providers: move common exchange,kdfs,keymgmt,macs,signatureRichard Levitte1-0/+396