Index: tls.htm
==================================================================
--- tls.htm
+++ tls.htm
@@ -165,11 +165,13 @@
-cadir dir
Provide the directory containing the CA certificates.
-cafile filename
Provide the CA file.
-certfile filename
- Provide the certificate to use.
+ Provide the name of a file containing certificate to use.
+ -cert filename
+ Provide the contents of a certificate to use, as a DER encoded binary value (X.509 DER).
-cipher string
Provide the cipher suites to use. Syntax is as per
OpenSSL.
-command callback
If specified, this callback will be invoked at several points
@@ -183,10 +185,12 @@
-dhparams filename
Provide a Diffie-Hellman parameters file.
-keyfile filename
Provide the private key file. (default:
value of -certfile)
+ -key filename
+ Provide the private key to use as a DER encoded value (PKCS#1 DER)
-model channel
This will force this channel to share the same SSL_CTX
structure as the specified channel, and
therefore share callbacks etc.
-password callback