X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=include%2Fopenssl%2Fdsa.h;h=139718edb940e5e236a59da88eb0d89473235207;hp=cbc60e168ab0d92371e9b07dcef8f91dd8e6d155;hb=af5474126546b558b0e6f8be4bec4b70977e24b7;hpb=69588edbaa424beb71c6a9b1be416588232cb78c diff --git a/include/openssl/dsa.h b/include/openssl/dsa.h index cbc60e168a..139718edb9 100644 --- a/include/openssl/dsa.h +++ b/include/openssl/dsa.h @@ -101,6 +101,7 @@ void DSA_free(DSA *r); /* "up" the DSA object's reference count */ int DSA_up_ref(DSA *r); int DSA_size(const DSA *); +int DSA_bits(const DSA *d); int DSA_security_bits(const DSA *d); /* next 4 return -1 on error */ int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp); @@ -273,6 +274,7 @@ int ERR_load_DSA_strings(void); # define DSA_R_NO_PARAMETERS_SET 107 # define DSA_R_PARAMETER_ENCODING_ERROR 105 # define DSA_R_Q_NOT_PRIME 113 +# define DSA_R_SEED_LEN_SMALL 110 # ifdef __cplusplus }