Optimize session cache flushing
[openssl.git] / providers / implementations / macs /
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-05-07 Richard LevitteDrop libimplementations.a
2021-05-05 Shane LontisFix KMAC bounds checks.
2021-04-13 Shane LontisFix windows compiler error in kmac_prov.c
2021-04-12 Paulikmac: fix customistation string overflow bug
2021-03-17 Matt CaswellFix a TODO(3.0) in the siphash code
2021-03-11 Pauliupdate set_ctx_param MAC calls to return 1 for a NULL...
2021-03-11 Richard LevittePROV: use EVP_CIPHER_CTX_set_params() rather than EVP_C...
2021-03-11 Matt CaswellUpdate copyright year
2021-02-28 Pauliupdate poly1305 to have additional init arguments
2021-02-28 Pauliupdate BLAKE2 to have additional init arguments
2021-02-28 Pauliprov: update kmac to have additional init arguments
2021-02-28 Pauliprov: update hmac to have additional init arguments
2021-02-28 Pauliprov: update gmac to have additional init arguments
2021-02-28 Pauliprov: update cmac to have additional init arguments
2021-02-28 Pauliprov: update SipHash to new init function
2021-02-28 Paulisiphash: Add the C and D round parameters for SipHash.
2021-02-26 Pauliprov: support modified gettable/settable ctx calls...
2021-02-18 Matt CaswellUpdate copyright year
2021-02-18 Shane LontisFix external symbols in the provider digest implementat...
2021-02-11 Tomas MrazVarious cleanup of PROV_R_ reason codes
2021-02-11 Tomas MrazMove the PROV_R reason codes to a public header
2021-02-10 Shane LontisReplace MAC flags OSSL_MAC_PARAM_FLAGS with separate...
2021-02-03 Richard LevitteCORE & PROV: clean away OSSL_FUNC_mac_size()
2020-11-11 Richard LevitteConvert all {NAME}err() in providers/ to their correspo...
2020-10-15 Matt CaswellUpdate copyright year
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-17 Jon SpillettAllow zero-length secret for EVP_KDF API
2020-09-12 Paulimac: add FIPS error state handling
2020-09-03 Matt CaswellEnsure EVP_MAC_update() passes the length even if it...
2020-09-03 Matt CaswellMake ssl3_cbc_digest_record() use the real data_size
2020-09-03 Matt CaswellStart using the provider side TLS HMAC implementation
2020-09-03 Matt CaswellAdd an HMAC implementation that is TLS aware
2020-08-11 Pauliprovider: add the unused paramater tag to the gettable...
2020-08-06 Paulimac: add some consistency to setting the XXX_final...
2020-08-06 Pauligettables: provider changes to pass the provider context.
2020-06-25 Matt CaswellUpdate copyright year
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-05-15 Matt CaswellUpdate copyright year
2020-04-30 Paulicoverity 1462564 Improper use of negative value
2020-04-23 Matt CaswellUpdate copyright year
2020-01-29 PauliDeprecate the low level HMAC functions
2020-01-29 PauliDeprecate the low level CMAC functions
2019-12-13 Paulimac poly1305: add missing NULL check in new function.
2019-12-13 Paulimac siphash: add missing NULL check on context creation
2019-10-16 Shane LontisAdd ChaCha related ciphers to default provider
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 all digests
2019-10-10 Richard LevitteProviders: move default kdfs,macs
2019-10-10 Richard LevitteProviders: move common exchange,kdfs,keymgmt,macs,signature