OpenSSL 支持哪些 MAC(消息验证码)算法?
What MAC (Message Authentication Code) algorithms supported on OpenSSL?
OpenSSL 支持哪些 MAC(消息验证码)算法?
我找到了 hmac 和 gost-mac (ccgost)。其他 ?
What MAC (Message Authentication Code) algorithms supported on OpenSSL?
HMAC、GMAC 和 CMAC。 GMAC 是 GCM 的一部分;而即将在 Master 中提供的 OpenSSL 1.1.0 支持 CMAC。
你还有繁体签名。
OpenSSL 在其 Wiki EVP Signing and Verifying. For GMAC, you have to turn to EVP Authenticated Encryption and Decryption 上提供了使用 HMAC、CMAC 和签名的示例,只需 使用该模式的 AAD 功能。
OpenSSL 支持哪些 MAC(消息验证码)算法?
我找到了 hmac 和 gost-mac (ccgost)。其他 ?
What MAC (Message Authentication Code) algorithms supported on OpenSSL?
HMAC、GMAC 和 CMAC。 GMAC 是 GCM 的一部分;而即将在 Master 中提供的 OpenSSL 1.1.0 支持 CMAC。
你还有繁体签名。
OpenSSL 在其 Wiki EVP Signing and Verifying. For GMAC, you have to turn to EVP Authenticated Encryption and Decryption 上提供了使用 HMAC、CMAC 和签名的示例,只需 使用该模式的 AAD 功能。