Set the parameter‐generation callback on a custom DSA_METHOD (deprecated).

Synopsis

Declared in <openssl/dsa.h>

[[deprecated]]
int
DSA_meth_set_paramgen(
    DSA_METHOD* dsam,
    int(* paramgen)(DSA*, int, unsigned char const*, int, int*, unsigned long*, BN_GENCB*));
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 on success.

Parameters

Name

Description

dsam

Method object to update.

paramgen

Callback that generates DSA domain parameters, or NULL to clear.

Created with MrDocs