Re: cURL fails with 'elliptic curve routines:EC_POINT_set_affine_coordinates:point is not on curve' error

2022-08-02 Thread Guido Vranken
Probably this: https://github.com/openssl/openssl/issues/18225 On Tue, Aug 2, 2022 at 5:09 PM Karen Arutyunov wrote: > Hello, > > After building an optimized version of cURL 7.76.0 with OpenSSL 1.1.1n > using Clang 14.0.6, running > > curl https://www.example.com > > ends up with the following e

cURL fails with 'elliptic curve routines:EC_POINT_set_affine_coordinates:point is not on curve' error

2022-08-02 Thread Karen Arutyunov
Hello, After building an optimized version of cURL 7.76.0 with OpenSSL 1.1.1n using Clang 14.0.6, running curl https://www.example.com ends up with the following error: curl: (35) error:1012606B:elliptic curve routines:EC_POINT_set_affine_coordinates:point is not on curve Reproduces on Li