1. 4423cd3 Check return values in more places by Gilles Peskine · 3 years, 8 months ago
  2. 32c4224 Add checks for return values to md functions by Paul Elliott · 3 years, 8 months ago
  3. 70227d2 Merge pull request #4819 from gilles-peskine-arm/base64-no-table-2.16 by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  4. 90b10c3 Merge pull request #4847 from mstarzyk-mobica/ecb-alt-ret-2.16 by Gilles Peskine · 3 years, 10 months ago
  5. c72255f Fix the build without MBEDTLS_PLATFORM_C by Gilles Peskine · 3 years, 10 months ago
  6. 29d29c2 Fix the build of sample programs without mbedtls_strerror by Gilles Peskine · 4 years ago
  7. 621333f Catch failures of AES or DES operations by Gilles Peskine · 4 years, 1 month ago
  8. 0b39970 Fix printf format signedness error by Gilles Peskine · 4 years ago
  9. 9f6ab29 load_roots: properly error out on an invalid option by Gilles Peskine · 4 years ago
  10. 051b1da load_roots: fix no-argument detection by Gilles Peskine · 4 years ago
  11. 5bc763d load_roots: arguments must be files by Gilles Peskine · 4 years ago
  12. 7023d6a New sample program to benchmark certificate loading by Gilles Peskine · 4 years ago
  13. 934cff3 Fix bug with UDP proxy not forwarding enough by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  14. 7b81dcf avoid -Wfree-nonheap-object when buiding with gcc11 by Shawn Carey · 4 years, 3 months ago
  15. e2c417d Remove the sample program aescrypt2 by Gilles Peskine · 6 years ago
  16. d807637 Fix inaccurate comment in sample DTLS server by Ryan LaPointe · 4 years, 5 months ago
  17. a7e586b Actually use the READ_TIMEOUT_MS in the sample DTLS client and server by Ryan LaPointe · 4 years, 5 months ago
  18. 6855d1a Add MBEDTLS_TEST_HOOKS to query_config.c by Chris Jones · 4 years, 6 months ago
  19. e98bbbe Merge pull request #3925 from rodrigo-dc/mbedtls-2.16 by Gilles Peskine · 4 years, 8 months ago
  20. d552630 Fix GCC warning about `test_snprintf` by Rodrigo Dias Correa · 4 years, 9 months ago
  21. ff28df9 cmake: Avoid using target_properties for old cmake by David Brown · 4 years, 9 months ago
  22. b74e0d0 Merge pull request #3596 from gilles-peskine-arm/cert-gen-cleanup-202008-2.16 by Ronald Cron · 4 years, 10 months ago
  23. f082847 Add an option to test constant-flow with valgrind by Manuel Pégourié-Gonnard · 5 years ago
  24. f0b469e Merge branch 'mbedtls-2.16' into mbedtls-2.16-restricted by Manuel Pégourié-Gonnard · 5 years ago
  25. 14cb46d Merge pull request #3598 from makise-homura/mbedtls-2.16 by Gilles Peskine · 5 years ago
  26. 03b4ef6 Don't forget to free G, P, Q, ctr_drbg, and entropy by makise-homura · 5 years ago
  27. c3d0a7f cert_req: discover hash algorithms automatically by Gilles Peskine · 5 years ago
  28. db1e7a8 cert_write: support all hash algorithms by Gilles Peskine · 5 years ago
  29. a2947ac Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  30. 19735b6 Fix building on NetBSD 9.0 by gufe44 · 5 years ago
  31. a237722 Add MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN by Manuel Pégourié-Gonnard · 5 years ago
  32. 15a7cd1 Merge tag 'mbedtls-2.16.7' into merge-2.16.7-release-to-mbedtls-2.16 by Janos Follath · 5 years ago
  33. c9914ec programs: cmake: Fix relative path warnings by Ronald Cron · 5 years ago
  34. c7f8aec programs: ssl: cmake: Add missing executable by Ronald Cron · 5 years ago
  35. fc253b3 programs: ssl: cmake: Reorder declaration of executables by Ronald Cron · 5 years ago
  36. f69b919 Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.7r0 by Janos Follath · 5 years ago
  37. 23983f3 Add config.h option MBEDTLS_ECP_NO_INTERNAL_RNG by Manuel Pégourié-Gonnard · 5 years ago
  38. f744bd7 Update license headers to Apache-2.0 OR GPL-2.0-or-later by Bence Szépkúti · 5 years ago
  39. 51b41d5 Add Apache-2.0 headers to all scripts by Bence Szépkúti · 5 years ago
  40. 468a76f Add copyright dates to all scripts by Bence Szépkúti · 5 years ago
  41. cd6fd06 Remove hardcoded line number from the zeroize test by Bence Szépkúti · 5 years ago
  42. 74fc3be Remove superfluous include from zeroize.c by Bence Szépkúti · 5 years ago
  43. cd29f86 Normalize line endings by Gilles Peskine · 5 years ago
  44. 8b34fef Merge pull request #2710 from k-stachowiak/unified-exit-in-examples-2.16 by Gilles Peskine · 5 years ago
  45. d135bbd Strict C99: don't use extremely large string literals by Gilles Peskine · 5 years ago
  46. 971e5e9 Strict C99: don't use a signed* when an unsigned* is expected by Gilles Peskine · 5 years ago
  47. e675a8d Get rid of a magic value in benchmark.c by Manuel Pégourié-Gonnard · 5 years ago
  48. 0195579 Fix integer overflow in benchmark program by Manuel Pégourié-Gonnard · 5 years ago
  49. 5e65619 Merge pull request #3142 from mpg/fix-reconnect-2.16 by Gilles Peskine · 5 years ago
  50. 7fe5ac1 Fix some style issues in udp_proxy by Manuel Pégourié-Gonnard · 5 years ago
  51. b85ce9e Add negative test for hard reconnect cookie check by Manuel Pégourié-Gonnard · 5 years ago
  52. a46f75c Fix debug message by using the correct function name called by Ercan Ozturk · 6 years ago
  53. 498e632 Fix possible close_notify/ClientHello confusion by Manuel Pégourié-Gonnard · 5 years ago
  54. c054643 Merge pull request #2894 from gilles-peskine-arm/drbg-set_entropy_len-2.16 by Jaeden Amero · 6 years ago
  55. f4c0dbc Fix CTR_DRBG benchmark by Gilles Peskine · 6 years ago
  56. 8fedeaa Merge pull request #2871 from gilles-peskine-arm/test_malloc_0_null-2.16 by Jaeden Amero · 6 years ago
  57. 1989218 Move MBEDTLS_CTR_DRBG_USE_128_BIT_KEY to the correct section by Gilles Peskine · 6 years ago
  58. 7430d23 Add a calloc self-test by Gilles Peskine · 6 years ago
  59. 6d10a56 Remove obsolete comment by k-stachowiak · 6 years ago
  60. 3b0c430 Unify the example programs' termination by Krzysztof Stachowiak · 6 years ago
  61. 7b03e87 Merge remote-tracking branch 'restricted/pr/582' into mbedtls-2.16-restricted by Jaeden Amero · 6 years ago
  62. 7f132cc Merge remote-tracking branch 'origin/pr/2714' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  63. 0c42e90 programs: Make `make clean` clean all programs always by Jaeden Amero · 6 years ago
  64. 0b87412 Remove mbedtls_param_failed from programs by Gilles Peskine · 6 years ago
  65. 30346f6 Make it easier to define MBEDTLS_PARAM_FAILED as assert by Gilles Peskine · 6 years ago
  66. 8f27b44 Merge remote-tracking branch 'origin/pr/2695' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  67. 7aed01c Merge remote-tracking branch 'origin/pr/2481' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  68. bcf97ec UDP proxy: Don't attempt to dissect dgram into records when dropping by Hanno Becker · 6 years ago
  69. e79c939 Change size of preallocated buffer for pk_sign() calls by k-stachowiak · 6 years ago
  70. d0f2d81 Document support for MD2 and MD4 in programs/x509/cert_write by Hanno Becker · 6 years ago
  71. 8a0193e Add suppport for MD2 to CSR and CRT writing example programs by Hanno Becker · 6 years ago
  72. 1ce1a51 Document "none" value for ca_path/ca_file in ssl_client2/ssl_server2 by Hanno Becker · 6 years ago
  73. 7ae36e4 ssl_server2: Skip CA setup if `ca_path` or `ca_file` argument "none" by Hanno Becker · 6 years ago
  74. a724206 ssl_client2: Skip CA setup if `ca_path` or `ca_file` argument "none" by Hanno Becker · 6 years ago
  75. c258c44 Correct white spaces in ssl_server2 and ssl_client2 by Hanno Becker · 7 years ago
  76. bb676f7 Adapt ssl_client2 to parse DER encoded test CRTs if PEM is disabled by Hanno Becker · 7 years ago
  77. 38566cc Adapt ssl_server2 to parse DER encoded test CRTs if PEM is disabled by Hanno Becker · 7 years ago
  78. 9cfc9ce Merge remote-tracking branch 'origin/pr/2542' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  79. d6028a1 Improve macro hygiene by Hanno Becker · 7 years ago
  80. d17b5e9 Merge remote-tracking branch 'origin/pr/2553' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  81. 1ec99c6 Remove ssl_cert_test sample app by Ron Eldor · 6 years ago
  82. 24eec79 Add guards for MBEDTLS_X509_CRL_PARSE_C in sample by Ron Eldor · 6 years ago
  83. 5b9e318 Fix default port number information by irwir · 7 years ago
  84. cef29a2 Merge remote-tracking branch 'origin/pr/2401' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  85. 799cd57 Merge remote-tracking branch 'restricted/pr/550' into mbedtls-2.16 by Simon Butcher · 6 years ago
  86. e6a3f57 Merge remote-tracking branch 'public/pr/2429' into mbedtls-2.16 by Simon Butcher · 6 years ago
  87. 2eee0c3 Update query_config.c by Manuel Pégourié-Gonnard · 6 years ago
  88. 2c0f6f0 Add tests for (named) bitstring to suite_asn1write by Andres Amaya Garcia · 7 years ago
  89. 9da4674 Suppress visual studio preprocessor warnings on query_config.c by Andres Amaya Garcia · 7 years ago
  90. fe52d2a Update query_config.c with new macros by Andres Amaya Garcia · 7 years ago
  91. 4eb040a Exclude macros from query_config.c generation by Andres Amaya Garcia · 7 years ago
  92. c500ad8 Fix query_config macro expansion for windows by Andres Amaya Garcia · 7 years ago
  93. c46ea38 Fix query_config macro expansion for windows by Andres Amaya Garcia · 7 years ago
  94. cb6b6dc Improve cmake inclusion of query_config.c when building apps by Andres Amaya Garcia · 7 years ago
  95. 5547a40 Improve comments in query_config.fmt by Andres Amaya Garcia · 7 years ago
  96. d2689e3 Fix GCC 0-length printf format string error by Andres Amaya Garcia · 7 years ago
  97. bf83f1d Fix aligment in programs/test/query_compile_time_config.c by Andres AG · 7 years ago
  98. ce52886 Create programs/test/query_compile_time_config app by Andres AG · 7 years ago
  99. b6ff184 Ensure query_config.c includes stdio only when needed by Andres AG · 7 years ago
  100. aaa6007 Update programs/ssl/CMakeLists.txt with query_config.c dep by Andres Amaya Garcia · 7 years ago