summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/RSA_print.3
diff options
context:
space:
mode:
authorschwarze <>2018-03-20 22:22:10 +0000
committerschwarze <>2018-03-20 22:22:10 +0000
commit8cc27c740d5748a6cfe4c1a0634e910511e607cd (patch)
treee9897dbfef3df282741247786cb95d5421c0474d /src/lib/libcrypto/man/RSA_print.3
parent41b33f54cf5f2720bf8659bd75a3c9965690015c (diff)
downloadopenbsd-8cc27c740d5748a6cfe4c1a0634e910511e607cd.tar.gz
openbsd-8cc27c740d5748a6cfe4c1a0634e910511e607cd.tar.bz2
openbsd-8cc27c740d5748a6cfe4c1a0634e910511e607cd.zip
dh.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git
Diffstat (limited to 'src/lib/libcrypto/man/RSA_print.3')
-rw-r--r--src/lib/libcrypto/man/RSA_print.310
1 files changed, 6 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/RSA_print.3 b/src/lib/libcrypto/man/RSA_print.3
index 90c47a42fd..4368242e6b 100644
--- a/src/lib/libcrypto/man/RSA_print.3
+++ b/src/lib/libcrypto/man/RSA_print.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: RSA_print.3,v 1.6 2018/02/17 16:59:48 schwarze Exp $ 1.\" $OpenBSD: RSA_print.3,v 1.7 2018/03/20 22:22:10 schwarze Exp $
2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org>. 4.\" This file was written by Ulf Moeller <ulf@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: February 17 2018 $ 51.Dd $Mdocdate: March 20 2018 $
52.Dt RSA_PRINT 3 52.Dt RSA_PRINT 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -135,8 +135,10 @@ These functions return 1 on success or 0 on error.
135.Fn DHparams_print , 135.Fn DHparams_print ,
136and 136and
137.Fn DHparams_print_fp 137.Fn DHparams_print_fp
138are available in all versions of SSLeay and OpenSSL. 138appeared before SSLeay 0.8.
139.Fn DSAparams_print 139.Fn DSAparams_print
140and 140and
141.Fn DSAparams_print_fp 141.Fn DSAparams_print_fp
142were added in SSLeay 0.8. 142first appeared in SSLeay 0.8.
143All these functions have been available since
144.Ox 2.4 .