aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHubert Kario <hkario@redhat.com>2017-07-26 14:26:16 +0200
committerRich Salz <rsalz@openssl.org>2017-07-26 15:04:54 -0400
commit00606b06d5209368d1bd2fcab70bf6d9e2fe875f (patch)
treee462fdae125d411cfcebbc27d7e152d228597e47 /doc
parent75f163d33575bac299258cea58e1da80fba01769 (diff)
downloadopenssl-00606b06d5209368d1bd2fcab70bf6d9e2fe875f.tar.gz
add basic references to the new methods in documentation
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1334)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/X509_dup.pod2
-rw-r--r--doc/man3/d2i_X509.pod2
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/man3/X509_dup.pod b/doc/man3/X509_dup.pod
index 8226983d5d..f1b2761553 100644
--- a/doc/man3/X509_dup.pod
+++ b/doc/man3/X509_dup.pod
@@ -170,6 +170,8 @@ RSA_OAEP_PARAMS_free,
RSA_OAEP_PARAMS_new,
RSA_PSS_PARAMS_free,
RSA_PSS_PARAMS_new,
+SCRYPT_PARAMS_free,
+SCRYPT_PARAMS_new,
SXNETID_free,
SXNETID_new,
SXNET_free,
diff --git a/doc/man3/d2i_X509.pod b/doc/man3/d2i_X509.pod
index c4d89a82cb..f50194868b 100644
--- a/doc/man3/d2i_X509.pod
+++ b/doc/man3/d2i_X509.pod
@@ -133,6 +133,7 @@ d2i_RSA_PSS_PARAMS,
d2i_RSA_PUBKEY,
d2i_RSA_PUBKEY_bio,
d2i_RSA_PUBKEY_fp,
+d2i_SCRYPT_PARAMS,
d2i_SCT_LIST,
d2i_SXNET,
d2i_SXNETID,
@@ -307,6 +308,7 @@ i2d_RSA_PSS_PARAMS,
i2d_RSA_PUBKEY,
i2d_RSA_PUBKEY_bio,
i2d_RSA_PUBKEY_fp,
+i2d_SCRYPT_PARAMS,
i2d_SCT_LIST,
i2d_SXNET,
i2d_SXNETID,