mbedtls/visualc/VS2010
Janos Follath bea98b4581 Remove Diffie-Hellman examples
These examples rely on the NET module, which we want to remove. In
theory we could remove just the dependency, but we decided to remove the
whole example because:

 - They showcase some bad crypto: custom, undocumented protocol (not
   obviously broken though, apart from authenticating only one side);
   hard-coded limit of 512-bit size for the DH modulus (2048 is the
   recommended minimum these days); direct use of the shared secret as a
   key (instead of applying a KDF); encryption with ECB, custom
   parameters and the client not having the ability to verify them.
 - The programs use the DH API in the same way that TLS does, so they
   have limited demonstration value.
 - The programs only show finite-field DH, which is not used all that
   much these days. What people want to see is mostly ECDH.
2019-03-06 15:39:48 +00:00
..
aescrypt2.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
benchmark.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
cert_app.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
cert_req.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
cert_write.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
crl_app.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
crypt_and_hash.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
crypto_examples.vcxproj Add visualc files generated by generate_visualc_files.pl 2018-09-14 10:02:25 +01:00
dh_genprime.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
dtls_client.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
dtls_server.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
ecdh_curve25519.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
ecdsa.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
gen_entropy.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
gen_key.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
gen_random_ctr_drbg.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
gen_random_havege.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
generic_sum.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
hello.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
key_app.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
key_app_writer.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
key_ladder_demo.vcxproj Add visualc files generated by generate_visualc_files.pl 2018-09-14 10:02:25 +01:00
mbedTLS.sln Remove Diffie-Hellman examples 2019-03-06 15:39:48 +00:00
mbedTLS.vcxproj Add common header for crypto service integration 2019-02-19 15:09:14 +02:00
mini_client.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
mpi_demo.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
pem2der.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
pk_decrypt.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
pk_encrypt.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
pk_sign.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
pk_verify.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
psa_constant_names.vcxproj Add visualc files generated by generate_visualc_files.pl 2018-09-14 10:02:25 +01:00
query_compile_time_config.vcxproj Fix missing include in vs proj files for query programs 2019-02-07 10:38:22 +00:00
req_app.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
rsa_decrypt.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
rsa_encrypt.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
rsa_genkey.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
rsa_sign.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
rsa_sign_pss.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
rsa_verify.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
rsa_verify_pss.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
selftest.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
ssl_cert_test.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
ssl_client1.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
ssl_client2.vcxproj Fix missing include in vs proj files for query programs 2019-02-07 10:38:22 +00:00
ssl_fork_server.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
ssl_mail_client.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
ssl_server.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
ssl_server2.vcxproj Fix missing include in vs proj files for query programs 2019-02-07 10:38:22 +00:00
strerror.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
udp_proxy.vcxproj Have Visual Studio handle linking to mbedTLS.lib internally 2018-02-21 13:33:15 +00:00
zeroize.vcxproj Add platform_utils and zeroize to visualc files 2018-04-17 10:03:44 -05:00