diff options
author | jmc <> | 2014-12-02 14:11:01 +0000 |
---|---|---|
committer | jmc <> | 2014-12-02 14:11:01 +0000 |
commit | e7e600eb57a165f5f50250f84829e68d0e33c7c3 (patch) | |
tree | fdbd454e8f8522fb36b37a4b6d5e47bcb60b444a /src/lib/libssl/doc/SSL_CTX_set_options.3 | |
parent | 8068f015c2050105c1ab16d99b7b03bc027c72d3 (diff) | |
download | openbsd-e7e600eb57a165f5f50250f84829e68d0e33c7c3.tar.gz openbsd-e7e600eb57a165f5f50250f84829e68d0e33c7c3.tar.bz2 openbsd-e7e600eb57a165f5f50250f84829e68d0e33c7c3.zip |
add some openbsd tags, and a first pass at cleanup;
Diffstat (limited to 'src/lib/libssl/doc/SSL_CTX_set_options.3')
-rw-r--r-- | src/lib/libssl/doc/SSL_CTX_set_options.3 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/lib/libssl/doc/SSL_CTX_set_options.3 b/src/lib/libssl/doc/SSL_CTX_set_options.3 index 8b2f75cc59..6036dcdb2d 100644 --- a/src/lib/libssl/doc/SSL_CTX_set_options.3 +++ b/src/lib/libssl/doc/SSL_CTX_set_options.3 | |||
@@ -1,4 +1,7 @@ | |||
1 | .Dd $Mdocdate: October 12 2014 $ | 1 | .\" |
2 | .\" $OpenBSD: SSL_CTX_set_options.3,v 1.2 2014/12/02 14:11:01 jmc Exp $ | ||
3 | .\" | ||
4 | .Dd $Mdocdate: December 2 2014 $ | ||
2 | .Dt SSL_CTX_SET_OPTIONS 3 | 5 | .Dt SSL_CTX_SET_OPTIONS 3 |
3 | .Os | 6 | .Os |
4 | .Sh NAME | 7 | .Sh NAME |
@@ -164,7 +167,7 @@ This option must be used to prevent small subgroup attacks, when the DH | |||
164 | parameters were not generated using | 167 | parameters were not generated using |
165 | .Dq strong | 168 | .Dq strong |
166 | primes (e.g., when using DSA-parameters, see | 169 | primes (e.g., when using DSA-parameters, see |
167 | .Xr dhparam 1 ) . | 170 | .Xr openssl 1 ) . |
168 | If | 171 | If |
169 | .Dq strong | 172 | .Dq strong |
170 | primes were used, it is not strictly necessary to generate a new DH key during | 173 | primes were used, it is not strictly necessary to generate a new DH key during |
@@ -341,7 +344,7 @@ return the current bitmask. | |||
341 | .Fn SSL_get_secure_renegotiation_support | 344 | .Fn SSL_get_secure_renegotiation_support |
342 | returns 1 is the peer supports secure renegotiation and 0 if it does not. | 345 | returns 1 is the peer supports secure renegotiation and 0 if it does not. |
343 | .Sh SEE ALSO | 346 | .Sh SEE ALSO |
344 | .Xr dhparam 1 , | 347 | .Xr openssl 1 , |
345 | .Xr ssl 3 , | 348 | .Xr ssl 3 , |
346 | .Xr SSL_clear 3 , | 349 | .Xr SSL_clear 3 , |
347 | .Xr SSL_CTX_set_tmp_dh_callback 3 , | 350 | .Xr SSL_CTX_set_tmp_dh_callback 3 , |