Re: [PATCH] Add mbedTLS ECDSA key comparison support

2018-03-07 Thread Andreas Schneider
On Thursday, 22 February 2018 15:56:05 CET Juraj Vijtiuk wrote: > Hello, > > below is a patch that adds support for mbedTLS ECDSA key comparison. > The patch passes all the tests and valgrind detects no memory leaks when > running the tests. Thanks, pushed to master! -- Andreas Schneider

[PATCH] Add mbedTLS ECDSA key comparison support

2018-02-22 Thread Juraj Vijtiuk
Hello, below is a patch that adds support for mbedTLS ECDSA key comparison. The patch passes all the tests and valgrind detects no memory leaks when running the tests. The patch removes the section about ECDSA support README.mbedtls. I've also removed the mbedTLS ifdefs that skipped key compariso