mbedtls/library
Manuel Pégourié-Gonnard edb7ed3a43 Merge commit 'd7e2483' into dtls
* commit 'd7e2483': (57 commits)
  Skip signature_algorithms ext if PSK only
  Fix bug in ssl_client2 reconnect option
  Cosmetics in ssl_server2
  Improve debugging message.
  Fix net_usleep for durations greater than 1 second
  Use pk_load_file() in X509
  Create ticket keys only if enabled
  Fix typo in #ifdef
  Clarify documentation a bit
  Fix comment on resumption
  Update comment from draft to RFC
  Use more #ifdef's on CLI_C and SRV_C in ssl_tls.c
  Add recursion.pl to all.sh
  Allow x509_crt_verify_child() in recursion.pl
  Set a compile-time limit to X.509 chain length
  Fix 3DES -> DES in all.sh (+ time estimates)
  Add curves.pl to all.sh
  Rework all.sh to use MSan instead of valgrind
  Fix depends on individual curves in tests
  Add script to test depends on individual curves
  ...

Conflicts:
	CMakeLists.txt
	programs/ssl/ssl_client2.c
2015-01-20 16:52:28 +00:00
..
.gitignore
aes.c
aesni.c
arc4.c
asn1parse.c Fix uninitialised pointer dereference 2014-11-12 00:01:52 +01:00
asn1write.c Make malloc-init script a bit happier 2014-11-13 12:42:12 +01:00
base64.c
bignum.c
blowfish.c
camellia.c Fix potential undefined behaviour in Camellia 2014-11-12 00:01:51 +01:00
ccm.c
certs.c
cipher.c
cipher_wrap.c
CMakeLists.txt Merge commit 'd7e2483' into dtls 2015-01-20 16:52:28 +00:00
ctr_drbg.c Fix missing bound check 2015-01-13 14:58:00 +01:00
debug.c Add text view to debug_print_buf() 2014-11-19 13:21:38 +01:00
des.c
dhm.c
ecdh.c
ecdsa.c Fix ECDSA sign buffer size 2014-11-12 00:01:52 +01:00
ecp.c Add ecp_check_pub_priv() 2014-11-06 18:25:51 +01:00
ecp_curves.c
entropy.c
entropy_poll.c
error.c Add net_recv_timeout() 2014-10-21 16:32:26 +02:00
gcm.c
havege.c
hmac_drbg.c
Makefile Preparation for PolarSSL 1.4.0 2014-10-21 16:40:54 +02:00
md.c
md2.c
md4.c
md5.c
md_wrap.c
memory_buffer_alloc.c Fix len miscalculation in buffer-based allocator 2015-01-13 14:58:01 +01:00
net.c Merge commit 'd7e2483' into dtls 2015-01-20 16:52:28 +00:00
oid.c
padlock.c
pbkdf2.c
pem.c
pk.c Implement pk_check_pair() for RSA-alt 2014-11-08 18:00:22 +01:00
pk_wrap.c Fix dependency issues 2014-11-12 00:01:34 +01:00
pkcs5.c
pkcs11.c
pkcs12.c
pkparse.c Use pk_load_file() in X509 2014-11-27 17:44:46 +01:00
pkwrite.c
platform.c
ripemd160.c
rsa.c Add rsa_check_pub_priv() 2014-11-06 18:25:51 +01:00
sha1.c
sha256.c
sha512.c
ssl_cache.c Make malloc-init script a bit happier 2014-11-13 12:42:12 +01:00
ssl_ciphersuites.c
ssl_cli.c Merge commit 'd7e2483' into dtls 2015-01-20 16:52:28 +00:00
ssl_cookie.c
ssl_srv.c Merge commit 'd7e2483' into dtls 2015-01-20 16:52:28 +00:00
ssl_tls.c Merge commit 'd7e2483' into dtls 2015-01-20 16:52:28 +00:00
threading.c
timing.c
version.c
version_features.c Preparation for PolarSSL 1.4.0 2014-10-21 16:40:54 +02:00
x509.c Use pk_load_file() in X509 2014-11-27 17:44:46 +01:00
x509_create.c
x509_crl.c Use pk_load_file() in X509 2014-11-27 17:44:46 +01:00
x509_crt.c Use pk_load_file() in X509 2014-11-27 17:44:46 +01:00
x509_csr.c Use pk_load_file() in X509 2014-11-27 17:44:46 +01:00
x509write_crt.c
x509write_csr.c
xtea.c