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 Minor gitginore fixes 2015-01-28 15:34:01 +00:00
aes.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
aesni.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
arc4.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
asn1parse.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
asn1write.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
base64.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
bignum.c Remove work-around for alleged compiler bug 2015-02-12 09:38:54 +00:00
blowfish.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
camellia.c Fix two warnings from armcc v5 2015-02-10 17:34:35 +01:00
ccm.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
certs.c Fix url again 2015-01-28 17:12:07 +00:00
cipher_wrap.c Fix "int vs enum" warnings from armcc v5 2015-02-10 17:34:48 +01:00
cipher.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
CMakeLists.txt Prepare for mbed TLS 1.3.10 release 2015-02-08 15:49:54 +01:00
ctr_drbg.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
debug.c modify library/debug.c to use polarssl_snprintf 2015-02-13 13:50:26 +00:00
des.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
dhm.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
ecdh.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
ecdsa.c Fix "int vs enum" warnings from armcc v5 2015-02-10 17:34:48 +01:00
ecp_curves.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
ecp.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
entropy_poll.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
entropy.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
error.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
gcm.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
havege.c Fix url again 2015-01-28 17:12:07 +00:00
hmac_drbg.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
Makefile Avoid warning from mingw for shared library 2015-02-13 13:34:08 +00:00
md2.c Fix missing include in non-default things 2015-02-10 12:47:52 +00:00
md4.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
md5.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
md_wrap.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
md.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
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 Fix missing include in i386-specific file 2015-02-10 13:50:47 +00:00
pbkdf2.c Fix url again 2015-01-28 17:12:07 +00:00
pem.c change test function includes to use one convention 2015-02-10 11:28:46 +00:00
pk_wrap.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
pk.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
pkcs5.c Fix "int vs enum" warnings from armcc v5 2015-02-10 17:34:48 +01:00
pkcs11.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
pkcs12.c Fix "int vs enum" warnings from armcc v5 2015-02-10 17:34:48 +01:00
pkparse.c Fix two warnings from armcc v5 2015-02-10 17:34:35 +01:00
pkwrite.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
platform.c add POLARSSL_PLATFORM_EXIT_ALT 2015-02-13 13:50:26 +00:00
ripemd160.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
rsa.c Fix "int vs enum" warnings from armcc v5 2015-02-10 17:34:48 +01:00
sha1.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
sha256.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
sha512.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
ssl_cache.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
ssl_ciphersuites.c Fix "int vs enum" warnings from armcc v5 2015-02-10 17:34:48 +01:00
ssl_cli.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
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 Fix url again 2015-01-28 17:12:07 +00:00
timing.c Fix one more warning on windows 2015-02-11 12:54:35 +00:00
version_features.c Fix url again 2015-01-28 17:12:07 +00:00
version.c Fix url again 2015-01-28 17:12:07 +00:00
x509_create.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
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
x509.c Merge remote-tracking branch 'rich/platform' into development 2015-02-13 15:11:24 +00:00
x509write_crt.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
x509write_csr.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00
xtea.c cleanup library and some basic tests. Includes, add guards to includes 2015-02-10 11:28:46 +00:00