1. 5fb1bd4 Fix GCC warning about `test_snprintf` by Rodrigo Dias Correa · 4 years, 9 months ago
  2. 44bfbe3 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  3. 4e9f712 Update license headers to Apache-2.0 OR GPL-2.0-or-later by Bence Szépkúti · 5 years ago
  4. 087bb4c Merge pull request #2705 from k-stachowiak/unified-exit-in-examples-2.7 by Gilles Peskine · 5 years ago
  5. 1ddf292 Remove obsolete comment by k-stachowiak · 6 years ago
  6. a086522 Unify the example programs' termination by Krzysztof Stachowiak · 6 years ago
  7. 49e7a95 Get rid of a magic value in benchmark.c by Manuel Pégourié-Gonnard · 5 years ago
  8. 5408f72 Fix integer overflow in benchmark program by Manuel Pégourié-Gonnard · 5 years ago
  9. 7ef7bf3 Fix some style issues in udp_proxy by Manuel Pégourié-Gonnard · 5 years ago
  10. a58b046 Add negative test for hard reconnect cookie check by Manuel Pégourié-Gonnard · 5 years ago
  11. db64989 Merge pull request #2895 from gilles-peskine-arm/drbg-set_entropy_len-2.7 by Jaeden Amero · 6 years ago
  12. eab4d70 Fix CTR_DRBG benchmark by Gilles Peskine · 6 years ago
  13. ea5d357 Add a calloc self-test by Gilles Peskine · 6 years ago
  14. 7bac1ab UDP proxy: Don't attempt to dissect dgram into records when dropping by Hanno Becker · 6 years ago
  15. c0f55f3 Remove ssl_cert_test sample app by Ron Eldor · 6 years ago
  16. f19a7ab Fix hmac_drbg failure in benchmark, with threading by Ron Eldor · 7 years ago
  17. 2b0599b Fix typo in platform macro defines for examples by Andres Amaya Garcia · 7 years ago
  18. 73081c3 Fix ret code in ssl_cert_test.c by Andres Amaya Garcia · 7 years ago
  19. 01e3d21 Fix ret code in udp_proxy.c by Andres Amaya Garcia · 7 years ago
  20. 968cda1 benchmark: Fix incompatibility with C89 compilers by Brendan Shanks · 7 years ago
  21. 784de59 Merge remote-tracking branch 'upstream-restricted/pr/410' into development-restricted by Jaeden Amero · 8 years ago
  22. 934fb55 Merge remote-tracking branch 'upstream-public/pr/1036' into development by Jaeden Amero · 8 years ago
  23. 9e4f77c New MD API: rename functions from _ext to _ret by Gilles Peskine · 8 years ago
  24. d91f2a2 Merge branch 'development' into iotssl-1251-2.7 by Gilles Peskine · 8 years ago
  25. ae3925c Merge remote-tracking branch 'public/pr/1136' into development by Manuel Pégourié-Gonnard · 8 years ago
  26. ff79d27 selftest: allow excluding a subset of the tests by Gilles Peskine · 8 years ago
  27. c82fbb4 selftest: allow running a subset of the tests by Gilles Peskine · 8 years ago
  28. 319ac80 selftest: refactor to separate the list of tests from the logic by Gilles Peskine · 8 years ago
  29. 0728d69 Change kB to KiB by Ron Eldor · 8 years ago
  30. a074801 Change KB to kB by Ron Eldor · 8 years ago
  31. b953921 Adapt benchmark application to naming and binary format by Hanno Becker · 8 years ago
  32. d4d8562 Don't use deprecated macro form of DHM moduli in benchmark program by Hanno Becker · 8 years ago
  33. 38fc3a0 Remove duplicated defintion of PRINT_ERROR by Peter Huewe · 8 years ago
  34. 1ff60f4 Change examples to use the new MD API and check ret code by Andres Amaya Garcia · 8 years ago
  35. 46cf773 Fix wrong output in the benchmark application by Ron Eldor · 8 years ago
  36. a592dcc Clean up of formatting, and potential integer overflow fix by Andres AG · 9 years ago
  37. b981b16 Minor fixes to formatting and compilation conditions by Simon Butcher · 9 years ago
  38. 549dc3d Add CMAC functions to the benchmark sample application by Simon Butcher · 9 years ago
  39. 8b4111c Fix build failure for thread config by Brian Murray · 9 years ago
  40. 57863ad selftest supports cmac if only MBEDTLS_DES_C is defined Other minor typo fixes by Brian Murray · 9 years ago
  41. dc5c7b9 Add support for AES-128-CMAC and AES-CMAC-PRF-128 by Robert Cragie · 10 years ago
  42. 788aa4a Rename net.{c,h} to net_sockets.{c,h} by Andres AG · 9 years ago
  43. e7723ec Make entropy bias self test poll multiple times by Andres AG · 9 years ago
  44. b34e42e Add a new self test to entropy module by Andres AG · 9 years ago
  45. 70940ca Allow compilation without MBEDTLS_SELF_TEST enabled by Paul Bakker · 9 years ago
  46. ab069c6 Merge branch 'development' into development-restricted by Simon Butcher · 9 years ago
  47. b6a73c9 Add provision to create the entropy seedfile for selftest sample by Simon Butcher · 9 years ago
  48. 15ab7ed Merge branch 'development' into development-restricted by Janos Follath · 9 years ago
  49. 98e28a7 Address user reported coverity issues. by Janos Follath · 9 years ago
  50. e4a46f6 Merge branch 'development' by Simon Butcher · 9 years ago
  51. d3138c3 Fixes SSL sample apps for non-default configs by Simon Butcher · 9 years ago
  52. 0c53944 Fixes no return value warning in selftest.c by Janos Follath · 9 years ago
  53. cd0ee5e Fixes following review of 'iotssl-682-selftest-ci-break' by Simon Butcher · 9 years ago
  54. 2e3aca2 Fix test break in 'test-ref-configs.pl' by Janos Follath · 9 years ago
  55. f154763 Fixes to style following review by Simon Butcher · 9 years ago
  56. 5a8afb8 Fix exit code and add a count of the test suites by SimonB · 9 years ago
  57. 4d8685b Add skeleton for EC J-PAKE module by Manuel Pégourié-Gonnard · 10 years ago
  58. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  59. ea35666 Fix -Wshadow warnings by Manuel Pégourié-Gonnard · 10 years ago
  60. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  61. 4f3368e Fix bug in benchmark.c with DHM params by Manuel Pégourié-Gonnard · 10 years ago
  62. a6dbddc Fix benchmark.c for removal of small DH params by Manuel Pégourié-Gonnard · 10 years ago
  63. 046589e Rm obsolete defines for snprintf in programs by Manuel Pégourié-Gonnard · 10 years ago
  64. 9de64f5 Fix MSVC warnings in library and programs by Manuel Pégourié-Gonnard · 10 years ago
  65. abc729e Simplify net_accept() with UDP sockets by Manuel Pégourié-Gonnard · 10 years ago
  66. 3d7d00a Rename mbedtls_net_close() to mbedtls_net_free() by Manuel Pégourié-Gonnard · 10 years ago
  67. 5db6432 Adapt programs to the new NET API by Manuel Pégourié-Gonnard · 10 years ago
  68. 633c6b6 Run timing selftest on all platforms by Manuel Pégourié-Gonnard · 10 years ago
  69. 4b00f08 Fix snprintf test by Manuel Pégourié-Gonnard · 10 years ago
  70. 216a183 Fix whitespace in CMakeLists.txt by Manuel Pégourié-Gonnard · 10 years ago
  71. c0d7494 Make 'port' a string in NET module by Manuel Pégourié-Gonnard · 10 years ago
  72. 0789433 Rename M255 to Curve25519 by Manuel Pégourié-Gonnard · 10 years ago
  73. 7b6dcbe Add tests for snprintf by Manuel Pégourié-Gonnard · 10 years ago
  74. 797f48a Rename ecp_curve_info.size to bit_size by Manuel Pégourié-Gonnard · 10 years ago
  75. 3335205 Avoid in-out length in dhm_calc_secret() by Manuel Pégourié-Gonnard · 10 years ago
  76. d14acbc Test assumptions we make about the platform by Manuel Pégourié-Gonnard · 10 years ago
  77. b2a18a2 Remove references to malloc in strings/names by Manuel Pégourié-Gonnard · 10 years ago
  78. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  79. 53ebe13 Fix copyright lines still mentioning Brainspark by Manuel Pégourié-Gonnard · 10 years ago
  80. 0b104b0 Adapt prototype of net_accept() for explicit size by Manuel Pégourié-Gonnard · 10 years ago
  81. e6ef16f Change X.509 verify flags to uint32_t by Manuel Pégourié-Gonnard · 10 years ago
  82. e85fef1 Fix option names in benchmark.c by Manuel Pégourié-Gonnard · 10 years ago
  83. e3a062b Rename ecp_use_known_dp -> mbedtls_ecp_group_load() by Manuel Pégourié-Gonnard · 10 years ago
  84. da61ed3 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  85. ac90673 Remove unused headers in o_p_test by Manuel Pégourié-Gonnard · 10 years ago
  86. 637376c Fix bugs in programs displaying verify flags by Manuel Pégourié-Gonnard · 10 years ago
  87. 8d128ef Split mbedtls_ctr_drbg_init() -> seed() by Manuel Pégourié-Gonnard · 10 years ago
  88. f9e9481 Split mbedtls_hmac_drbg_init() -> seed{,_buf}() by Manuel Pégourié-Gonnard · 10 years ago
  89. c34e8dd Split mbedtls_gcm_init() -> gcm_setkey() by Manuel Pégourié-Gonnard · 10 years ago
  90. 6963ff0 Split mbedtls_ccm_init() -> setkey() by Manuel Pégourié-Gonnard · 10 years ago
  91. 7cfbaf0 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  92. 9ce1bdc Fix bugs in programs displaying verify flags by Manuel Pégourié-Gonnard · 10 years ago
  93. 89addc4 manually merge 0c6ce2f use x509_crt_verify_info() by Manuel Pégourié-Gonnard · 10 years ago
  94. 0c6ce2f Use x509_crt_verify_info() in programs by Manuel Pégourié-Gonnard · 10 years ago
  95. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  96. 32076e6 Fix programs for recent ECDSA changes by Manuel Pégourié-Gonnard · 10 years ago
  97. e46c6c3 Fix tests to work with DEPRECATED_REMOVED by Manuel Pégourié-Gonnard · 10 years ago
  98. b6b16bd Drop pbkdf2 module (superseded by pkcs5) by Manuel Pégourié-Gonnard · 10 years ago
  99. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  100. 34be402 Rm obsolete things (compat-1.2, openssl, etc) by Manuel Pégourié-Gonnard · 10 years ago