mbedtls/programs/pkey
Manuel Pégourié-Gonnard ac1f76c362 Merge remote-tracking branch 'rich/platform' into development
* rich/platform:
  Remove dependency on sscanf in lib x509
  Fix extra guard in memory_buffer_alloc
  rebase from development
  implemented macro overriding for polarssl_* library functions
  fix bug introduced by the addition of snprintf and assert macro which caused tests to fail without polarssl_platform_c defined
  add initial symbols to config and checks to check_config to allow use of macros to define standard functions
  reformat and arrange additions to config alphabetically
  add missing checks to check_config
  add macro definition of assert using polarssl_exit
  modify library/memory_buffer_alloc.c, benchmark.c and the tests main code to use polarssl_exit
  add POLARSSL_PLATFORM_EXIT_ALT
  modify scripts/* and tests/* to use polarssl_snprintf
  modify programs/*.c to use polarssl_snprintf
  modify library/debug.c to use polarssl_snprintf
  modify library/x509*.c to use polarssl_snprintf
  modify library/net.c to use polarssl_snprintf
  modify oid.c to use polarssl_snprintf
  add platform_set_snprintf

Conflicts:
	library/memory_buffer_alloc.c
	programs/pkey/pk_sign.c
	programs/pkey/pk_verify.c
	programs/pkey/rsa_sign_pss.c
	programs/pkey/rsa_verify_pss.c
	programs/ssl/ssl_client2.c
	programs/ssl/ssl_pthread_server.c
	programs/test/benchmark.c
	programs/test/ssl_cert_test.c
2015-02-13 15:11:24 +00:00
..
CMakeLists.txt Rename project in CMake 2015-01-27 15:44:46 +00:00
dh_client.c Style: add spaces before line continuation 2015-02-13 14:09:44 +00:00
dh_genprime.c Style: add spaces before line continuation 2015-02-13 14:09:44 +00:00
dh_prime.txt - Changed saved value to RCF 3526 2048 MODP group 2012-10-03 19:50:54 +00:00
dh_server.c Style: fix trailing spaces 2015-02-13 14:12:07 +00:00
ecdsa.c Style: add spaces before line continuation 2015-02-13 14:09:44 +00:00
gen_key.c Style: add spaces before line continuation 2015-02-13 14:09:44 +00:00
key_app.c Style: fix trailing spaces 2015-02-13 14:12:07 +00:00
key_app_writer.c Style: fix trailing spaces 2015-02-13 14:12:07 +00:00
mpi_demo.c Cleanup programs further 2015-02-13 13:50:05 +00:00
pk_decrypt.c Style: add spaces before line continuation 2015-02-13 14:09:44 +00:00
pk_encrypt.c Style: add spaces before line continuation 2015-02-13 14:09:44 +00:00
pk_sign.c Merge remote-tracking branch 'rich/platform' into development 2015-02-13 15:11:24 +00:00
pk_verify.c Merge remote-tracking branch 'rich/platform' into development 2015-02-13 15:11:24 +00:00
rsa_decrypt.c Style: add spaces before line continuation 2015-02-13 14:09:44 +00:00
rsa_encrypt.c Style: fix trailing spaces 2015-02-13 14:12:07 +00:00
rsa_genkey.c Style: fix trailing spaces 2015-02-13 14:12:07 +00:00
rsa_priv.txt - Smaller default values 2012-10-24 14:29:17 +00:00
rsa_pub.txt - Smaller default values 2012-10-24 14:29:17 +00:00
rsa_sign.c Style: fix trailing spaces 2015-02-13 14:12:07 +00:00
rsa_sign_pss.c Merge remote-tracking branch 'rich/platform' into development 2015-02-13 15:11:24 +00:00
rsa_verify.c Style: add spaces before line continuation 2015-02-13 14:09:44 +00:00
rsa_verify_pss.c Merge remote-tracking branch 'rich/platform' into development 2015-02-13 15:11:24 +00:00