mbedtls/tests
Gilles Peskine 2c86ebc2f8 EC key pair import: check the buffer size
When importing a private elliptic curve key, require the input to have
exactly the right size. RFC 5915 requires the right size (you aren't
allowed to omit leading zeros). A different buffer size likely means
that something is wrong, e.g. a mismatch between the declared key type
and the actual data.
2019-05-21 17:06:27 +02:00
..
.jenkins Add a Jenkinsfile for PR job testing 2018-10-19 16:41:54 +01:00
data_files Remove unused test data files 2019-04-25 11:46:21 +01:00
git-scripts Merge development commit 8e76332 into development-psa 2019-01-31 08:20:20 -05:00
scripts Merge remote-tracking branch 'tls/development' into development 2019-05-01 14:12:43 +01:00
suites EC key pair import: check the buffer size 2019-05-21 17:06:27 +02:00
.gitignore
CMakeLists.txt programs, tests: Depend only on libmbedcrypto 2019-04-25 11:46:21 +01:00
Descriptions.txt Remove tests that depend on TLS or X.509 2019-03-11 16:49:26 +00:00
Makefile Only build libmbedcrypto 2019-04-25 11:46:21 +01:00