Read Diffie‐Hellman domain parameters from a PEM‐encoded FILE (deprecated).
Synopsis
Declared in <openssl/pem.h>
[[deprecated]]
DH*
PEM_read_DHparams(
FILE* fp,
DH** x,
pem_password_cb* cb,
void* u);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
DH parameters on success, or NULL on failure.
Parameters
Name |
Description |
fp |
FILE to read from. |
x |
Optional address of a DH pointer to reuse, or NULL. |
cb |
Password callback for encrypted PEM, or NULL. |
u |
Application data passed to |
Created with MrDocs