Re: [Openvpn-devel] [PATCH v7 0/8] OpenSSL: support for version 1.1

2017-06-15 Thread Emmanuel Deloget
Hi Jeremie, On Thu, Jun 15, 2017 at 2:04 PM, Jeremie Courreges-Anglas wrote: > > Hi, > > fwiw, this builds fine against LibreSSL, which seems to provide some but > not all of the functions for which you wrote fallback implementations. > LibreSSL as shipped in OpenBSD-current,

Re: [Openvpn-devel] [PATCH v7 0/8] OpenSSL: support for version 1.1

2017-06-15 Thread Jeremie Courreges-Anglas
Hi, fwiw, this builds fine against LibreSSL, which seems to provide some but not all of the functions for which you wrote fallback implementations. LibreSSL as shipped in OpenBSD-current, ie the development version. make check passes, openvpn seems to behave correctly in client mode. -- jca |

[Openvpn-devel] [PATCH v7 0/8] OpenSSL: support for version 1.1

2017-06-12 Thread logout
This is version 7 of the OpenSSL 1.1 patch series. It has been rebased on top of the latest git revision. It builds upon the previous version and adds the following: * fix a memory leak when playing with internal ASN1 strings * introduce RSA_bits() and DSA_bits() * add a few comments to explain