]> git.ipfire.org Git - thirdparty/openssl.git/history - providers/implementations/kdfs/krb5kdf.c
Move stack of compression methods from libssl to OSSL_LIB_CTX
[thirdparty/openssl.git] / providers / implementations / kdfs / krb5kdf.c
2024-04-09  Richard LevitteCopyright year updates
2024-01-25  Neil HormanAdd appropriate NULL checks in EVP_CIPHER api
2023-09-07  Matt CaswellCopyright year updates
2023-04-21  Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-05-27  Peiwei HuFix the incorrect checks of EVP_CIPHER_CTX_set_key_length
2022-05-03  Matt CaswellUpdate copyright year
2022-02-01  Paulikrb5kdf: implement ctx dup operation
2021-11-30  Tomas Mrazvarious kdfs: Always reset buflen after clearing the...
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-03-11  Pauliprov: add extra params argument to KDF implementations
2021-02-28  Pauliprov: add extra params argument to KDF implementations
2021-02-26  Pauliprov: support modified gettable/settable ctx calls...
2021-02-11  Tomas MrazMove the PROV_R reason codes to a public header
2021-01-28  Richard LevitteUpdate copyright year
2021-01-26  Tomas Mrazkrb5kdf: Do not dereference NULL ctx when allocation...
2020-10-15  Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-29  Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-12  Paulikdf: add FIPS error state handling
2020-08-11  Pauliprovider: add the unused paramater tag to the gettable...
2020-08-06  Pauligettables: provider changes to pass the provider context.
2020-07-01  Matt CaswellDon't forget our provider ctx when resetting
2020-06-24  Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-04-29  Shourya ShuklaAmend references to "OpenSSL license"
2020-04-23  Matt CaswellUpdate copyright year
2020-01-24  PauliDeprecate the low level DES functions.
2019-12-20  Bernd EdlingerFix no-des build
2019-11-22  Paulikdfs: make free calls check for NULL.
2019-10-23  Simo SorceAdd KRB5KDF from RFC 3961