summaryrefslogtreecommitdiff
path: root/providers/implementations/kdfs/sshkdf.c
Commit message (Expand)AuthorAgeFilesLines
* kdf: avoid NULL dereference on malloc failure in sshkdfPauli2022-04-111-1/+2
* ssh kdf: implement ctx dup operationPauli2022-02-011-0/+26
* various kdfs: Always reset buflen after clearing the bufferTomas Mraz2021-11-301-0/+1
* prov: add extra params argument to KDF implementationsPauli2021-03-121-0/+3
* prov: add extra params argument to KDF implementationsPauli2021-02-281-3/+3
* prov: support modified gettable/settable ctx calls for KDFsPauli2021-02-261-2/+4
* Allow the sshkdf type to be passed as a single characterRichard Levitte2021-02-241-1/+2
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-111-1/+1
* Fix parameter types in sshkdfJuergen Christ2021-01-281-5/+7
* 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
* kdf: add FIPS error state handlingPauli2020-09-121-2/+10
* 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-05-151-1/+1
* Amend references to "OpenSSL license"Shourya Shukla2020-04-291-1/+1
* 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 default kdfs,macsRichard Levitte2019-10-101-0/+280