OpenSSL中对称加密组件的使用有一个统一的上层接口,叫做EVP通用加密接口:
官方文档:http://www.openssl.org/docs/crypto/evp.html#
具体例子:http://www.linuxidc.com/Linux/2014-03/97432.htm
OpenSSL中HMAC的使用:
官方文档:http://www.openssl.org/docs/crypto/hmac.html#
具体例子:http://blog.csdn.net/yasi_xi/article/details/9066003