Re: [Openvpn-devel] [PATCH v3 3/3] Support EC certificates with cryptoapicert

2018-02-24 Thread Selva Nair
On Sat, Feb 24, 2018 at 3:57 PM, wrote: > From: Selva Nair > > Requires openssl 1.1.0 or higher > > Signed-off-by: Selva Nair > --- > v3 changes: > - check return value of ECDSA_SIG_set0 > - ensure buffer size needed by i2d_ECDSA_SIG does not exceed the expected >capacity of the sig buffe

[Openvpn-devel] [PATCH v3 3/3] Support EC certificates with cryptoapicert

2018-02-24 Thread selva . nair
From: Selva Nair Requires openssl 1.1.0 or higher Signed-off-by: Selva Nair --- v3 changes: - check return value of ECDSA_SIG_set0 - ensure buffer size needed by i2d_ECDSA_SIG does not exceed the expected capacity of the sig buffer - Fix a typo and add contextual info to a debug message