]> git.ipfire.org Git - thirdparty/openssl.git/history - providers/implementations/signature/mac_legacy.c
Enable PKEY MAC bridge signature algs to take ctx params
[thirdparty/openssl.git] / providers / implementations / signature / mac_legacy.c
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...