DH_get_1024_160

Allocate a DH object with the RFC 5114 1024-bit MODP group using a 160-bit subgroup (deprecated).

Synopsis

Declared in <openssl/dh.h>

[[deprecated]]
DH*
DH_get_1024_160();

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

New DH with p, q, and g set, or NULL on allocation failure.