Re: [PATCH v2 02/10] unit: Add basic EC-DSA verification test
Denis Kenzior <[email protected]>
| Newsgroups | dev.linux.lists.ell |
|---|---|
| Message-ID | <[email protected]> |
Hi Mat, > A few typos here: "ce-cert" instead of "ec-cert". This showed up as: > Ok, I fixed this in my local copy now. > > Other than that, v2 looks good on my system. I didn't try out the kernel patch Excellent, thanks for testing. > you mention in patch 1, I assume that's why I had the test failures with > "tls-suites: Add ECDSA suites from RFC 8422". The reason is that kernel upstream only supports signature verification and not the sign operation itself. Not sure why. I'll try to fix that eventually, but for now we're limited to ECDSA use in anonymous client mode only. The test assumes that both client + server side is implemented. Hence the need for patch 8/10. Regards, -Denis