diff options
author | Paul Yang <yang.yang@baishancloud.com> | 2017-12-25 10:50:39 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2018-01-16 18:34:08 +0100 |
commit | 1f13ad311367c07fe71c9f911195cd25948184d7 (patch) | |
tree | 6293d1b483575295ea3786c1a07f3895141aedb6 /doc/man3/d2i_DHparams.pod | |
parent | Extend timeout for TLSProxy (diff) | |
download | openssl-1f13ad311367c07fe71c9f911195cd25948184d7.tar.xz openssl-1f13ad311367c07fe71c9f911195cd25948184d7.zip |
Add missing 'RETURN VALUES' sections in doc
All missing sections are added.
Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4976)
Diffstat (limited to 'doc/man3/d2i_DHparams.pod')
-rw-r--r-- | doc/man3/d2i_DHparams.pod | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/man3/d2i_DHparams.pod b/doc/man3/d2i_DHparams.pod index cd1c162b40..d7739ec736 100644 --- a/doc/man3/d2i_DHparams.pod +++ b/doc/man3/d2i_DHparams.pod @@ -19,13 +19,20 @@ DHparameter structure described in PKCS#3. Otherwise these behave in a similar way to d2i_X509() and i2d_X509() described in the L<d2i_X509(3)> manual page. +=head1 RETURN VALUES + +d2i_DHparams() returns a valid B<DH> structure or NULL if an error occurred. + +i2d_DHparams() returns the length of encoded data on success or a value which +is less than or equal to 0 on error. + =head1 SEE ALSO L<d2i_X509(3)> =head1 COPYRIGHT -Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved. Licensed under the OpenSSL license (the "License"). You may not use this file except in compliance with the License. You can obtain a copy |