diff options
author | Attila Molnar <attilamolnar@hush.com> | 2016-06-15 18:23:04 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2016-06-15 18:23:04 +0200 |
commit | c050eb2d45c80cf15ffc5f427690d40059e2ae4a (patch) | |
tree | 03b349c4ce3ec1f0a6cb03f5615683584ba57a35 /docs/conf | |
parent | 8314fdddcefc7eed2f7f464ebdc8c75e3c1f5540 (diff) |
Add mbedTLS SSL module
Diffstat (limited to 'docs/conf')
-rw-r--r-- | docs/conf/modules.conf.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 5d2e58ab8..ec58ccfb4 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1873,6 +1873,10 @@ #<module name="sslinfo"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# mbedTLS SSL module: Adds support for SSL/TLS connections using mbedTLS. +#<module name="ssl_mbedtls"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # OpenSSL SSL module: Adds support for SSL connections using OpenSSL, # if enabled. You must answer 'yes' in ./configure when asked or symlink # the source for this module from the directory src/modules/extra, if |