summaryrefslogtreecommitdiffstats
path: root/providers/implementations/kdfs/krb5kdf.c
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesRichard Levitte
2024-01-25Add appropriate NULL checks in EVP_CIPHER apiNeil Horman
2023-09-07Copyright year updatesMatt Caswell
2023-04-21Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-05-27Fix the incorrect checks of EVP_CIPHER_CTX_set_key_lengthPeiwei Hu
2022-05-03Update copyright yearMatt Caswell
2022-02-01krb5kdf: implement ctx dup operationPauli
2021-11-30various kdfs: Always reset buflen after clearing the bufferTomas Mraz
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
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-11Move the PROV_R reason codes to a public headerTomas Mraz
2021-01-28Update copyright yearRichard Levitte
2021-01-26krb5kdf: Do not dereference NULL ctx when allocation failsTomas 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-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-29Amend references to "OpenSSL license"Shourya Shukla
2020-04-23Update copyright yearMatt Caswell
2020-01-25Deprecate the low level DES functions.Pauli
2019-12-20Fix no-des buildBernd Edlinger
2019-11-22kdfs: make free calls check for NULL.Pauli
2019-10-23Add KRB5KDF from RFC 3961Simo Sorce