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
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