Be more explicit about RSAES-PKCS#1v1.5 error handling
[openssl.git] / providers / implementations / signature / mac_legacy.c
2021-05-07 Richard LevitteRename files in providers/implementations/signatures
2021-03-11 Pauliprov: support params arguments to signature init calls
2021-03-03 Tomas MrazEVP_PKEY_CTX_get/settable_params: pass provider operati...
2021-02-28 Pauliprov: use new MAC_init arguments in signature legacy...
2021-02-18 zekeevans-mfAdd deep copy of propq field in mac_dupctx to avoid...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-18 Kurt RoeckxFix memory leak in mac_newctx() on error
2020-11-18 Paulirename mac_key_* to ossl_mac_key_*
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 Paulisignature: add FIPS error state handling
2020-09-03 Matt CaswellEnable PKEY MAC bridge signature algs to take ctx params
2020-08-29 Matt CaswellInclude "legacy" in the name of the various MAC bridge...
2020-08-29 Matt CaswellImprove code reuse in the provider MAC bridge
2020-08-29 Matt CaswellExtend the provider MAC bridge for CMAC
2020-08-29 Matt CaswellExtend the provider MAC bridge for Poly1305
2020-08-29 Matt CaswellExtend the provider MAC bridge for SIPHASH
2020-08-29 Matt CaswellImplement signature functions for EVP_PKEY MAC to EVP_M...