summaryrefslogtreecommitdiffstats
path: root/fips/fips.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-09-14 13:25:48 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-09-14 13:25:48 +0000
commit15094852deb096cdd7b7e32ba65dd0d982ebdb35 (patch)
tree8c2009b62cb8f57379dd7eb35f19b533586224e4 /fips/fips.h
parenta11f06b2dc73ca3a79e27dfabc2e714af07c7b3f (diff)
new function to lookup FIPS supported ciphers by NID
Diffstat (limited to 'fips/fips.h')
-rw-r--r--fips/fips.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fips/fips.h b/fips/fips.h
index 17dd066643..27242f1599 100644
--- a/fips/fips.h
+++ b/fips/fips.h
@@ -193,6 +193,8 @@ int fips_cipher_test(int id, struct evp_cipher_ctx_st *ctx,
const struct env_md_st *FIPS_get_digestbynid(int nid);
+const struct evp_cipher_st *FIPS_get_cipherbynid(int nid);
+
struct rsa_st *FIPS_rsa_new(void);
void FIPS_rsa_free(struct rsa_st *r);
int FIPS_rsa_sign_ctx(struct rsa_st *rsa, struct env_md_ctx_st *ctx,