mockserver
mockserver copied to clipboard
Add support for EC keys
Closes #924 / https://trello.com/c/zIl5yDEz/178-support-ec-certificates
@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 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
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.