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