mbedtls/visualc/VS2010
Manuel Pégourié-Gonnard 2a0718d947 Merge branch 'development' into dtls
* development: (46 commits)
  Fix url again
  Fix small bug in base64_encode()
  Fix depend that was checked but not documented
  Fix dependency that was not checked
  Minor gitginore fixes
  Move some ignore patterns to subdirectories
  Ignore CMake/MSVC-related build files.
  Re-categorize changelog entry
  Fix misattribution
  Minor nits with stdout/stderr.
  Add cmake compatibility targets
  Add script for polarssl symlink creation
  Fix more stdio inclusion issues
  Add debug info for cert/suite selection
  Fix possible portability issue
  Fix bug in ssl_get_verify_result()
  aescrypt2.c local char array not initial
  Update Changelog
  Fix mips64 bignum implementation
  Fix usage string of ssl_client2
  ...

Conflicts:
	include/polarssl/ssl.h
	library/CMakeLists.txt
	library/Makefile
	programs/Makefile
	programs/ssl/ssl_client2.c
	programs/ssl/ssl_server2.c
	visualc/VS2010/PolarSSL.sln
	visualc/VS2010/mbedTLS.vcxproj
	visualc/VS6/mbedtls.dsp
	visualc/VS6/mbedtls.dsw
2015-01-29 11:29:12 +00:00
..
aescrypt2.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
benchmark.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
cert_app.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
cert_req.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
crl_app.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
crypt_and_hash.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
dh_client.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
dh_genprime.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
dh_server.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
dtls_client.vcxproj Add VS projects 2014-10-22 16:08:46 +02:00
dtls_server.vcxproj Add VS projects 2014-10-22 16:08:46 +02:00
gen_entropy.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
gen_key.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
gen_random_ctr_drbg.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
gen_random_havege.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
generic_sum.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
hello.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
key_app.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
key_app_writer.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
mbedTLS.sln Generate VC files with new name 2015-01-26 16:44:38 +00:00
mbedTLS.vcxproj Merge branch 'development' into dtls 2015-01-29 11:29:12 +00:00
md5sum.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
mpi_demo.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
pem2der.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
pk_decrypt.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
pk_encrypt.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
pk_sign.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
pk_verify.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
rsa_decrypt.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
rsa_encrypt.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
rsa_genkey.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
rsa_sign.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
rsa_sign_pss.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
rsa_verify.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
rsa_verify_pss.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
selftest.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
sha1sum.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
sha2sum.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
ssl_cert_test.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
ssl_client1.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
ssl_client2.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
ssl_fork_server.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
ssl_mail_client.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
ssl_server.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
ssl_server2.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
ssl_test.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
strerror.vcxproj Generate VC files with new name 2015-01-26 16:44:38 +00:00
udp_proxy.vcxproj Add VS projects 2014-10-22 16:08:46 +02:00