Overview

Fast Path TCP/UDP Termination add-on TLS/DTLS provides TLS support over TCP sockets in the fast path.

Features

OpenSSL API documentation

If your OpenSSL is not the 1.1.1b version, you may want to generate the documentation available in the source package to have access to the available OpenSSL API.

$ ./config  no-idea no-mdc2 no-rc5 no-zlib no-ssl3 no-tests no-ssl3-method \
    enable-rfc3779 enable-cms \
    --prefix /tmp/openssl-doc
$ make install_docs

Documentation will be available in /tmp/openssl-doc/share/{doc,man} as html pages in doc, and man pages in man.