Your patch has been applied to the master branch.

I have run a t_client test on FreeBSD/OpenSSL and Linux/mbedTLS, and
a full server side test.  Just to be sure.  This is surprisingly large 
changes in crypto code...  the changes look good, but...!

All tests pass :-)

Test sets succeeded: 1 1a 1b 1c 1d 1e 2 2a 2b 2c 2d 2e 3 4 5 5a 5b 5c 5v1 5v2 
5v3 5w1 5w2 5w3 5w4 5x1 5x2 5x3 5x4 6 7 7x 8 8a 9 2f 4b.
Test sets failed: none.


I have ignored that hunk from the patch:

@@ -2312,7 +2246,7 @@ push_peer_info(struct buffer *buf, struct tls_session  
+*session)
          * push request, also signal that the client wants
          * to get push-reply messages without without requiring a round
          * trip for a push request message*/
-        if(session->opt->pull)
+        if (session->opt->pull)
         {
             iv_proto |= IV_PROTO_REQUEST_PUSH;
         }

because it fixes whitespace in code that is not there yet - so I'll
fix the whitespace on the fly when applying *that* patch (if we're
not at v8 by then, with the whitespace fix included).

commit 36bef1b52b49ebbc3790635be230e2f30f0532a7
Author: Arne Schwabe
Date:   Tue Jul 21 12:01:28 2020 +0200

     Remove key-method 1

     Signed-off-by: Arne Schwabe <a...@rfc2549.org>
     Acked-by: David Sommerseth <dav...@openvpn.net>
     Message-Id: <20200721100128.9850-1-a...@rfc2549.org>
     URL: 
https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg20516.html
     Signed-off-by: Gert Doering <g...@greenie.muc.de>


--
kind regards,

Gert Doering



_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to