Re: ecdsa support in iked

2016-07-21 Thread René Ammerlaan
> On 20 Jul 2016, at 15:15, Markus Friedl wrote: > > great! > > this changes the code to hide the ECDSA conversion inside crypto.c and > also make ECDSA work with the generic RFC 7427 signature encoding. > > Could you verify this with OS X? I've only tested strongswan. > > -m > > Nice, I’v

Re: ecdsa support in iked

2016-07-20 Thread Markus Friedl
ed a patch for ecdsa support in iked. Also found a bug in handling > auth_eap, because that value is never initialised to 0. I also updated the > dsa sign functions with the newer EVP_Digest so it’s aligned with the rest of > the code, but it’s not required for ecdsa support. > > The e

Re: ecdsa support in iked

2016-07-20 Thread Reyk Floeter
> On Sun, Jul 03, 2016 at 11:07:27AM +0200, Ren?? Ammerlaan wrote: > > I???ve created a patch for ecdsa support in iked. Also found a bug > > in handling auth_eap, because that value is never initialised to 0. I > > also updated the dsa sign functions with the newer EVP

Re: ecdsa support in iked

2016-07-20 Thread Reyk Floeter
Hi, On Sun, Jul 03, 2016 at 11:07:27AM +0200, Ren?? Ammerlaan wrote: > I???ve created a patch for ecdsa support in iked. Also found a bug > in handling auth_eap, because that value is never initialised to 0. I > also updated the dsa sign functions with the newer EVP_Digest so > it

ecdsa support in iked

2016-07-03 Thread René Ammerlaan
Hi, I’ve created a patch for ecdsa support in iked. Also found a bug in handling auth_eap, because that value is never initialised to 0. I also updated the dsa sign functions with the newer EVP_Digest so it’s aligned with the rest of the code, but it’s not required for ecdsa support. The