mockserver icon indicating copy to clipboard operation
mockserver copied to clipboard

Add support for EC keys

Open pascal-hofmann opened this issue 3 years ago • 1 comments

Closes #924 / https://trello.com/c/zIl5yDEz/178-support-ec-certificates

pascal-hofmann avatar Jul 06 '22 07:07 pascal-hofmann

@jamesdbloom I'm a bit lost in the logs of the failing builds. Looks like it fails because some tests fail to run in parallel right? Can you help with that?

pascal-hofmann avatar Jul 06 '22 07:07 pascal-hofmann

@pascal-hofmann I'll try running this code on my local machine and see if I can see where the issue is as nothing looks wrong in code I can see

jamesdbloom avatar Aug 17 '22 10:08 jamesdbloom

I've found the fix for the PR it was the parsing of PEMs into private keys it didn't work in every case. I've manually merged your commits and added a commit to fix the private key PEM parsing.

jamesdbloom avatar Aug 21 '22 21:08 jamesdbloom