1. a237722 Add MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN by Manuel Pégourié-Gonnard · 5 years ago
  2. 15a7cd1 Merge tag 'mbedtls-2.16.7' into merge-2.16.7-release-to-mbedtls-2.16 by Janos Follath · 5 years ago
  3. c9914ec programs: cmake: Fix relative path warnings by Ronald Cron · 5 years ago
  4. c7f8aec programs: ssl: cmake: Add missing executable by Ronald Cron · 5 years ago
  5. fc253b3 programs: ssl: cmake: Reorder declaration of executables by Ronald Cron · 5 years ago
  6. f69b919 Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.7r0 by Janos Follath · 5 years ago
  7. 23983f3 Add config.h option MBEDTLS_ECP_NO_INTERNAL_RNG by Manuel Pégourié-Gonnard · 5 years ago
  8. f744bd7 Update license headers to Apache-2.0 OR GPL-2.0-or-later by Bence Szépkúti · 5 years ago
  9. 51b41d5 Add Apache-2.0 headers to all scripts by Bence Szépkúti · 5 years ago
  10. 468a76f Add copyright dates to all scripts by Bence Szépkúti · 5 years ago
  11. cd6fd06 Remove hardcoded line number from the zeroize test by Bence Szépkúti · 5 years ago
  12. 74fc3be Remove superfluous include from zeroize.c by Bence Szépkúti · 5 years ago
  13. cd29f86 Normalize line endings by Gilles Peskine · 5 years ago
  14. 8b34fef Merge pull request #2710 from k-stachowiak/unified-exit-in-examples-2.16 by Gilles Peskine · 5 years ago
  15. d135bbd Strict C99: don't use extremely large string literals by Gilles Peskine · 5 years ago
  16. 971e5e9 Strict C99: don't use a signed* when an unsigned* is expected by Gilles Peskine · 5 years ago
  17. e675a8d Get rid of a magic value in benchmark.c by Manuel Pégourié-Gonnard · 5 years ago
  18. 0195579 Fix integer overflow in benchmark program by Manuel Pégourié-Gonnard · 5 years ago
  19. 5e65619 Merge pull request #3142 from mpg/fix-reconnect-2.16 by Gilles Peskine · 5 years ago
  20. 7fe5ac1 Fix some style issues in udp_proxy by Manuel Pégourié-Gonnard · 5 years ago
  21. b85ce9e Add negative test for hard reconnect cookie check by Manuel Pégourié-Gonnard · 5 years ago
  22. a46f75c Fix debug message by using the correct function name called by Ercan Ozturk · 6 years ago
  23. 498e632 Fix possible close_notify/ClientHello confusion by Manuel Pégourié-Gonnard · 5 years ago
  24. c054643 Merge pull request #2894 from gilles-peskine-arm/drbg-set_entropy_len-2.16 by Jaeden Amero · 6 years ago
  25. f4c0dbc Fix CTR_DRBG benchmark by Gilles Peskine · 6 years ago
  26. 8fedeaa Merge pull request #2871 from gilles-peskine-arm/test_malloc_0_null-2.16 by Jaeden Amero · 6 years ago
  27. 1989218 Move MBEDTLS_CTR_DRBG_USE_128_BIT_KEY to the correct section by Gilles Peskine · 6 years ago
  28. 7430d23 Add a calloc self-test by Gilles Peskine · 6 years ago
  29. 6d10a56 Remove obsolete comment by k-stachowiak · 6 years ago
  30. 3b0c430 Unify the example programs' termination by Krzysztof Stachowiak · 6 years ago
  31. 7b03e87 Merge remote-tracking branch 'restricted/pr/582' into mbedtls-2.16-restricted by Jaeden Amero · 6 years ago
  32. 7f132cc Merge remote-tracking branch 'origin/pr/2714' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  33. 0c42e90 programs: Make `make clean` clean all programs always by Jaeden Amero · 6 years ago
  34. 0b87412 Remove mbedtls_param_failed from programs by Gilles Peskine · 6 years ago
  35. 30346f6 Make it easier to define MBEDTLS_PARAM_FAILED as assert by Gilles Peskine · 6 years ago
  36. 8f27b44 Merge remote-tracking branch 'origin/pr/2695' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  37. 7aed01c Merge remote-tracking branch 'origin/pr/2481' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  38. bcf97ec UDP proxy: Don't attempt to dissect dgram into records when dropping by Hanno Becker · 6 years ago
  39. e79c939 Change size of preallocated buffer for pk_sign() calls by k-stachowiak · 6 years ago
  40. d0f2d81 Document support for MD2 and MD4 in programs/x509/cert_write by Hanno Becker · 6 years ago
  41. 8a0193e Add suppport for MD2 to CSR and CRT writing example programs by Hanno Becker · 6 years ago
  42. 1ce1a51 Document "none" value for ca_path/ca_file in ssl_client2/ssl_server2 by Hanno Becker · 6 years ago
  43. 7ae36e4 ssl_server2: Skip CA setup if `ca_path` or `ca_file` argument "none" by Hanno Becker · 6 years ago
  44. a724206 ssl_client2: Skip CA setup if `ca_path` or `ca_file` argument "none" by Hanno Becker · 6 years ago
  45. c258c44 Correct white spaces in ssl_server2 and ssl_client2 by Hanno Becker · 7 years ago
  46. bb676f7 Adapt ssl_client2 to parse DER encoded test CRTs if PEM is disabled by Hanno Becker · 7 years ago
  47. 38566cc Adapt ssl_server2 to parse DER encoded test CRTs if PEM is disabled by Hanno Becker · 7 years ago
  48. 9cfc9ce Merge remote-tracking branch 'origin/pr/2542' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  49. d6028a1 Improve macro hygiene by Hanno Becker · 7 years ago
  50. d17b5e9 Merge remote-tracking branch 'origin/pr/2553' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  51. 1ec99c6 Remove ssl_cert_test sample app by Ron Eldor · 6 years ago
  52. 24eec79 Add guards for MBEDTLS_X509_CRL_PARSE_C in sample by Ron Eldor · 6 years ago
  53. 5b9e318 Fix default port number information by irwir · 7 years ago
  54. cef29a2 Merge remote-tracking branch 'origin/pr/2401' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  55. 799cd57 Merge remote-tracking branch 'restricted/pr/550' into mbedtls-2.16 by Simon Butcher · 6 years ago
  56. e6a3f57 Merge remote-tracking branch 'public/pr/2429' into mbedtls-2.16 by Simon Butcher · 6 years ago
  57. 2eee0c3 Update query_config.c by Manuel Pégourié-Gonnard · 6 years ago
  58. 2c0f6f0 Add tests for (named) bitstring to suite_asn1write by Andres Amaya Garcia · 7 years ago
  59. 9da4674 Suppress visual studio preprocessor warnings on query_config.c by Andres Amaya Garcia · 7 years ago
  60. fe52d2a Update query_config.c with new macros by Andres Amaya Garcia · 7 years ago
  61. 4eb040a Exclude macros from query_config.c generation by Andres Amaya Garcia · 7 years ago
  62. c500ad8 Fix query_config macro expansion for windows by Andres Amaya Garcia · 7 years ago
  63. c46ea38 Fix query_config macro expansion for windows by Andres Amaya Garcia · 7 years ago
  64. cb6b6dc Improve cmake inclusion of query_config.c when building apps by Andres Amaya Garcia · 7 years ago
  65. 5547a40 Improve comments in query_config.fmt by Andres Amaya Garcia · 7 years ago
  66. d2689e3 Fix GCC 0-length printf format string error by Andres Amaya Garcia · 7 years ago
  67. bf83f1d Fix aligment in programs/test/query_compile_time_config.c by Andres AG · 7 years ago
  68. ce52886 Create programs/test/query_compile_time_config app by Andres AG · 7 years ago
  69. b6ff184 Ensure query_config.c includes stdio only when needed by Andres AG · 7 years ago
  70. aaa6007 Update programs/ssl/CMakeLists.txt with query_config.c dep by Andres Amaya Garcia · 7 years ago
  71. 55a6c36 query_config.c: remove duplicated inc of platform.h by Andres Amaya Garcia · 7 years ago
  72. bfa3e09 Query config through ssl_server2 and ssl_client2 cmdline by Andres Amaya Garcia · 7 years ago
  73. 38c919b Fix private DER output shifted by one byte. by Christian Walther · 7 years ago
  74. 88227f9 Merge remote-tracking branch 'origin/pr/2326' into mbedtls-2.16 by Jaeden Amero · 7 years ago
  75. f01f308 Merge remote-tracking branch 'origin/pr/2137' into mbedtls-2.16 by Jaeden Amero · 7 years ago
  76. fbda612 Remove duplicate #include by Masashi Honma · 7 years ago
  77. 3ef6a6d Fix const-ness in mbedtls_param_failed() by Manuel Pégourié-Gonnard · 7 years ago
  78. 2c21073 Remove leftover from testing by Manuel Pégourié-Gonnard · 7 years ago
  79. 63cb97e Add handlers for parameter validation in the sample programs by Simon Butcher · 7 years ago
  80. 52ed0b9 Merge remote-tracking branch 'upstream-public/pr/2101' into development by Jaeden Amero · 7 years ago
  81. 9055a7d Merge remote-tracking branch 'upstream-public/pr/2175' into development by Jaeden Amero · 7 years ago
  82. 52735ef ECDH: Prevent direct access in non-legacy mode by Janos Follath · 7 years ago
  83. cdd1a6c Merge remote-tracking branch 'restricted/pr/510' into development-restricted-proposed by Simon Butcher · 7 years ago
  84. 241823a Merge remote-tracking branch 'public/pr/1641' into development-restricted-proposed by Simon Butcher · 7 years ago
  85. e2dae7e Add explicit integer to enumeration casts to programs/pkey/gen_key.c by Hanno Becker · 7 years ago
  86. 2705bea Merge remote-tracking branch 'public/pr/2095' into development-proposed by Simon Butcher · 7 years ago
  87. 710f203 Merge branch 'iotssl-1770' into development_thomas_dee by Hanno Becker · 7 years ago
  88. 56e8463 Add 'password' cmd line parameter to cert_req example program by Hanno Becker · 7 years ago
  89. f745733 Add 'md' cmd line parameter to cert_req example program by Hanno Becker · 7 years ago
  90. 5706452 Merge remote-tracking branch 'public/pr/2056' into development-proposed by Simon Butcher · 7 years ago
  91. b4e5451 Merge remote-tracking branch 'public/pr/2070' into development-proposed by Simon Butcher · 7 years ago
  92. ddc9e26 Merge remote-tracking branch 'public/pr/1627' into development by Simon Butcher · 7 years ago
  93. 1daecb4 Merge remote-tracking branch 'public/pr/1281' into development by Simon Butcher · 7 years ago
  94. 5ddc063 Correct typo by Hanno Becker · 7 years ago
  95. d0d01c5 Document `psk_list` parameter of ssl_server2 example program by Hanno Becker · 7 years ago
  96. b14c331 Add dependency of key_app_writer example program on PK parse module by Hanno Becker · 7 years ago
  97. 25781f9 Fix missing check in example client by Manuel Pégourié-Gonnard · 7 years ago
  98. 6346a75 Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  99. 0b44d5c Zeroize sensitive data in aescrypt2 and crypt_and_hash examples by Hanno Becker · 7 years ago
  100. a0b67c2 Bignum: Deprecate mbedtls_mpi_is_prime() by Janos Follath · 7 years ago