mbedtls/tests
Andrzej Kurek c53dee302d New module: pkcs11_client
New module pkcs11_client.c, defining an opaque pk engine whose backend
is a PKCS#11 token (cryptographic module using the Cryptoki API).

New config option PKCS11_CLIENT_C. Requires pkcs11.h to compile and a
pkcs11 library to link.

Test setup meant to be used with the SoftHSM v2 library (libsofthsm2).
The test setup is not yet integrated with the Mbed TLS test framework.
Before running tests involving PKCS#11, you need to run

    cd tests && scripts/pkcs11-client-test.sh init
2018-01-23 05:44:20 -05:00
..
data_files Merge remote-tracking branch 'upstream-public/pr/1089' into development 2017-11-28 17:32:32 +01:00
git-scripts Move the git scripts to correct path 2017-07-27 21:44:34 +01:00
scripts New module: pkcs11_client 2018-01-23 05:44:20 -05:00
suites New module: pkcs11_client 2018-01-23 05:44:20 -05:00
.gitignore New module: pkcs11_client 2018-01-23 05:44:20 -05:00
CMakeLists.txt New module: pkcs11_client 2018-01-23 05:44:20 -05:00
compat.sh compat.sh: use wait_server_start 2017-12-14 19:02:00 +01:00
Descriptions.txt
Makefile New module: pkcs11_client 2018-01-23 05:44:20 -05:00
softhsm2.conf New module: pkcs11_client 2018-01-23 05:44:20 -05:00
ssl-opt.sh wait_server_start: minor efficiency improvement 2017-12-14 18:58:42 +01:00