openssl/doc/ssl
Dr. Stephen Henson 13dc3ce9ab New chain building flags.
New flags to build certificate chains. The can be used to rearrange
the chain so all an application needs to do is add all certificates
in arbitrary order and then build the chain to check and correct them.

Add verify error code when building chain.

Update docs.
2014-02-23 13:36:38 +00:00
..
d2i_SSL_SESSION.pod
ssl.pod New functions to retrieve certificate from SSL_CTX 2013-11-18 18:56:48 +00:00
SSL_accept.pod POD: Fix item numbering 2013-10-22 07:38:25 +01:00
SSL_alert_type_string.pod PR: 1794 2011-11-13 13:13:01 +00:00
SSL_CIPHER_get_name.pod update remaining documentation to move from EDH to DHE 2014-01-09 15:43:28 +00:00
SSL_clear.pod POD: Fix item numbering 2013-10-22 07:38:25 +01:00
SSL_COMP_add_compression_method.pod POD: Fix item numbering 2013-10-22 07:38:25 +01:00
SSL_CONF_cmd.pod typo 2014-01-10 23:01:30 +00:00
SSL_CONF_cmd_argv.pod Update SSL_CONF docs. 2013-02-26 15:29:11 +00:00
SSL_CONF_CTX_new.pod Update SSL_CONF docs. 2013-02-26 15:29:11 +00:00
SSL_CONF_CTX_set1_prefix.pod Update SSL_CONF docs. 2013-02-26 15:29:11 +00:00
SSL_CONF_CTX_set_flags.pod Extend SSL_CONF 2013-10-20 22:07:36 +01:00
SSL_CONF_CTX_set_ssl_ctx.pod Update SSL_CONF docs. 2013-02-26 15:29:11 +00:00
SSL_connect.pod POD: Fix item numbering 2013-10-22 07:38:25 +01:00
SSL_CTX_add1_chain_cert.pod New chain building flags. 2014-02-23 13:36:38 +00:00
SSL_CTX_add_extra_chain_cert.pod Add documentation. 2013-08-17 17:41:14 +01:00
SSL_CTX_add_session.pod POD: Fix item numbering 2013-10-22 07:38:25 +01:00
SSL_CTX_ctrl.pod
SSL_CTX_flush_sessions.pod
SSL_CTX_free.pod
SSL_CTX_get_ex_new_index.pod
SSL_CTX_get_verify_mode.pod
SSL_CTX_load_verify_locations.pod POD: Fix item numbering 2013-10-22 07:38:25 +01:00
SSL_CTX_new.pod Document updates from wiki. 2013-06-12 23:42:08 +01:00
SSL_CTX_sess_number.pod
SSL_CTX_sess_set_cache_size.pod
SSL_CTX_sess_set_get_cb.pod
SSL_CTX_sessions.pod
SSL_CTX_set1_curves.pod POD: Fix list termination 2013-10-22 07:38:25 +01:00
SSL_CTX_set1_verify_cert_store.pod POD: Fix list termination 2013-10-22 07:38:25 +01:00
SSL_CTX_set_cert_cb.pod Certificate callback doc. 2014-01-26 16:29:43 +00:00
SSL_CTX_set_cert_store.pod Add documentation. 2013-08-17 17:41:14 +01:00
SSL_CTX_set_cert_verify_callback.pod
SSL_CTX_set_cipher_list.pod documentation should use "DHE" instead of "EDH" 2014-01-09 15:43:28 +00:00
SSL_CTX_set_client_CA_list.pod POD: Fix item numbering 2013-10-22 07:38:25 +01:00
SSL_CTX_set_client_cert_cb.pod
SSL_CTX_set_default_passwd_cb.pod
SSL_CTX_set_generate_session_id.pod
SSL_CTX_set_info_callback.pod
SSL_CTX_set_max_cert_list.pod
SSL_CTX_set_mode.pod Memory saving patch. 2008-06-03 02:48:34 +00:00
SSL_CTX_set_msg_callback.pod
SSL_CTX_set_options.pod documentation should use "DHE" instead of "EDH" 2014-01-09 15:43:28 +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
SSL_CTX_set_session_cache_mode.pod
SSL_CTX_set_session_id_context.pod POD: Fix item numbering 2013-10-22 07:38:25 +01:00
SSL_CTX_set_ssl_version.pod POD: Fix item numbering 2013-10-22 07:38:25 +01:00
SSL_CTX_set_timeout.pod
SSL_CTX_set_tmp_dh_callback.pod
SSL_CTX_set_tmp_rsa_callback.pod documentation should use "DHE" instead of "EDH" 2014-01-09 15:43:28 +00:00
SSL_CTX_set_verify.pod Fix various spelling errors 2014-02-14 22:29:12 +00:00
SSL_CTX_use_certificate.pod Use algorithm specific chains for certificates. 2014-01-03 22:39:49 +00:00
SSL_CTX_use_psk_identity_hint.pod POD: Fix item numbering 2013-10-22 07:38:25 +01:00
SSL_CTX_use_serverinfo.pod typo 2014-01-10 23:00:50 +00:00
SSL_do_handshake.pod POD: Fix item numbering 2013-10-22 07:38:25 +01:00
SSL_free.pod PR: 1835 2009-02-14 21:49:38 +00:00
SSL_get_ciphers.pod
SSL_get_client_CA_list.pod
SSL_get_current_cipher.pod
SSL_get_default_timeout.pod
SSL_get_error.pod
SSL_get_ex_data_X509_STORE_CTX_idx.pod
SSL_get_ex_new_index.pod
SSL_get_fd.pod Document updates from wiki. 2013-06-12 23:42:08 +01:00
SSL_get_peer_cert_chain.pod
SSL_get_peer_certificate.pod
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 Document updates from wiki. 2013-06-12 23:42:08 +01:00
SSL_get_session.pod Document updates from wiki. 2013-06-12 23:42:08 +01:00
SSL_get_SSL_CTX.pod
SSL_get_verify_result.pod
SSL_get_version.pod
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
SSL_new.pod
SSL_pending.pod
SSL_read.pod POD: Fix item numbering 2013-10-22 07:38:25 +01:00
SSL_rstate_string.pod
SSL_SESSION_free.pod PR: 1835 2009-02-14 21:49:38 +00:00
SSL_SESSION_get_ex_new_index.pod
SSL_SESSION_get_time.pod fix typos 2006-12-21 21:13:27 +00:00
SSL_session_reused.pod POD: Fix item numbering 2013-10-22 07:38:25 +01:00
SSL_set_bio.pod
SSL_set_connect_state.pod Document updates from wiki. 2013-06-12 23:42:08 +01:00
SSL_set_fd.pod POD: Fix item numbering 2013-10-22 07:38:25 +01:00
SSL_set_session.pod POD: Fix item numbering 2013-10-22 07:38:25 +01:00
SSL_set_shutdown.pod Fix additional pod errors with numbered items. 2014-02-14 22:30:26 +00:00
SSL_set_verify_result.pod
SSL_shutdown.pod POD: Fix item numbering 2013-10-22 07:38:25 +01:00
SSL_state_string.pod
SSL_want.pod
SSL_write.pod POD: Fix item numbering 2013-10-22 07:38:25 +01:00