Estimate the security strength in bits of a DSA key from its parameters (deprecated).
Synopsis
Declared in <openssl/dsa.h>
[[deprecated]]
int
DSA_security_bits(DSA const* d);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
Approximate security bits, or 0 if parameters are incomplete.
Parameters
Name |
Description |
d |
DSA key whose p/q sizes are examined. |
Created with MrDocs