Set the parameter-generation callback on a custom DSA_METHOD (deprecated).
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*));
Deprecated. Use of this entity is allowed but discouraged.
1 on success.
| Name | Description |
|---|---|
| dsam | Method object to update. |
| paramgen | Callback that generates DSA domain parameters, or NULL to clear. |