Index: doc/tls.html ================================================================== --- doc/tls.html +++ doc/tls.html @@ -40,11 +40,12 @@
CERTIFICATE VALIDATION
CALLBACK OPTIONS
DEBUG
HTTPS EXAMPLE
SPECIAL CONSIDERATIONS
-
SEE ALSO
+
See Also
+
KEYWORDS


@@ -508,11 +509,11 @@
  • If OpenSSL is not installed, the CA certificates must be downloaded and installed with the user software. The CURL team makes them available at CA certificates extracted from Mozilla in the cacert.pem file. You must then either set the SSL_CERT_DIR and/or SSL_CERT_FILE env vars or the --cadir or -cafile options must be set to the file's install +-cadir or -cafile options to the CA cert file's install location. It is your responsibility to keep this file up to date.


  • @@ -869,19 +870,26 @@ Use the tls::protocols commands to obtain the supported protocol versions.


    -

    SEE ALSO

    +

    See Also

    socket, fileevent, http, OpenSSL


    + +

    KEYWORDS

    + +

    ssl, tls, socket, +certificate, https + +


    -Copyright © 1999 Matt Newman.
    -Copyright © 2004 Starfish Systems.
    -Copyright © 2023 Brian O'Hagan.
    +Copyright © 1999 Matt Newman
    +Copyright © 2004 Starfish Systems
    +Copyright © 2023-2024 Brian O'Hagan