From 3dd9b31dc4fc935543d4142dfdd9a88e3ef6dcd8 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 31 Jan 2011 19:44:09 +0000 Subject: Provisional, experimental support for DSA2 parameter generation algorithm. Not properly integrated or tested yet. --- crypto/dsa/dsa_locl.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'crypto/dsa/dsa_locl.h') diff --git a/crypto/dsa/dsa_locl.h b/crypto/dsa/dsa_locl.h index 21e2e45242..4e07c7cbab 100644 --- a/crypto/dsa/dsa_locl.h +++ b/crypto/dsa/dsa_locl.h @@ -58,3 +58,8 @@ int dsa_builtin_paramgen(DSA *ret, size_t bits, size_t qbits, const EVP_MD *evpmd, const unsigned char *seed_in, size_t seed_len, unsigned char *seed_out, int *counter_ret, unsigned long *h_ret, BN_GENCB *cb); + +int dsa_builtin_paramgen2(DSA *ret, size_t bits, size_t qbits, + const EVP_MD *evpmd, const unsigned char *seed_in, size_t seed_len, + unsigned char *seed_out, + int *counter_ret, unsigned long *h_ret, BN_GENCB *cb); -- cgit v1.2.3