openssl/doc/ssl
Nick Alcock 5cc2707742 Fix POD errors to stop make install_docs dying with pod2man 2.5.0+
podlators 2.5.0 has switched to dying on POD syntax errors. This means
that a bunch of long-standing erroneous POD in the openssl documentation
now leads to fatal errors from pod2man, halting installation.

Unfortunately POD constraints mean that you have to sort numeric lists
in ascending order if they start with 1: you cannot do 1, 0, 2 even if
you want 1 to appear first. I've reshuffled such (alas, I wish there
were a better way but I don't know of one).
2013-02-15 19:36:26 +01:00
..
d2i_SSL_SESSION.pod update docs (recent constification) 2005-03-30 11:50:14 +00:00
ssl.pod Fix typo. 2011-07-11 12:13:55 +00:00
SSL_accept.pod Fix POD errors to stop make install_docs dying with pod2man 2.5.0+ 2013-02-15 19:36:26 +01:00
SSL_alert_type_string.pod PR: 1794 2011-11-13 13:13:01 +00:00
SSL_CIPHER_get_name.pod PR: 2025 2009-09-12 23:17:39 +00:00
SSL_clear.pod Clarify warning 2011-10-13 13:27:09 +00:00
SSL_COMP_add_compression_method.pod Make sure the documentation matches reality. 2003-11-29 10:33:25 +00:00
SSL_CONF_cmd.pod documentation fixes 2012-12-06 23:26:11 +00:00
SSL_CONF_cmd_argv.pod fix manual page file name 2012-11-18 17:58:45 +00:00
SSL_CONF_CTX_new.pod fix typos in SSL_CONF documentation 2012-11-17 00:21:34 +00:00
SSL_CONF_CTX_set1_prefix.pod fix typos in SSL_CONF documentation 2012-11-17 00:21:34 +00:00
SSL_CONF_CTX_set_flags.pod documentation fixes 2012-12-06 23:26:11 +00:00
SSL_CONF_CTX_set_ssl_ctx.pod add SSL_CONF functions and documentation 2012-11-16 19:12:24 +00:00
SSL_connect.pod Fix POD errors to stop make install_docs dying with pod2man 2.5.0+ 2013-02-15 19:36:26 +01:00
SSL_CTX_add_extra_chain_cert.pod Even though it is not really practical people should know about it. 2002-02-15 07:41:42 +00:00
SSL_CTX_add_session.pod Correct and enhance the behaviour of "internal" session caching as it 2002-10-29 00:33:04 +00:00
SSL_CTX_ctrl.pod New functions SSL[_CTX]_set_msg_callback(). 2001-10-20 17:56:36 +00:00
SSL_CTX_flush_sessions.pod Documenting session caching, 2nd step. 2001-02-04 18:05:27 +00:00
SSL_CTX_free.pod Add warning about unwanted side effect when calling SSL_CTX_free(): 2003-03-27 22:04:05 +00:00
SSL_CTX_get_ex_new_index.pod update docs (recent constification) 2005-03-30 11:50:14 +00:00
SSL_CTX_get_verify_mode.pod update docs (recent constification) 2005-03-30 11:50:14 +00:00
SSL_CTX_load_verify_locations.pod ispell 2001-09-07 06:13:40 +00:00
SSL_CTX_new.pod add SSL_CONF functions and documentation 2012-11-16 19:12:24 +00:00
SSL_CTX_sess_number.pod ispell 2001-02-16 02:09:53 +00:00
SSL_CTX_sess_set_cache_size.pod Typos in links between manual pages 2002-07-10 19:35:54 +00:00
SSL_CTX_sess_set_get_cb.pod Add warning about unwanted side effect when calling SSL_CTX_free(): 2003-03-27 22:04:05 +00:00
SSL_CTX_sessions.pod ispell 2001-02-16 02:09:53 +00:00
SSL_CTX_set_cert_store.pod update docs (recent constification) 2005-03-30 11:50:14 +00:00
SSL_CTX_set_cert_verify_callback.pod Add 'void *' argument to app_verify_callback. 2002-02-28 10:52:56 +00:00
SSL_CTX_set_cipher_list.pod Additional inline reference. 2001-07-23 12:57:37 +00:00
SSL_CTX_set_client_CA_list.pod Fix POD errors to stop make install_docs dying with pod2man 2.5.0+ 2013-02-15 19:36:26 +01:00
SSL_CTX_set_client_cert_cb.pod Correct wrong usage information. 2002-06-12 20:15:18 +00:00
SSL_CTX_set_default_passwd_cb.pod Clarify! (based on recent mailing-list discussions) 2001-07-11 15:10:28 +00:00
SSL_CTX_set_generate_session_id.pod Describe new callback for session id generation. 2001-02-23 21:38:42 +00:00
SSL_CTX_set_info_callback.pod update docs (recent constification) 2005-03-30 11:50:14 +00:00
SSL_CTX_set_max_cert_list.pod Make maximum certifcate chain size accepted from the peer application 2001-09-11 13:08:51 +00:00
SSL_CTX_set_mode.pod Memory saving patch. 2008-06-03 02:48:34 +00:00
SSL_CTX_set_msg_callback.pod Missing =back. 2002-08-15 10:59:55 +00:00
SSL_CTX_set_options.pod CVE-2010-4180 fix (from OpenSSL_1_0_0-stable) 2011-02-03 10:43:00 +00:00
SSL_CTX_set_psk_client_callback.pod add initial support for RFC 4279 PSK SSL ciphersuites 2006-03-10 23:06:27 +00:00
SSL_CTX_set_quiet_shutdown.pod update docs (recent constification) 2005-03-30 11:50:14 +00:00
SSL_CTX_set_session_cache_mode.pod Add a HISTORY section to the man page to mention the new flags. 2002-10-29 18:05:16 +00:00
SSL_CTX_set_session_id_context.pod More precise explanation of session id context requirements. 2004-06-14 13:27:28 +00:00
SSL_CTX_set_ssl_version.pod Let the TLSv1_method() etc. functions return a const SSL_METHOD 2005-08-14 21:48:33 +00:00
SSL_CTX_set_timeout.pod More details about session timeout settings. 2001-08-17 16:36:51 +00:00
SSL_CTX_set_tmp_dh_callback.pod ispell 2001-09-07 06:13:40 +00:00
SSL_CTX_set_tmp_rsa_callback.pod fix documentation 2006-12-06 09:10:59 +00:00
SSL_CTX_set_verify.pod PR: 1835 2009-02-14 21:49:38 +00:00
SSL_CTX_use_certificate.pod improve docu of SSL_CTX_use_PrivateKey() 2005-04-08 22:49:57 +00:00
SSL_CTX_use_psk_identity_hint.pod Fix POD errors to stop make install_docs dying with pod2man 2.5.0+ 2013-02-15 19:36:26 +01:00
SSL_do_handshake.pod Fix POD errors to stop make install_docs dying with pod2man 2.5.0+ 2013-02-15 19:36:26 +01:00
SSL_free.pod PR: 1835 2009-02-14 21:49:38 +00:00
SSL_get_ciphers.pod update docs (recent constification) 2005-03-30 11:50:14 +00:00
SSL_get_client_CA_list.pod update docs (recent constification) 2005-03-30 11:50:14 +00:00
SSL_get_current_cipher.pod update docs (recent constification) 2005-03-30 11:50:14 +00:00
SSL_get_default_timeout.pod update docs (recent constification) 2005-03-30 11:50:14 +00:00
SSL_get_error.pod update docs (recent constification) 2005-03-30 11:50:14 +00:00
SSL_get_ex_data_X509_STORE_CTX_idx.pod Documentation about SSL_get_ex_data_X509_STORE_CTX_idx and 2001-01-20 16:22:43 +00:00
SSL_get_ex_new_index.pod update docs (recent constification) 2005-03-30 11:50:14 +00:00
SSL_get_fd.pod update docs (recent constification) 2005-03-30 11:50:14 +00:00
SSL_get_peer_cert_chain.pod update docs (recent constification) 2005-03-30 11:50:14 +00:00
SSL_get_peer_certificate.pod update docs (recent constification) 2005-03-30 11:50:14 +00:00
SSL_get_psk_identity.pod add initial support for RFC 4279 PSK SSL ciphersuites 2006-03-10 23:06:27 +00:00
SSL_get_rbio.pod ispell and some other nit-picking 2000-09-16 15:39:28 +00:00
SSL_get_session.pod update docs (recent constification) 2005-03-30 11:50:14 +00:00
SSL_get_SSL_CTX.pod update docs (recent constification) 2005-03-30 11:50:14 +00:00
SSL_get_verify_result.pod update docs (recent constification) 2005-03-30 11:50:14 +00:00
SSL_get_version.pod update docs (recent constification) 2005-03-30 11:50:14 +00:00
SSL_library_init.pod Add SHA2 algorithms to SSL_library_init(). Although these aren't used 2010-04-07 13:18:07 +00:00
SSL_load_client_CA_file.pod More SSL functions documented. Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> 2000-10-03 22:02:28 +00:00
SSL_new.pod One more function documented. 2001-08-17 15:54:50 +00:00
SSL_pending.pod update docs (recent constification) 2005-03-30 11:50:14 +00:00
SSL_read.pod Refer to SSL_pending from the man page for SSL_read 2008-08-01 15:03:20 +00:00
SSL_rstate_string.pod More manual pages. Constify. 2001-08-23 17:22:43 +00:00
SSL_SESSION_free.pod PR: 1835 2009-02-14 21:49:38 +00:00
SSL_SESSION_get_ex_new_index.pod update docs (recent constification) 2005-03-30 11:50:14 +00:00
SSL_SESSION_get_time.pod fix typos 2006-12-21 21:13:27 +00:00
SSL_session_reused.pod Some more documentation bits. 2001-07-20 18:57:15 +00:00
SSL_set_bio.pod Change spelling back to "behaviour" and "flavour" instead of the 2000-09-16 16:00:38 +00:00
SSL_set_connect_state.pod Manual page for SSL_do_handshake(). 2002-07-19 11:05:50 +00:00
SSL_set_fd.pod Change spelling back to "behaviour" and "flavour" instead of the 2000-09-16 16:00:38 +00:00
SSL_set_session.pod Update information as a partial response to the post 2001-10-12 12:29:16 +00:00
SSL_set_shutdown.pod update docs (recent constification) 2005-03-30 11:50:14 +00:00
SSL_set_verify_result.pod New documents. Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> 2000-09-20 16:55:26 +00:00
SSL_shutdown.pod Fix POD errors to stop make install_docs dying with pod2man 2.5.0+ 2013-02-15 19:36:26 +01:00
SSL_state_string.pod update docs (recent constification) 2005-03-30 11:50:14 +00:00
SSL_want.pod update docs (recent constification) 2005-03-30 11:50:14 +00:00
SSL_write.pod The behaviour is undefined when calling SSL_write() with num=0. 2002-07-19 11:53:54 +00:00