summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/doc/ssl/SSL_CTX_set_options.3
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2014-12-02 14:11:01 +0000
committerjmc <jmc@openbsd.org>2014-12-02 14:11:01 +0000
commit97f31fe2254d38180db9858341d1981cd8ab73e8 (patch)
tree61f3cb7ef114857af99f4533f7c72e0a153d1c52 /lib/libssl/src/doc/ssl/SSL_CTX_set_options.3
parentdelete unused, almost empty file (diff)
downloadwireguard-openbsd-97f31fe2254d38180db9858341d1981cd8ab73e8.tar.xz
wireguard-openbsd-97f31fe2254d38180db9858341d1981cd8ab73e8.zip
add some openbsd tags, and a first pass at cleanup;
Diffstat (limited to 'lib/libssl/src/doc/ssl/SSL_CTX_set_options.3')
-rw-r--r--lib/libssl/src/doc/ssl/SSL_CTX_set_options.39
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/libssl/src/doc/ssl/SSL_CTX_set_options.3 b/lib/libssl/src/doc/ssl/SSL_CTX_set_options.3
index 8b2f75cc596..6036dcdb2d6 100644
--- a/lib/libssl/src/doc/ssl/SSL_CTX_set_options.3
+++ b/lib/libssl/src/doc/ssl/SSL_CTX_set_options.3
@@ -1,4 +1,7 @@
-.Dd $Mdocdate: October 12 2014 $
+.\"
+.\" $OpenBSD: SSL_CTX_set_options.3,v 1.2 2014/12/02 14:11:01 jmc Exp $
+.\"
+.Dd $Mdocdate: December 2 2014 $
.Dt SSL_CTX_SET_OPTIONS 3
.Os
.Sh NAME
@@ -164,7 +167,7 @@ This option must be used to prevent small subgroup attacks, when the DH
parameters were not generated using
.Dq strong
primes (e.g., when using DSA-parameters, see
-.Xr dhparam 1 ) .
+.Xr openssl 1 ) .
If
.Dq strong
primes were used, it is not strictly necessary to generate a new DH key during
@@ -341,7 +344,7 @@ return the current bitmask.
.Fn SSL_get_secure_renegotiation_support
returns 1 is the peer supports secure renegotiation and 0 if it does not.
.Sh SEE ALSO
-.Xr dhparam 1 ,
+.Xr openssl 1 ,
.Xr ssl 3 ,
.Xr SSL_clear 3 ,
.Xr SSL_CTX_set_tmp_dh_callback 3 ,