new function to lookup FIPS supported ciphers by NID
diff --git a/fips/fips.h b/fips/fips.h index 17dd066..27242f1 100644 --- a/fips/fips.h +++ b/fips/fips.h
@@ -193,6 +193,8 @@ 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,