1. 83cd34a selftest: fix build error in some configurations by Gilles Peskine · 8 years ago
  2. a66fb3f selftest: allow excluding a subset of the tests by Gilles Peskine · 8 years ago
  3. edede44 selftest: allow running a subset of the tests by Gilles Peskine · 8 years ago
  4. 6d51b63 selftest: fixed an erroneous return code by Gilles Peskine · 8 years ago
  5. 9d7dfb7 selftest: refactor to separate the list of tests from the logic by Gilles Peskine · 8 years ago
  6. 283a80d Merge remote-tracking branch 'upstream-public/pr/1108' into mbedtls-2.1 by Gilles Peskine · 8 years ago
  7. 1a662eb Allow requests of size larger than 16384 in ssl_client2 by Hanno Becker · 8 years ago
  8. cdba5cd Improve output on bad cmd line args in `programs/x509/cert_write` by Hanno Becker · 8 years ago
  9. 37de775 Fix error code printing in cert_write by Hanno Becker · 8 years ago
  10. 54d6c5b Use X509 CRT version macros in cert_write program by Hanno Becker · 8 years ago
  11. 4f4864a Fix senseless comment by Hanno Becker · 8 years ago
  12. 7de3ff3 Minor style and typo corrections by Hanno Becker · 8 years ago
  13. 781af0d Extend cert_write example program by multiple cmd line options by Hanno Becker · 8 years ago
  14. bd25784 Fix ssl_server2 sample application prompt by Ron Eldor · 8 years ago
  15. 0936201 Correct comment and remove empty line by Hanno Becker · 8 years ago
  16. 66daa68 Reliably zeroize sensitive data in AES sample application by Hanno Becker · 8 years ago
  17. e0c35a6 Reliably zeroize sensitive data in Crypt-and-Hash sample application by Hanno Becker · 8 years ago
  18. a905bdc Minor: Fix typo in program comments by Ron Eldor · 8 years ago
  19. 46a1629 Remove %zu format string from ssl_client2 and ssl_server2 by Hanno Becker · 8 years ago
  20. 431c2af Merge remote-tracking branch 'janos/mbedtls-2.1-iotssl-1156-ecdsa-sample-and-doc-clarification' into mbedtls-2.1 by Manuel Pégourié-Gonnard · 8 years ago
  21. 5ad6789 Clarify the use of ECDSA API by Janos Follath · 8 years ago
  22. 61c0c70 Add tests for missing CA chains and bad curves. by Hanno Becker · 8 years ago
  23. db56aca Allow SHA-1 in server tests, when the signature_algorithm extension is not used by Gilles Peskine · 8 years ago
  24. ae76599 Test that SHA-1 defaults off by Gilles Peskine · 8 years ago
  25. 12c1954 Allow SHA-1 in SSL renegotiation tests by Gilles Peskine · 8 years ago
  26. dd57d75 Allow SHA-1 in X.509 and TLS tests by Gilles Peskine · 8 years ago
  27. 0ac1392 Remove use of inttypes.h in MSVC from ssl_server2 by Andres AG · 8 years ago
  28. 78011d9 fix for issue 1101: missing rsa context initialization by Ron Eldor · 9 years ago
  29. c60c312 Fix default hostname for verification used in ssl_client1 by Paul Bakker · 9 years ago
  30. 9b1927b Add DTLS test to check 6 byte record ctr is cmp by Andres AG · 9 years ago
  31. 9d32bd9 Fix examples that failed to compile without PEM by Andres AG · 9 years ago
  32. 5214607 Add extra compilation conditions to X.509 samples by Simon Butcher · 9 years ago
  33. 411fd7c Add extra compilation conditions to gen_key.c #559 by Simon Butcher · 9 years ago
  34. d7fb3fd Fix error text and whitespace in crypt_and_hash.c by Simon Butcher · 9 years ago
  35. 3ef29f6 Do not add empty cert / key in cert_app by Paul Bakker · 9 years ago
  36. 11a7d7c Actually apply debug_level settings in cert_app by Paul Bakker · 9 years ago
  37. a9f02c8 Fix for #441 - crypt and hash gcm (#546) by Paul Bakker · 9 years ago
  38. c019035 Add missing stdlib.h header to rsa sample programs by Simon Butcher · 9 years ago
  39. 663638d Corrects platform return values in rsa sample programs by Simon Butcher · 9 years ago
  40. 4529c48 Fixes error and exit paths in rsa sample programs by Simon Butcher · 9 years ago
  41. bffa68d Fix memory leaks in example programs. by Janos Follath · 9 years ago
  42. c89a62e Improves and makes pretty the ssl_fork_server output by Janos Follath · 9 years ago
  43. 56a7347 Fix issue #429 in ssl_fork_server.c by Janos Follath · 9 years ago
  44. 3dd85dd cert_write : fix "Destination buffer is too small" error by Jonathan Leroy · 10 years ago
  45. 1f8c20a Fix help message for cert_req/cert_write programs by Jonathan Leroy · 10 years ago
  46. 6bfa1d8 Fix minor spelling mistake in programs/pkey/gen_key.c by James Cowgill · 10 years ago
  47. 2ed05a0 Fix typos by Manuel Pégourié-Gonnard · 10 years ago
  48. 22311ae Improve help message of ssl_*2.c by Manuel Pégourié-Gonnard · 10 years ago
  49. 3f09b6d Fix API by Manuel Pégourié-Gonnard · 10 years ago
  50. dbd2307 Add option reconnect_hard to ssl_client2 by Manuel Pégourié-Gonnard · 10 years ago
  51. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  52. ed51594 Merge pull request #265 from ARMmbed/iotssl-460-bugfixes by Simon Butcher · 10 years ago
  53. a2cda6b Add mbedtls_ssl_get_max_frag_len() by Manuel Pégourié-Gonnard · 10 years ago
  54. cf9ab63 Fix error reporting in pkey/pk_* programs by Manuel Pégourié-Gonnard · 10 years ago
  55. ce7a08b Fix more comments/outputs in verify programs by Manuel Pégourié-Gonnard · 10 years ago
  56. 102a620 Fix hash buffer size in pkey programs by Manuel Pégourié-Gonnard · 10 years ago
  57. d224ff1 Change default RSA key size in rsa_genkey by Manuel Pégourié-Gonnard · 10 years ago
  58. 1d8f2da Fix comments about filenames in some programs by Manuel Pégourié-Gonnard · 10 years ago
  59. d74c697 Fix memory corruption in rsa sign/verify programs by Manuel Pégourié-Gonnard · 10 years ago
  60. ea35666 Fix -Wshadow warnings by Manuel Pégourié-Gonnard · 10 years ago
  61. fa1304a Use Unix line endings in wince_main.c too by Manuel Pégourié-Gonnard · 10 years ago
  62. d738965 Fix typos (found by Francesco Pompò) by Manuel Pégourié-Gonnard · 10 years ago
  63. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  64. 4f3368e Fix bug in benchmark.c with DHM params by Manuel Pégourié-Gonnard · 10 years ago
  65. 78ec2b0 Cosmetics in Makefiles by Manuel Pégourié-Gonnard · 10 years ago
  66. a6dbddc Fix benchmark.c for removal of small DH params by Manuel Pégourié-Gonnard · 10 years ago
  67. 77c6562 Update dh_genprime program by Manuel Pégourié-Gonnard · 10 years ago
  68. 6755717 Fix stupid typo in ssl_server2.c by Manuel Pégourié-Gonnard · 10 years ago
  69. 046589e Rm obsolete defines for snprintf in programs by Manuel Pégourié-Gonnard · 10 years ago
  70. 9de64f5 Fix MSVC warnings in library and programs by Manuel Pégourié-Gonnard · 10 years ago
  71. 052f288 Cosmetics in debug in ssl_{client,server}2.c by Manuel Pégourié-Gonnard · 10 years ago
  72. abc729e Simplify net_accept() with UDP sockets by Manuel Pégourié-Gonnard · 10 years ago
  73. 3d7d00a Rename mbedtls_net_close() to mbedtls_net_free() by Manuel Pégourié-Gonnard · 10 years ago
  74. 5db6432 Adapt programs to the new NET API by Manuel Pégourié-Gonnard · 10 years ago
  75. a7c8903 Add missing programs to Makefile by Manuel Pégourié-Gonnard · 10 years ago
  76. 1c5b9fc Avoid truncating peer cert info in ssl_server2 by Manuel Pégourié-Gonnard · 10 years ago
  77. fc36708 Use $(MAKE), not make by Manuel Pégourié-Gonnard · 10 years ago
  78. 633c6b6 Run timing selftest on all platforms by Manuel Pégourié-Gonnard · 10 years ago
  79. 4b00f08 Fix snprintf test by Manuel Pégourié-Gonnard · 10 years ago
  80. ea9556a Fix mistaken changes in Makefile's clean target by Manuel Pégourié-Gonnard · 10 years ago
  81. 216a183 Fix whitespace in CMakeLists.txt by Manuel Pégourié-Gonnard · 10 years ago
  82. 21e1ac2 Fix linking order with make by Manuel Pégourié-Gonnard · 10 years ago
  83. 5c59a4f Split libs with make + general make cleanups by Manuel Pégourié-Gonnard · 10 years ago
  84. 8d4a613 Small Makefile improvements by Manuel Pégourié-Gonnard · 10 years ago
  85. 61ee351 Adapt programs to the new debug API by Manuel Pégourié-Gonnard · 10 years ago
  86. c0d7494 Make 'port' a string in NET module by Manuel Pégourié-Gonnard · 10 years ago
  87. 0789433 Rename M255 to Curve25519 by Manuel Pégourié-Gonnard · 10 years ago
  88. 6ea831d Add tests for mbedtls_set_hs_ca_chain() by Manuel Pégourié-Gonnard · 10 years ago
  89. 4d6f178 Add support for SNI CA and authmode in ssl_server2 by Manuel Pégourié-Gonnard · 10 years ago
  90. 7b6dcbe Add tests for snprintf by Manuel Pégourié-Gonnard · 10 years ago
  91. 7580ba4 Add a concept of entropy source strength. by Manuel Pégourié-Gonnard · 10 years ago
  92. c0696c2 Rename mbedtls_mpi_msb to mbedtls_mpi_bitlen by Manuel Pégourié-Gonnard · 10 years ago
  93. 797f48a Rename ecp_curve_info.size to bit_size by Manuel Pégourié-Gonnard · 10 years ago
  94. 898e0aa Rename key_length in cipher_info by Manuel Pégourié-Gonnard · 10 years ago
  95. b31c5f6 Add SSL presets. by Manuel Pégourié-Gonnard · 10 years ago
  96. 9096682 Add dhmlen option in ssl_client2.c by Manuel Pégourié-Gonnard · 10 years ago
  97. bf27eaa Fix help string in ssl_client2.c by Manuel Pégourié-Gonnard · 10 years ago
  98. ba56136 Avoid in-out length in base64 by Manuel Pégourié-Gonnard · 10 years ago
  99. 3335205 Avoid in-out length in dhm_calc_secret() by Manuel Pégourié-Gonnard · 10 years ago
  100. d14acbc Test assumptions we make about the platform by Manuel Pégourié-Gonnard · 10 years ago