mbedtls/visualc/VS2010
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
..
aescrypt2.vcxproj
benchmark.vcxproj
cert_app.vcxproj
cert_req.vcxproj
cert_write.vcxproj
crl_app.vcxproj
crypt_and_hash.vcxproj
dh_client.vcxproj
dh_genprime.vcxproj
dh_server.vcxproj
dtls_client.vcxproj
dtls_server.vcxproj
ecdh_curve25519.vcxproj
ecdsa.vcxproj
gen_entropy.vcxproj
gen_key.vcxproj
gen_random_ctr_drbg.vcxproj
gen_random_havege.vcxproj
generic_sum.vcxproj
hello.vcxproj
key_app.vcxproj
key_app_writer.vcxproj
mbedTLS.sln
mbedTLS.vcxproj New module: pkcs11_client 2018-01-23 05:44:20 -05:00
md5sum.vcxproj
mini_client.vcxproj
mpi_demo.vcxproj
pem2der.vcxproj
pk_decrypt.vcxproj
pk_encrypt.vcxproj
pk_sign.vcxproj
pk_verify.vcxproj
req_app.vcxproj
rsa_decrypt.vcxproj
rsa_encrypt.vcxproj
rsa_genkey.vcxproj
rsa_sign.vcxproj
rsa_sign_pss.vcxproj
rsa_verify.vcxproj
rsa_verify_pss.vcxproj
selftest.vcxproj
sha1sum.vcxproj
sha2sum.vcxproj
ssl_cert_test.vcxproj
ssl_client1.vcxproj
ssl_client2.vcxproj
ssl_fork_server.vcxproj
ssl_mail_client.vcxproj
ssl_server.vcxproj
ssl_server2.vcxproj
strerror.vcxproj
udp_proxy.vcxproj