mbedtls/programs
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
..
aes Adapt programs / test suites 2014-07-09 10:19:24 +02:00
hash Adapt programs / test suites 2014-07-09 10:19:24 +02:00
pkey Add UDP support to the NET module 2014-10-21 16:30:09 +02:00
random Adapt programs / test suites 2014-07-09 10:19:24 +02:00
ssl Merge commit 'd7e2483' into dtls 2015-01-20 16:52:28 +00:00
test Merge commit '8b9bcec' into dtls 2015-01-20 16:38:39 +00:00
util pem2der.c: fix double-free bug 2014-08-14 11:34:34 +02:00
x509 Merge commit 'd7e2483' into dtls 2015-01-20 16:52:28 +00:00
.gitignore Add dlts_client.c and dtls_server.c 2014-10-21 16:32:54 +02:00
CMakeLists.txt
Makefile Add dlts_client.c and dtls_server.c 2014-10-21 16:32:54 +02:00
wince_main.c