About 15,200 results
Open links in new tab
  1. ssl (3) - NetBSD Manual Pages

    SYNOPSIS DESCRIPTION The OpenSSL ssl library implements the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols. It provides a rich API which is documented here. At …

  2. openssl-s_server (1) - NetBSD Manual Pages

    Sep 8, 2025 · -zerocopy_sendfile If this option is set, SSL_sendfile() will use the zerocopy TX mode, which gives a performance boost when used with KTLS hardware offload. Note that invalid TLS …

  3. SSL_CONF_cmd (3) - NetBSD Manual Pages

    Aug 26, 2024 · The function SSL_CONF_cmd_value_type() can be used by applications to check for the existence of a command or to perform additional syntax checking or translation of the command …

  4. SSL_CTX_add_session (3) - NetBSD Manual Pages

    Sep 8, 2025 · SSL_CTX_add_session() adds the session c to the context ctx. The reference count for session c is incremented by 1. If a session with the same session id already exists, the old session is …

  5. openssl-s_time (1) - NetBSD Manual Pages

    Aug 26, 2024 · DESCRIPTION This command implements a generic SSL/TLS client which connects to a remote host using SSL/TLS. It can request a page from the server and includes the time to transfer …

  6. SSL_new (3) - NetBSD Manual Pages

    Sep 8, 2025 · Check the error stack to find out the reason. Pointer to an SSL structure The return value points to an allocated SSL structure. SSL_up_ref() returns 1 for success and 0 for failure. SEE ALSO …

  7. SSL_CTX_set_client_cert_cb (3) - NetBSD Manual Pages

    Sep 8, 2025 · Once the SSL object has been used in conjunction with the callback function, the certificate will be set for the SSL object and will not be cleared even when SSL_clear (3) is being …