tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
lib
/
libssl
/
man
/
at
trash-bin2
125 files
BIO_f_ssl.3
man pages: add missing commas between subordinate and main clauses
4 years ago
DTLSv1_listen.3
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs on the web, so fix up SSLeay HISTORY accordingly
8 years ago
Makefile
sort. alphanumerics have lower ASCII values than '_'
4 years ago
OPENSSL_init_ssl.3
Further improve the documentation of library initialization and configuration. Among other improvements: * Use a uniform wording at the top of the DECSRIPTION for obsolete pages. * Better explain how to use a non-standard configuration file. * Remove obsolete functions from SEE ALSO. Triggered by some suggestions from tb@. Tweaks and OK tb@.
6 years ago
PEM_read_SSL_SESSION.3
add missing backlinks to ssl(3)
6 years ago
SSL_CIPHER_get_name.3
spelling ok tb@
4 years ago
SSL_COMP_add_compression_method.3
add missing backlinks to ssl(3)
6 years ago
SSL_CTX_add1_chain_cert.3
Import SSL_CTX_add1_chain_cert(3) from OpenSSL branch 1.1.1, which is still under a free license, omitting functions we don't have and tweaked by me; the functions were provided by jsing@ in ssl.h rev. 1.166.
7 years ago
SSL_CTX_add_extra_chain_cert.3
In ssl.h rev. 1.167 and s3_lib.c rev. 1.188, jsing@ provided the new function SSL_CTX_get_extra_chain_certs_only(3) and changed the semantics of the existing SSL_CTX_get_extra_chain_certs(3) API from the former OpenSSL 1.0.1 behaviour to the new, incompatible OpenSSL 1.0.2 behaviour. Adjust the documentation. OK jsing@ beck@ inoguchi@
6 years ago
SSL_CTX_add_session.3
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs on the web, so fix up SSLeay HISTORY accordingly
8 years ago
SSL_CTX_ctrl.3
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs on the web, so fix up SSLeay HISTORY accordingly
8 years ago
SSL_CTX_flush_sessions.3
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs on the web, so fix up SSLeay HISTORY accordingly
8 years ago
SSL_CTX_free.3
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs on the web, so fix up SSLeay HISTORY accordingly
8 years ago
SSL_CTX_get0_certificate.3
add missing backlinks to ssl(3)
6 years ago
SSL_CTX_get_ex_new_index.3
ssl.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git
8 years ago
SSL_CTX_get_verify_mode.3
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs on the web, so fix up SSLeay HISTORY accordingly
8 years ago
SSL_CTX_load_verify_locations.3
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs on the web, so fix up SSLeay HISTORY accordingly
8 years ago
SSL_CTX_new.3
Document DTLSv1_2_{,client_,server_}method(3)
5 years ago
SSL_CTX_sess_number.3
add missing backlinks to ssl(3)
6 years ago
SSL_CTX_sess_set_cache_size.3
add missing backlinks to ssl(3)
6 years ago
SSL_CTX_sess_set_get_cb.3
man pages: add missing word, The foo() ... -> The foo() function ...
4 years ago
SSL_CTX_sessions.3
Avoid talking about the innternal, undocumented data type "struct lhash_st", show the public data type name "LHASH_OF(SSL_SESSION)" instead.
8 years ago
SSL_CTX_set1_groups.3
fix a typo and mention OpenBSD in HISTORY; both pointed out by jsing@
8 years ago
SSL_CTX_set_alpn_select_cb.3
Do not ignore SSL_TLSEXT_ERR_FATAL from the ALPN callback
4 years ago
SSL_CTX_set_cert_store.3
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs on the web, so fix up SSLeay HISTORY accordingly
8 years ago
SSL_CTX_set_cert_verify_callback.3
remove pointless NOTES section header lines
6 years ago
SSL_CTX_set_cipher_list.3
Move unsupported, obsolete ciphers and deprecated aliases out of the main list of words to make it more readable, even though it remains long.
6 years ago
SSL_CTX_set_client_CA_list.3
Void functions obviously do not return values; no need to elaborate. Patch from Martin Vahlensieck <academicsolutions dot ch>.
6 years ago
SSL_CTX_set_client_cert_cb.3
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs on the web, so fix up SSLeay HISTORY accordingly
8 years ago
SSL_CTX_set_default_passwd_cb.3
In ssl.h rev. 1.151 2018/03/17 15:48:31, tb@ provided SSL_CTX_get_default_passwd_cb(3) and SSL_CTX_get_default_passwd_cb_userdata(3). Merge the documentation, tweaked by me; from Christian Heimes <cheimes at redhat dot com> via OpenSSL commit 0c452abc Mar 2 12:53:40 2016 +0100.
8 years ago
SSL_CTX_set_generate_session_id.3
ssl.h HISTORY up to 0.9.7; researched from OpenSSL git
8 years ago
SSL_CTX_set_info_callback.3
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs on the web, so fix up SSLeay HISTORY accordingly
8 years ago
SSL_CTX_set_keylog_callback.3
tweak previous: properly mark up function pointer typedef plus .Dv NULL, SEE ALSO, HISTORY
4 years ago
SSL_CTX_set_max_cert_list.3
add missing backlinks to ssl(3)
6 years ago
SSL_CTX_set_min_proto_version.3
Mention DTLS1_2_VERSION here, too
5 years ago
SSL_CTX_set_mode.3
grammar fix: if/when a renegotiation takeS place
5 years ago
SSL_CTX_set_msg_callback.3
mention DTLS1_2_VERSION
5 years ago
SSL_CTX_set_num_tickets.3
fix wrong and missing return types and wrong macros in the SYNOPSIS; while here, also apply some minor wording improvements
4 years ago
SSL_CTX_set_options.3
man pages: add missing commas between subordinate and main clauses
4 years ago
SSL_CTX_set_quiet_shutdown.3
Void functions obviously do not return values; no need to elaborate. Patch from Martin Vahlensieck <academicsolutions dot ch>.
6 years ago
SSL_CTX_set_read_ahead.3
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs on the web, so fix up SSLeay HISTORY accordingly
8 years ago
SSL_CTX_set_session_cache_mode.3
add missing backlinks to ssl(3)
6 years ago
SSL_CTX_set_session_id_context.3
remove pointless NOTES section header lines
6 years ago
SSL_CTX_set_ssl_version.3
Document SSL_CTX_get_ssl_method(3)
4 years ago
SSL_CTX_set_timeout.3
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs on the web, so fix up SSLeay HISTORY accordingly
8 years ago
SSL_CTX_set_tlsext_servername_callback.3
comment out the detailed description of SSL_get_servername(3), leaving only the basic description in the RETURN VALUES section; tb@ pointed out LibreSSL does not currently provide all those guarantees, and he also OK'ed this diff
4 years ago
SSL_CTX_set_tlsext_status_cb.3
merge the description of SSL_get_tlsext_status_type(3) from the OpenSSL 1.1.1 branch, which is still under a free license
4 years ago
SSL_CTX_set_tlsext_ticket_key_cb.3
Rewrite paragraph to refer to EVP_CIPHER_CTX_new() and HMAC_CTX_new() to match reality.
4 years ago
SSL_CTX_set_tlsext_use_srtp.3
space between RFC and number;
4 years ago
SSL_CTX_set_tmp_dh_callback.3
man pages: add missing commas between subordinate and main clauses
4 years ago
SSL_CTX_set_tmp_rsa_callback.3
man pages: add missing commas in enumerations
4 years ago
SSL_CTX_set_verify.3
space between macro args and punctuation;
4 years ago
SSL_CTX_use_certificate.3
Document SSL_use_certificate_chain_file(3)
5 years ago
SSL_SESSION_free.3
add missing backlinks to ssl(3)
6 years ago
SSL_SESSION_get0_cipher.3
Document SSL_SESSION_get0_cipher(3)
4 years ago
SSL_SESSION_get0_peer.3
ssl.h HISTORY up to 1.0.1; researched from OpenSSL git
8 years ago
SSL_SESSION_get_compress_id.3
ssl.h HISTORY up to 1.0.1; researched from OpenSSL git
8 years ago
SSL_SESSION_get_ex_new_index.3
ssl.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git
8 years ago
SSL_SESSION_get_id.3
finish ssl HISTORY; mostly 1.1.0/6.3, but also various other fixes
8 years ago
SSL_SESSION_get_protocol_version.3
finish ssl HISTORY; mostly 1.1.0/6.3, but also various other fixes
8 years ago
SSL_SESSION_get_time.3
remove pointless NOTES section header lines
6 years ago
SSL_SESSION_has_ticket.3
finish ssl HISTORY; mostly 1.1.0/6.3, but also various other fixes
8 years ago
SSL_SESSION_is_resumable.3
Merge the stub SSL_SESSION_is_resumable(3) manual page from the OpenSSL 1.1.1 branch, which is still under a free license. A few tweaks to wording and structure by me. OK tb@ on SSL_SESSION_is_resumable.3
4 years ago
SSL_SESSION_new.3
Merge the stub SSL_SESSION_is_resumable(3) manual page from the OpenSSL 1.1.1 branch, which is still under a free license. A few tweaks to wording and structure by me. OK tb@ on SSL_SESSION_is_resumable.3
4 years ago
SSL_SESSION_print.3
add missing backlinks to ssl(3)
6 years ago
SSL_SESSION_set1_id_context.3
finish ssl HISTORY; mostly 1.1.0/6.3, but also various other fixes
8 years ago
SSL_accept.3
remove pointless NOTES section header lines
6 years ago
SSL_alert_type_string.3
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs on the web, so fix up SSLeay HISTORY accordingly
8 years ago
SSL_clear.3
space between RFC and number;
4 years ago
SSL_connect.3
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs on the web, so fix up SSLeay HISTORY accordingly
8 years ago
SSL_copy_session_id.3
add missing backlinks to ssl(3)
6 years ago
SSL_do_handshake.3
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs on the web, so fix up SSLeay HISTORY accordingly
8 years ago
SSL_dup.3
add missing backlinks to ssl(3)
6 years ago
SSL_dup_CA_list.3
add missing backlinks to ssl(3)
6 years ago
SSL_export_keying_material.3
add missing backlinks to ssl(3)
6 years ago
SSL_free.3
space between RFC and number;
4 years ago
SSL_get_SSL_CTX.3
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs on the web, so fix up SSLeay HISTORY accordingly
8 years ago
SSL_get_certificate.3
add missing backlinks to ssl(3)
6 years ago
SSL_get_ciphers.3
Let SSL_CTX_get_ciphers(NULL) return NULL rather than crash for compatibility with OpenSSL and for consistency with neighbouring functions; suggested by jsing@ after i documented the crash; OK jsing@.
5 years ago
SSL_get_client_CA_list.3
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs on the web, so fix up SSLeay HISTORY accordingly
8 years ago
SSL_get_client_random.3
finish ssl HISTORY; mostly 1.1.0/6.3, but also various other fixes
8 years ago
SSL_get_current_cipher.3
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs on the web, so fix up SSLeay HISTORY accordingly
8 years ago
SSL_get_default_timeout.3
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs on the web, so fix up SSLeay HISTORY accordingly
8 years ago
SSL_get_error.3
Correct direction of SSL_ERROR_ZERO_RETURN case
8 years ago
SSL_get_ex_data_X509_STORE_CTX_idx.3
remove please from manual pages ok jmc@ sthen@ millert@
4 years ago
SSL_get_ex_new_index.3
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs on the web, so fix up SSLeay HISTORY accordingly
8 years ago
SSL_get_fd.3
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs on the web, so fix up SSLeay HISTORY accordingly
8 years ago
SSL_get_finished.3
missing word in comment
5 years ago
SSL_get_peer_cert_chain.3
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs on the web, so fix up SSLeay HISTORY accordingly
8 years ago
SSL_get_peer_certificate.3
Fix .Xr order. From mandoc -Tlint.
4 years ago
SSL_get_rbio.3
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs on the web, so fix up SSLeay HISTORY accordingly
8 years ago
SSL_get_server_tmp_key.3
add missing backlinks to ssl(3)
6 years ago
SSL_get_session.3
man pages: add missing commas between subordinate and main clauses
4 years ago
SSL_get_shared_ciphers.3
Update SSL_get_shared_ciphers() documentation for ssl_lib.c r1.240
5 years ago
SSL_get_state.3
add missing backlinks to ssl(3)
6 years ago
SSL_get_verify_result.3
Fix .Xr order. From mandoc -Tlint.
4 years ago
SSL_get_version.3
Merge documentation for SSL_is_dtls() from OpenSSL
5 years ago
SSL_library_init.3
Further improve the documentation of library initialization and configuration. Among other improvements: * Use a uniform wording at the top of the DECSRIPTION for obsolete pages. * Better explain how to use a non-standard configuration file. * Remove obsolete functions from SEE ALSO. Triggered by some suggestions from tb@. Tweaks and OK tb@.
6 years ago
SSL_load_client_CA_file.3
add missing backlinks to ssl(3)
6 years ago
SSL_new.3
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs on the web, so fix up SSLeay HISTORY accordingly
8 years ago
SSL_num_renegotiations.3
add missing backlinks to ssl(3)
6 years ago
SSL_pending.3
Remove lies from the SSL_pending man page, Our implementation never advances the record layer, it only reports internal state.
6 years ago
SSL_read.3
merge documentation for SSL_read_ex(3), SSL_peek_ex(3), and SSL_write_ex(3) from the OpenSSL 1.1.1 branch, which is still under a free license
4 years ago
SSL_read_early_data.3
spelling ok schwarze@
4 years ago
SSL_renegotiate.3
add missing backlinks to ssl(3)
6 years ago
SSL_rstate_string.3
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs on the web, so fix up SSLeay HISTORY accordingly
8 years ago
SSL_session_reused.3
add missing backlinks to ssl(3)
6 years ago
SSL_set1_host.3
Document SSL_set_hostflags(3) and SSL_get0_peername(3)
5 years ago
SSL_set1_param.3
add missing backlinks to ssl(3)
6 years ago
SSL_set_SSL_CTX.3
reword ambiguous title line; issue noticed by and patch OK by jsing@
5 years ago
SSL_set_bio.3
A void function has no return value, so zap RETURN VALUES section documenting that SSL_set_bio(3) cannot fail. A similar commit was made by schwarze a while ago for a few functions in libcrypto.
5 years ago
SSL_set_connect_state.3
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs on the web, so fix up SSLeay HISTORY accordingly
8 years ago
SSL_set_fd.3
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs on the web, so fix up SSLeay HISTORY accordingly
8 years ago
SSL_set_max_send_fragment.3
add missing backlinks to ssl(3)
6 years ago
SSL_set_psk_use_session_callback.3
provide a small manual page for the SSL_set_psk_use_session_callback(3) stub, written from scratch; OK tb@ on SSL_set_psk_use_session_callback.3
4 years ago
SSL_set_session.3
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs on the web, so fix up SSLeay HISTORY accordingly
8 years ago
SSL_set_shutdown.3
space between RFC and number;
4 years ago
SSL_set_tmp_ecdh.3
s/ECDHE/ECDH/
4 years ago
SSL_set_verify_result.3
Void functions obviously do not return values; no need to elaborate. Patch from Martin Vahlensieck <academicsolutions dot ch>.
6 years ago
SSL_shutdown.3
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs on the web, so fix up SSLeay HISTORY accordingly
8 years ago
SSL_state_string.3
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs on the web, so fix up SSLeay HISTORY accordingly
8 years ago
SSL_want.3
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs on the web, so fix up SSLeay HISTORY accordingly
8 years ago
SSL_write.3
merge documentation for SSL_read_ex(3), SSL_peek_ex(3), and SSL_write_ex(3) from the OpenSSL 1.1.1 branch, which is still under a free license
4 years ago
d2i_SSL_SESSION.3
remove pointless NOTES section header lines
6 years ago
ssl.3
In ssl.h rev. 1.174 to 1.176, tb@ added some stubs related to 0-RTT data. Write documentation from scratch explaining why we don't support 0-RTT but how we stub it out instead. Tweaks and OK tb@.
5 years ago