Re: [Openvpn-devel] [PATCH 2/3] Move setting private key to a function in prep for EC support

2018-01-26 Thread Steffan Karger
Hi, On 24-01-18 06:06, selva.n...@gmail.com wrote: > From: Selva Nair > > - Also add reference counting to CAPI_DATA (application data): > > When the application data is assigned to the private key > we free it in the key's finish method. Proper error handling > requires to keep track of

[Openvpn-devel] [PATCH 2/3] Move setting private key to a function in prep for EC support

2018-01-23 Thread selva . nair
From: Selva Nair - Also add reference counting to CAPI_DATA (application data): When the application data is assigned to the private key we free it in the key's finish method. Proper error handling requires to keep track of whether data is assigned to the key or not before an error occur