mbedtls/library
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
..
.gitignore
aes.c
aesni.c
arc4.c
asn1parse.c
asn1write.c
base64.c
bignum.c Remove work-around for alleged compiler bug 2015-02-12 09:38:54 +00:00
blowfish.c
camellia.c
ccm.c
certs.c
cipher.c
cipher_wrap.c Fix "int vs enum" warnings from armcc v5 2015-02-10 17:34:48 +01:00
CMakeLists.txt
ctr_drbg.c
debug.c modify library/debug.c to use polarssl_snprintf 2015-02-13 13:50:26 +00:00
des.c
dhm.c
ecdh.c
ecdsa.c Fix "int vs enum" warnings from armcc v5 2015-02-10 17:34:48 +01:00
ecp.c
ecp_curves.c
entropy.c
entropy_poll.c
error.c
gcm.c
havege.c
hmac_drbg.c
Makefile Avoid warning from mingw for shared library 2015-02-13 13:34:08 +00:00
md.c
md2.c
md4.c
md5.c
md_wrap.c
memory_buffer_alloc.c Merge remote-tracking branch 'rich/platform' into development 2015-02-13 15:11:24 +00:00
net.c modify library/net.c to use polarssl_snprintf 2015-02-13 13:50:25 +00:00
oid.c modify oid.c to use polarssl_snprintf 2015-02-13 13:50:25 +00:00
padlock.c
pbkdf2.c
pem.c
pk.c
pk_wrap.c
pkcs5.c Fix "int vs enum" warnings from armcc v5 2015-02-10 17:34:48 +01:00
pkcs11.c
pkcs12.c Fix "int vs enum" warnings from armcc v5 2015-02-10 17:34:48 +01:00
pkparse.c
pkwrite.c
platform.c add POLARSSL_PLATFORM_EXIT_ALT 2015-02-13 13:50:26 +00:00
ripemd160.c
rsa.c Fix "int vs enum" warnings from armcc v5 2015-02-10 17:34:48 +01:00
sha1.c
sha256.c
sha512.c
ssl_cache.c
ssl_ciphersuites.c Fix "int vs enum" warnings from armcc v5 2015-02-10 17:34:48 +01:00
ssl_cli.c
ssl_srv.c Simplify some constant-time code 2015-02-11 15:29:15 +00:00
ssl_tls.c Fix msvc warning 2015-02-11 14:54:11 +00:00
threading.c
timing.c Fix one more warning on windows 2015-02-11 12:54:35 +00:00
version.c
version_features.c
x509.c Merge remote-tracking branch 'rich/platform' into development 2015-02-13 15:11:24 +00:00
x509_create.c
x509_crl.c modify library/x509*.c to use polarssl_snprintf 2015-02-13 13:50:25 +00:00
x509_crt.c modify library/x509*.c to use polarssl_snprintf 2015-02-13 13:50:25 +00:00
x509_csr.c modify library/x509*.c to use polarssl_snprintf 2015-02-13 13:50:25 +00:00
x509write_crt.c
x509write_csr.c
xtea.c