hkdf: when HMAC key is all zeros, still set a valid key length
[openssl.git] / providers / implementations / macs / cmac_prov.c
2023-12-01 James Muirevp-cmac: do not seg-fault when getting mac-size before...
2023-09-07 Matt CaswellCopyright year updates
2023-04-21 Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2022-11-11 Tomas Mrazcmac_set_ctx_params(): Fail if cipher mode is not CBC
2022-05-03 Matt CaswellUpdate copyright year
2022-04-19 Tomas MrazAvoid undefined behavior of provided macs on EVP_MAC...
2021-07-06 Tomas Mrazfips module header inclusion fine-tunning
2021-06-03 Shane LontisFix errors found by parfait static analyser.
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-25 Paulimac: add a getter for the MAC block size.
2021-03-11 Pauliupdate set_ctx_param MAC calls to return 1 for a NULL...
2021-03-11 Matt CaswellUpdate copyright year
2021-02-28 Pauliprov: update cmac to have additional init arguments
2021-02-26 Pauliprov: support modified gettable/settable ctx calls...
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 Paulimac: 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-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24 Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-04-23 Matt CaswellUpdate copyright year
2020-01-29 PauliDeprecate the low level CMAC functions
2019-10-10 Richard LevitteCleanup: move remaining providers/common/include/intern...
2019-10-10 Richard LevitteCleanup: move providers/common/include/internal/provide...
2019-10-10 Richard LevitteProviders: move common exchange,kdfs,keymgmt,macs,signature