Acked-by: Gert Doering <[email protected]>
Exhaustive client- and server-side tests with OpenSSL 1.1.1, 3.0.0
and mbedTLS, on Linux and FreeBSD - nothing to complain about.
Stare-at-code brought up the question on whether
+static inline bool md_defined(const char* mdname)
+{
+ return strcmp(mdname, "none") != 0;
+}
should have a check for "mdname != NULL" - either ASSERT() or
"return mdname != NULL && strcmp(mdname, "none") != 0" style.
Since this works as is, I think, this can go to the followup patch
cleaning up my complaints about 7/9 v4 :-)
Your patch has been applied to the master branch.
commit b39725cf811cbe9334355d4c90990047494a6cc2
Author: Arne Schwabe
Date: Mon Dec 13 16:06:54 2021 +0100
Remove md_kt_t and change cyrpto API to use const char*
Signed-off-by: Arne Schwabe <[email protected]>
Acked-by: Gert Doering <[email protected]>
Message-Id: <[email protected]>
URL:
https://www.mail-archive.com/search?l=mid&[email protected]
Signed-off-by: Gert Doering <[email protected]>
--
kind regards,
Gert Doering
_______________________________________________
Openvpn-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openvpn-devel