Re: [Openvpn-devel] [BUG] test_ncp.c failing

2020-06-12 Thread Gert Doering
Hi, On Fri, Jun 12, 2020 at 07:49:07AM -0700, James Bottomley wrote: > > Am I right in assuming that this patch is no longer needed with the > > two cipher_kt_ translation patches I merged yesterday? > Yes, make check now passes on openSUSE_Leap_15.1 Cool. Marking as "superseded" in patchwork.

Re: [Openvpn-devel] [BUG] test_ncp.c failing

2020-06-12 Thread James Bottomley
On Fri, 2020-06-12 at 08:23 +0200, Gert Doering wrote: > Hi, > > On Thu, May 28, 2020 at 04:46:51PM -0700, James Bottomley wrote: > > diff --git a/tests/unit_tests/openvpn/test_ncp.c > > b/tests/unit_tests/openvpn/test_ncp.c > > index 19432410..f58fa2ea 100644 > > ---

Re: [Openvpn-devel] [BUG] test_ncp.c failing

2020-06-12 Thread Gert Doering
Hi, On Thu, May 28, 2020 at 04:46:51PM -0700, James Bottomley wrote: > diff --git a/tests/unit_tests/openvpn/test_ncp.c > b/tests/unit_tests/openvpn/test_ncp.c > index 19432410..f58fa2ea 100644 > --- a/tests/unit_tests/openvpn/test_ncp.c > +++ b/tests/unit_tests/openvpn/test_ncp.c > @@ -48,7

Re: [Openvpn-devel] [BUG] test_ncp.c failing

2020-06-04 Thread James Bottomley
On Fri, 2020-06-05 at 00:37 +0200, Arne Schwabe wrote: > Am 29.05.20 um 01:46 schrieb James Bottomley: > > I'm getting this failure of test_ncp.c > > > > [ RUN ] test_check_ncp_ciphers_list > > [ ERROR ] --- 0x7d67e8 != 0 > > [ LINE ] --- test_ncp.c:65: error: Failure! > > [ FAILED

Re: [Openvpn-devel] [BUG] test_ncp.c failing

2020-06-04 Thread Arne Schwabe
Am 29.05.20 um 01:46 schrieb James Bottomley: > I'm getting this failure of test_ncp.c > > [ RUN ] test_check_ncp_ciphers_list > [ ERROR ] --- 0x7d67e8 != 0 > [ LINE ] --- test_ncp.c:65: error: Failure! > [ FAILED ] test_check_ncp_ciphers_list > > I'm building under openssl-1.1.0i

Re: [Openvpn-devel] [BUG] test_ncp.c failing

2020-05-29 Thread Steffan Karger
On 29-05-2020 01:46, James Bottomley wrote: > The problem seems to be openssl uses a mixed case name for the cipher > and EVP_CIPHER_name() is case sensitive. Applying the patch below > fixes this for openssl and gets make check to pass all tests, but I > rather wonder why this isn't part of

[Openvpn-devel] [BUG] test_ncp.c failing

2020-05-28 Thread James Bottomley
I'm getting this failure of test_ncp.c [ RUN ] test_check_ncp_ciphers_list [ ERROR ] --- 0x7d67e8 != 0 [ LINE ] --- test_ncp.c:65: error: Failure! [ FAILED ] test_check_ncp_ciphers_list I'm building under openssl-1.1.0i The problem seems to be openssl uses a mixed case name for