summaryrefslogtreecommitdiff
path: root/providers/implementations/kdfs/krb5kdf.c
Commit message (Expand)AuthorAgeFilesLines
* Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia2023-04-211-1/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+1
* Fix the incorrect checks of EVP_CIPHER_CTX_set_key_lengthPeiwei Hu2022-05-271-1/+3
* Update copyright yearMatt Caswell2022-05-031-1/+1
* krb5kdf: implement ctx dup operationPauli2022-02-011-0/+23
* various kdfs: Always reset buflen after clearing the bufferTomas Mraz2021-11-301-0/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-5/+5
* 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
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-111-1/+1
* Update copyright yearRichard Levitte2021-01-281-1/+1
* krb5kdf: Do not dereference NULL ctx when allocation failsTomas Mraz2021-01-261-1/+3
* 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/+11
* 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
* Amend references to "OpenSSL license"Shourya Shukla2020-04-291-1/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the low level DES functions.Pauli2020-01-251-0/+6
* Fix no-des buildBernd Edlinger2019-12-201-0/+6
* kdfs: make free calls check for NULL.Pauli2019-11-221-2/+4
* Add KRB5KDF from RFC 3961Simo Sorce2019-10-231-0/+432