Manual page for SSL_CTX_set_options(). Unfortunately for some of the
authorLutz Jänicke <jaenicke@openssl.org>
Sat, 10 Feb 2001 16:20:41 +0000 (16:20 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Sat, 10 Feb 2001 16:20:41 +0000 (16:20 +0000)
options someone much longer working with OpenSSL/SSLeay is needed.

doc/ssl/SSL_clear.pod
doc/ssl/SSL_new.pod
doc/ssl/ssl.pod

index 862fd8291df18dcd4adc19077d3fcdee76e3e1ac..aeb0b5c7a230a3ece78b849001188917d9700b5c 100644 (file)
@@ -34,6 +34,6 @@ The SSL_clear() operation was successful.
 =back
 
 L<SSL_new(3)|SSL_new(3)>, L<SSL_free(3)|SSL_free(3)>,
-L<ssl(3)|ssl(3)>
+L<SSL_CTX_set_options(3)|SSL_CTX_set_options(3)>, L<ssl(3)|ssl(3)>
 
 =cut
index 8e8638fa9561091f7a6f1918135a5a940ff90d24..3b084e867d0873dfc2808e4299c982455721b046 100644 (file)
@@ -37,6 +37,7 @@ The return value points to an allocated SSL structure.
 =head1 SEE ALSO
 
 L<SSL_free(3)|SSL_free(3)>, L<SSL_clear(3)|SSL_clear(3)>,
+L<SSL_CTX_set_options(3)|SSL_CTX_set_options(3)>,
 L<ssl(3)|ssl(3)>
 
 =cut
index c95b8dcc7de3e19e5b86067cf9f773303192e154..2911c83e4879b165c0fa416dc094751e6dcdb340 100644 (file)
@@ -659,8 +659,10 @@ L<SSL_CTX_load_verify_locations(3)|SSL_CTX_load_verify_locations(3)>
 L<SSL_CTX_new(3)|SSL_CTX_new(3)>,
 L<SSL_CTX_sess_set_cache_size(3)|SSL_CTX_sess_set_cache_size(3)>,
 L<SSL_CTX_sess_set_get_cb(3)|SSL_CTX_sess_set_get_cb(3)>,
+L<SSL_CTX_sessions(3)|SSL_CTX_sessions(3)>,
 L<SSL_CTX_set_client_CA_list(3)|SSL_CTX_set_client_CA_list(3)>,
 L<SSL_CTX_set_default_passwd_cb(3)|SSL_CTX_set_default_passwd_cb(3)>,
+L<SSL_CTX_set_options(3)|SSL_CTX_set_options(3)>,
 L<SSL_CTX_set_session_cache_mode(3)|SSL_CTX_set_session_cache_mode(3)>,
 L<SSL_CTX_set_session_id_context(3)|SSL_CTX_set_session_id_context(3)>,
 L<SSL_CTX_set_ssl_version(3)|SSL_CTX_set_ssl_version(3)>,