mbedtls/tests
Manuel Pégourié-Gonnard 15d7df2ba8 Introduce mbedtls_pk_restart_ctx and use it
The fact that you needed to pass a pointer to mbedtls_ecdsa_restart_ctx (or
that you needed to know the key type of the PK context) was a breach of
abstraction.

Change the API (and callers) now, and the implementation will be changed in
the next commit.
2017-08-17 15:16:11 +02:00
..
data_files Update X.509 test certs' Readme 2017-08-17 10:13:00 +02:00
git-scripts Move the git scripts to correct path 2017-07-27 21:44:34 +01:00
scripts Improve some comments, fix some typos+whitespace 2017-08-08 18:17:53 +02:00
suites Introduce mbedtls_pk_restart_ctx and use it 2017-08-17 15:16:11 +02:00
.gitignore Move some ignore patterns to subdirectories 2015-01-28 15:33:23 +00:00
CMakeLists.txt Remove need for elevated command line in Windows 2017-02-15 09:08:26 +00:00
compat.sh Allow SHA-1 in test scripts 2017-06-06 18:44:14 +02:00
Descriptions.txt Add selftest program to the list of tests 2014-04-04 16:33:01 +02:00
Makefile Clean up of formatting, and potential integer overflow fix 2016-10-13 13:51:13 +01:00
ssl-opt.sh Enable restart for certificate verify 2017-08-15 14:12:47 +02:00