From 3291018b0dffee1a07d79b2c3496ec55c28b7734 Mon Sep 17 00:00:00 2001 From: Alexander Traud Date: Thu, 14 Oct 2021 17:02:31 +0200 Subject: [PATCH] Update README.md to include NSS --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d37be093a..1e42a0bae 100644 --- a/README.md +++ b/README.md @@ -283,11 +283,13 @@ Option | Description -------------------------------|-------------------- \-\-help \-h | Display help \-\-enable-debug-logging | Enable debug logging in all modules -\-\-enable-log-stdout | Enable logging to stdout \-\-enable-openssl | Enable OpenSSL crypto engine +\-\-enable-nss | Enable NSS crypto engine \-\-enable-openssl-kdf | Enable OpenSSL KDF algorithm -\-\-with-log-file | Use file for logging +\-\-enable-log-stdout | Enable logging to stdout \-\-with-openssl-dir | Location of OpenSSL installation +\-\-with-nss-dir | Location of NSS installation +\-\-with-log-file | Use file for logging By default there is no log output, logging can be enabled to be output to stdout or a given file using the configure options.