summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-06-28 23:43:16 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2020-07-08 22:51:32 -0400
commite00deb5578d586ff3b535f96ca684f233c0e7681 (patch)
tree476ce5bf65d5a1f06b266c22705eefb17b09a30d /meson_options.txt
parent8a1ddce0c2422efb100d6a177dd06e30909913ab (diff)
downloadlighttpd-git-e00deb5578d586ff3b535f96ca684f233c0e7681.tar.gz
[mod_nss] NSS option for TLS (fixes #1218)
(experimental) WARNING: EXPERIMENTAL code sketch; mod_nss is INCOMPLETE and UNTESTED mod_nss supports most ssl.* config options supported by mod_openssl x-ref: "alternate ssl backend" https://redmine.lighttpd.net/issues/1218
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 960e44c6..2ad46c80 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -78,6 +78,11 @@ option('with_nettle',
value: false,
description: 'with Nettle-support [default: off]',
)
+option('with_nss',
+ type: 'string',
+ value: 'false',
+ description: 'with NSS-crypto-support [default: off]',
+)
option('with_openssl',
type: 'boolean',
value: false,