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