[Privoxy-commits] [privoxy] branch master updated: wolfSSL: Make it more obvious that Subject Alternative Name support is mandatory

User Git git at git.privoxy.org
Sun Mar 31 13:49:14 CEST 2024


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

The following commit(s) were added to refs/heads/master by this push:
     new 34dbb5e0 wolfSSL: Make it more obvious that Subject Alternative Name support is mandatory
34dbb5e0 is described below

commit 34dbb5e07a859c5d1f14de8dfbf688ce7bf0e6f0
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sun Mar 31 13:50:02 2024 +0200

    wolfSSL: Make it more obvious that Subject Alternative Name support is mandatory
---
 wolfssl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wolfssl.c b/wolfssl.c
index 1b1a5e06..08f3d715 100644
--- a/wolfssl.c
+++ b/wolfssl.c
@@ -1736,7 +1736,7 @@ static int load_rsa_key(const char *rsa_key_path, const char *password, RsaKey *
 }
 
 #ifndef WOLFSSL_ALT_NAMES
-#error wolfSSL lacks Subject Alternative Name support
+#error wolfSSL lacks Subject Alternative Name support (WOLFSSL_ALT_NAMES) which is mandatory
 #endif
 /*********************************************************************
  *

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list