Perform a lightweight check that DH parameters p and g look plausible (deprecated).
Deprecated. Use of this entity is allowed but discouraged.
Prefer DH_check() when a more thorough validation is required.
1 if the check routine ran successfully (inspect ret), or 0 on hard failure.
| Name | Description |
|---|---|
| dh | DH object whose domain parameters are checked. |
| ret | Receives zero or DH_CHECK_* reason bits describing problems found. |