summaryrefslogtreecommitdiff
path: root/providers/implementations/kdfs/hkdf.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+1
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-3/+3
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* hkdf: implement ctx dup operationPauli2022-02-011-0/+33
* tls/prov: move the TLS 1.3 KDF code to providersPauli2021-08-051-9/+252
* Add HKDF negative testsShane Lontis2021-07-061-5/+8
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-6/+6
* Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...Dr. David von Oheimb2021-05-081-13/+17
* Increase HKDF_MAXBUF from 1024 to 2048Benjamin Kaduk2021-03-301-1/+1
* prov: add extra params argument to KDF implementationsPauli2021-03-121-0/+3
* prov: add extra params argument to KDF implementationsPauli2021-02-281-2/+3
* prov: support modified gettable/settable ctx calls for KDFsPauli2021-02-261-2/+4
* Update copyright yearMatt Caswell2021-02-181-1/+1
* 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-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli2020-09-291-1/+1
* Make KDFs fail if requesting a zero-length key.Jon Spillett2020-09-171-0/+4
* 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/+2
* 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-8/+8
* 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/+463