summaryrefslogtreecommitdiffstats
path: root/providers/implementations/kdfs/krb5kdf.c
AgeCommit message (Expand)Author
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