提交 549c4ad3 编写于 作者: D Dr. Stephen Henson

Add "OPENSSL_FIPSCAPABLE" define for a version of OpenSSL which is

FIPS capable: i.e. FIPS module is supplied externally.
上级 267229b1
......@@ -59,6 +59,10 @@
extern "C" {
#endif
#ifndef OPENSSL_FIPSCANISTER
#define OPENSSL_FIPSCAPABLE
#endif
struct dsa_st;
struct ec_key_st;
struct rsa_st;
......@@ -262,6 +266,7 @@ const EVP_MD *FIPS_evp_dss(void);
const EVP_MD *FIPS_evp_ecdsa(void);
const RSA_METHOD *FIPS_rsa_pkcs1_ssleay(void);
int FIPS_rsa_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册