Matt Caswell b70f61921b Add documentation for the SSL_export_keying_material() function 7 years ago
..
SSL_CIPHER_get_name.pod 0ec6898c67 Allow ECDHE and DHE as forward-compatible aliases for EECDH and EDH 9 years ago
SSL_COMP_add_compression_method.pod c59bd61b2e RT1207: document SSL_COMP_free_compression_methods. 9 years ago
SSL_CONF_CTX_new.pod 1510b1f4c2 Update SSL_CONF docs. 11 years ago
SSL_CONF_CTX_set1_prefix.pod 1510b1f4c2 Update SSL_CONF docs. 11 years ago
SSL_CONF_CTX_set_flags.pod 1f956f9cda typo 9 years ago
SSL_CONF_CTX_set_ssl_ctx.pod d107382214 Merge branch 'rsalz-docfixes' 10 years ago
SSL_CONF_cmd.pod 021fb42dd0 Bring SSL method documentation up to date 8 years ago
SSL_CONF_cmd_argv.pod d107382214 Merge branch 'rsalz-docfixes' 10 years ago
SSL_CTX_add1_chain_cert.pod 1d3f432b53 Fixed various pod errors 10 years ago
SSL_CTX_add_extra_chain_cert.pod 3d23b2c255 Update docs. 9 years ago
SSL_CTX_add_session.pod d107382214 Merge branch 'rsalz-docfixes' 10 years ago
SSL_CTX_ctrl.pod a661b65357 New functions SSL[_CTX]_set_msg_callback(). 23 years ago
SSL_CTX_flush_sessions.pod 0bc6597d4d Documenting session caching, 2nd step. 23 years ago
SSL_CTX_free.pod 423b1a840c Add warning about unwanted side effect when calling SSL_CTX_free(): 21 years ago
SSL_CTX_get0_param.pod ded7eee8c2 correct example 9 years ago
SSL_CTX_get_ex_new_index.pod c3e6402857 update docs (recent constification) 19 years ago
SSL_CTX_get_verify_mode.pod c3e6402857 update docs (recent constification) 19 years ago
SSL_CTX_load_verify_locations.pod 15a4add72d POD: Fix item numbering 10 years ago
SSL_CTX_new.pod 021fb42dd0 Bring SSL method documentation up to date 8 years ago
SSL_CTX_sess_number.pod 52d160d85d ispell 23 years ago
SSL_CTX_sess_set_cache_size.pod f28c48d07e RT468: SSL_CTX_sess_set_cache_size wrong 9 years ago
SSL_CTX_sess_set_get_cb.pod 423b1a840c Add warning about unwanted side effect when calling SSL_CTX_free(): 21 years ago
SSL_CTX_sessions.pod 52d160d85d ispell 23 years ago
SSL_CTX_set1_curves.pod bd34823e55 Clarify the return values for SSL_get_shared_curve. 9 years ago
SSL_CTX_set1_verify_cert_store.pod 155a1623d0 The functions take a SSL *, not a SSL_CTX * 8 years ago
SSL_CTX_set_alpn_select_cb.pod af2db04c99 Fix ALPN 8 years ago
SSL_CTX_set_cert_cb.pod d107382214 Merge branch 'rsalz-docfixes' 10 years ago
SSL_CTX_set_cert_store.pod df430489cf Add documentation. 11 years ago
SSL_CTX_set_cert_verify_callback.pod 023ec151df Add 'void *' argument to app_verify_callback. 22 years ago
SSL_CTX_set_cipher_list.pod 0ec6898c67 Allow ECDHE and DHE as forward-compatible aliases for EECDH and EDH 9 years ago
SSL_CTX_set_client_CA_list.pod d107382214 Merge branch 'rsalz-docfixes' 10 years ago
SSL_CTX_set_client_cert_cb.pod d107382214 Merge branch 'rsalz-docfixes' 10 years ago
SSL_CTX_set_custom_cli_ext.pod 8fb57b29d6 Custom extension documentation. 9 years ago
SSL_CTX_set_default_passwd_cb.pod a1a63a4239 Clarify! (based on recent mailing-list discussions) 23 years ago
SSL_CTX_set_generate_session_id.pod 3cdc8ad07a Describe new callback for session id generation. 23 years ago
SSL_CTX_set_info_callback.pod c3e6402857 update docs (recent constification) 19 years ago
SSL_CTX_set_max_cert_list.pod c0f5dd070b Make maximum certifcate chain size accepted from the peer application 23 years ago
SSL_CTX_set_mode.pod 981545e1e7 Fix and improve SSL_MODE_SEND_FALLBACK_SCSV documentation. 9 years ago
SSL_CTX_set_msg_callback.pod 88d3d6c9ae Fixed error in args for SSL_set_msg_callback and SSL_set_msg_callback_arg 10 years ago
SSL_CTX_set_options.pod 021fb42dd0 Bring SSL method documentation up to date 8 years ago
SSL_CTX_set_psk_client_callback.pod ddac197404 add initial support for RFC 4279 PSK SSL ciphersuites 18 years ago
SSL_CTX_set_quiet_shutdown.pod c3e6402857 update docs (recent constification) 19 years ago
SSL_CTX_set_read_ahead.pod 6ca1dc9737 Provide documentation for all SSL(_CTX)?_(get|set)(_default)?_read_ahead 9 years ago
SSL_CTX_set_session_cache_mode.pod 18b8431f3b replace "will lookup up" by "will look up" 7 years ago
SSL_CTX_set_session_id_context.pod 15a4add72d POD: Fix item numbering 10 years ago
SSL_CTX_set_ssl_version.pod 15a4add72d POD: Fix item numbering 10 years ago
SSL_CTX_set_timeout.pod 52129c0b0b More details about session timeout settings. 23 years ago
SSL_CTX_set_tlsext_status_cb.pod c52c3b5e11 Add some documentation for the OCSP callback functions 8 years ago
SSL_CTX_set_tlsext_ticket_key_cb.pod 012f7474f7 Update ticket callback docs. 10 years ago
SSL_CTX_set_tmp_dh_callback.pod c5b831f21d Always generate DH keys for ephemeral DH cipher suites 8 years ago
SSL_CTX_set_tmp_rsa_callback.pod 4b4c1fcc88 Only allow ephemeral RSA keys in export ciphersuites. 9 years ago
SSL_CTX_set_verify.pod d107382214 Merge branch 'rsalz-docfixes' 10 years ago
SSL_CTX_use_certificate.pod b9fa413a08 Use algorithm specific chains for certificates. 10 years ago
SSL_CTX_use_psk_identity_hint.pod 61a44b76a0 RT2518: fix pod2man errors 9 years ago
SSL_CTX_use_serverinfo.pod 8769314886 Issue #719: 8 years ago
SSL_SESSION_free.pod 477fd4596f PR: 1835 15 years ago
SSL_SESSION_get_ex_new_index.pod c3e6402857 update docs (recent constification) 19 years ago
SSL_SESSION_get_time.pod fec38ca4ed fix typos 17 years ago
SSL_accept.pod cf95b2d66a Remove MS SGC 9 years ago
SSL_alert_type_string.pod efbb7ee432 PR: 1794 12 years ago
SSL_check_chain.pod 8d2e7c0dec Documentation for SSL_check_chain() 9 years ago
SSL_clear.pod 15a4add72d POD: Fix item numbering 10 years ago
SSL_connect.pod 15a4add72d POD: Fix item numbering 10 years ago
SSL_do_handshake.pod cf95b2d66a Remove MS SGC 9 years ago
SSL_export_keying_material.pod b70f61921b Add documentation for the SSL_export_keying_material() function 7 years ago
SSL_free.pod 477fd4596f PR: 1835 15 years ago
SSL_get_SSL_CTX.pod c3e6402857 update docs (recent constification) 19 years ago
SSL_get_ciphers.pod c3e6402857 update docs (recent constification) 19 years ago
SSL_get_client_CA_list.pod c3e6402857 update docs (recent constification) 19 years ago
SSL_get_current_cipher.pod c3e6402857 update docs (recent constification) 19 years ago
SSL_get_default_timeout.pod c3e6402857 update docs (recent constification) 19 years ago
SSL_get_error.pod 31b430700a Make SSL_read and SSL_write return the old behaviour and document it. 7 years ago
SSL_get_ex_data_X509_STORE_CTX_idx.pod b5a6f0a92d Documentation about SSL_get_ex_data_X509_STORE_CTX_idx and 23 years ago
SSL_get_ex_new_index.pod c3e6402857 update docs (recent constification) 19 years ago
SSL_get_fd.pod c3e6402857 update docs (recent constification) 19 years ago
SSL_get_peer_cert_chain.pod d576146ebf typo in SSL_get_peer_cert_chain docs 10 years ago
SSL_get_peer_certificate.pod c3e6402857 update docs (recent constification) 19 years ago
SSL_get_psk_identity.pod ddac197404 add initial support for RFC 4279 PSK SSL ciphersuites 18 years ago
SSL_get_rbio.pod 1e4e549296 ispell and some other nit-picking 24 years ago
SSL_get_session.pod c3e6402857 update docs (recent constification) 19 years ago
SSL_get_verify_result.pod c3e6402857 update docs (recent constification) 19 years ago
SSL_get_version.pod d107382214 Merge branch 'rsalz-docfixes' 10 years ago
SSL_library_init.pod acc9938ba5 Add SHA2 algorithms to SSL_library_init(). Although these aren't used 14 years ago
SSL_load_client_CA_file.pod 356c06c776 More SSL functions documented. Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> 24 years ago
SSL_new.pod a52877a2f1 One more function documented. 23 years ago
SSL_pending.pod 6ca1dc9737 Provide documentation for all SSL(_CTX)?_(get|set)(_default)?_read_ahead 9 years ago
SSL_read.pod 31b430700a Make SSL_read and SSL_write return the old behaviour and document it. 7 years ago
SSL_rstate_string.pod 11c8f0b79d More manual pages. Constify. 23 years ago
SSL_session_reused.pod 15a4add72d POD: Fix item numbering 10 years ago
SSL_set_bio.pod acb5b34328 Change spelling back to "behaviour" and "flavour" instead of the 24 years ago
SSL_set_connect_state.pod 02b7ec88bb Manual page for SSL_do_handshake(). 22 years ago
SSL_set_fd.pod 15a4add72d POD: Fix item numbering 10 years ago
SSL_set_session.pod 15a4add72d POD: Fix item numbering 10 years ago
SSL_set_shutdown.pod b3d8de7903 Fix additional pod errors with numbered items. 10 years ago
SSL_set_verify_result.pod 4759abc5f2 New documents. Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> 24 years ago
SSL_shutdown.pod 61a44b76a0 RT2518: fix pod2man errors 9 years ago
SSL_state_string.pod c3e6402857 update docs (recent constification) 19 years ago
SSL_want.pod c3e6402857 update docs (recent constification) 19 years ago
SSL_write.pod 31b430700a Make SSL_read and SSL_write return the old behaviour and document it. 7 years ago
d2i_SSL_SESSION.pod d107382214 Merge branch 'rsalz-docfixes' 10 years ago
ssl.pod 021fb42dd0 Bring SSL method documentation up to date 8 years ago