1. a8ade16 Gate secure element support by a separate config option by Gilles Peskine · 6 years ago
  2. 7b3603c Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 6 years ago
  3. a4308b2 Remove unused TLS, NET, and X.509 files by Jaeden Amero · 7 years ago
  4. bb1f701 config: Remove X.509 options by Jaeden Amero · 7 years ago
  5. 1c66e48 config: Remove TLS and NET options by Jaeden Amero · 7 years ago
  6. 986a151 programs, tests: Depend only on libmbedcrypto by Jaeden Amero · 7 years ago
  7. 0688e4f Remove programs that depend on TLS or X.509 by Jaeden Amero · 7 years ago
  8. 3956a84 Merge remote-tracking branch 'origin/pr/2092' into development by Jaeden Amero · 6 years ago
  9. d874a1f Remove zlib by Jaeden Amero · 6 years ago
  10. d832f18 Remove pkcs11-helper option by Jaeden Amero · 6 years ago
  11. 521dbc6 Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 6 years ago
  12. ceb1370 Merge remote-tracking branch 'origin/pr/2580' into development by Jaeden Amero · 6 years ago
  13. 2ae29ba cpp_dummy_build: Add missing header psa_util.h by Peter Kolbus · 6 years ago
  14. 21cb3c3 Remove ssl_cert_test sample app by Ron Eldor · 6 years ago
  15. c70a3c7 Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 6 years ago
  16. e3dbdd8 Gate entropy injection through a dedicated configuration option by Gilles Peskine · 6 years ago
  17. 6bf4bae Remove compilation option MBEDTLS_PSA_HAS_ITS_IO by Gilles Peskine · 6 years ago
  18. 088b77f Merge psa_crypto_storage_its into psa_crypto_storage by Gilles Peskine · 6 years ago
  19. e435f23 Remove psa_crypto_storage_file by Gilles Peskine · 6 years ago
  20. 6194dc2 Implement PSA ITS over files by Gilles Peskine · 7 years ago
  21. 2b725ef cpp_dummy_build: Remove dependency on compat-1.3.h by Jaeden Amero · 7 years ago
  22. 4c1fdb5 cpp_dummy_build: Remove X.509 dependency by Jaeden Amero · 6 years ago
  23. 03c60de query_config: Move to programs/test by Jaeden Amero · 6 years ago
  24. 47a3635 selftest: Remove X.509 selftest by Jaeden Amero · 7 years ago
  25. 1eeca41 Improve macro hygiene by Hanno Becker · 7 years ago
  26. cb9c015 Improve cmake inclusion of query_config.c when building apps by Andres Amaya Garcia · 7 years ago
  27. 08457ce Fix aligment in programs/test/query_compile_time_config.c by Andres AG · 7 years ago
  28. 509ba69 Create programs/test/query_compile_time_config app by Andres AG · 7 years ago
  29. 3ef6a6d Fix const-ness in mbedtls_param_failed() by Manuel Pégourié-Gonnard · 7 years ago
  30. 63cb97e Add handlers for parameter validation in the sample programs by Simon Butcher · 7 years ago
  31. 52735ef ECDH: Prevent direct access in non-legacy mode by Janos Follath · 7 years ago
  32. 1afc767 Merge remote-tracking branch 'public/pr/1758' into development by Simon Butcher · 7 years ago
  33. f34a4c1 UDP proxy: Correct debug output for delay_srv option by Hanno Becker · 7 years ago
  34. 4103810 Style: Correct indentation in UDP proxy code by Hanno Becker · 7 years ago
  35. cf46945 Style: Add empty line before comment in UDP proxy code by Hanno Becker · 7 years ago
  36. 12b72c1 UDP proxy: Fix bug in freeing delayed messages by Hanno Becker · 7 years ago
  37. 101bcba UDP proxy: Allow more than one message to be delayed by Hanno Becker · 7 years ago
  38. caf8741 Fix typo in documentation of UDP proxy argument 'delay_cli' by Hanno Becker · 7 years ago
  39. 01ea778 UDP proxy: Add option to delay specific handshake messages by Hanno Becker · 7 years ago
  40. 4ed32d0 cpp_dummy_build: Add NIST key wrapping header by Jaeden Amero · 7 years ago
  41. 9ab746c Add selftests by Ron Eldor · 7 years ago
  42. 7d728bd Merge remote-tracking branch 'public/pr/1454' into development by Simon Butcher · 7 years ago
  43. fad5470 Merge remote-tracking branch 'public/pr/532' into development by Simon Butcher · 7 years ago
  44. 278af45 Fix hmac_drbg failure in benchmark, with threading by Ron Eldor · 7 years ago
  45. 991f9fe all_sh: add a check for header inclusion in cpp_dummy_build.cpp by Andrzej Kurek · 7 years ago
  46. 037ec4b Replace tabs with spaces by Andrzej Kurek · 7 years ago
  47. 89c048c Tests: add a test for cpp linking by Andrzej Kurek · 7 years ago
  48. 0211c32 Change the cpp test to be optional by Andrzej Kurek · 7 years ago
  49. 40741f8 Add a test with a cpp executable including all mbed TLS headers by Andrzej Kurek · 7 years ago
  50. 51d7cfe Fix coverity warnings in benchmark.c by Manuel Pégourié-Gonnard · 7 years ago
  51. 0dadba2 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  52. 7d42965 Fix typo in platform macro defines for examples by Andres Amaya Garcia · 7 years ago
  53. 357b0b2 Fix ret code in ssl_cert_test.c by Andres Amaya Garcia · 7 years ago
  54. 80081a6 Fix ret code in udp_proxy.c by Andres Amaya Garcia · 7 years ago
  55. 0931708 benchmark: Add comma at end of help message by Jaeden Amero · 7 years ago
  56. 9366feb aes: xts: Add new context structure by Jaeden Amero · 7 years ago
  57. e9ecf00 aes: Remove AES-XEX by Jaeden Amero · 7 years ago
  58. 5f77801 Implement AES-XTS mode by Aorimn · 9 years ago
  59. daf7045 Add benchmark for AES-XEX by Aorimn · 10 years ago
  60. 39b1904 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  61. 1a8ef07 Fix coverity defects by Azim Khan · 7 years ago
  62. 9c82e2c Fix some whitespace issues by Manuel Pégourié-Gonnard · 7 years ago
  63. 3dc62a0 chachapoly: force correct mode for integrated API by Manuel Pégourié-Gonnard · 7 years ago
  64. d6aea18 Add Chacha20-Poly1305 to benchmark.c by Manuel Pégourié-Gonnard · 7 years ago
  65. b1ac5e7 poly1305: adjust parameter order by Manuel Pégourié-Gonnard · 7 years ago
  66. dca3a5d Rename aead_chacha20_poly1305 to chachapoly by Manuel Pégourié-Gonnard · 7 years ago
  67. 4d8f87b Add ChaCha20/Poly1305 ciphers to the selftest program by Daniel King · 9 years ago
  68. adc32c0 Add Poly1305 authenticator algorithm (RFC 7539) by Daniel King · 9 years ago
  69. 34b822c Initial implementation of ChaCha20 by Daniel King · 9 years ago
  70. a3712be Merge branch 'development' into iotssl-1941-aria-ciphersuites by Manuel Pégourié-Gonnard · 7 years ago
  71. eecea0e Update zeroize test to use mbedtls_platform_zeroize() by Andres Amaya Garcia · 7 years ago
  72. 82934be Do not install zeroize program in CMakeLists by Andres Amaya Garcia · 7 years ago
  73. ae8e306 Fix docs typos for zeroize related features/test by Andres Amaya Garcia · 7 years ago
  74. 757cd72 Update license headers year and branding by Andres Amaya Garcia · 7 years ago
  75. 42defd1 Improve docs for zeroize.c and test_zeroize.gdb by Andres Amaya Garcia · 7 years ago
  76. 6e34e63 Fix style in programs/test/zeroize.c by Andres Amaya Garcia · 8 years ago
  77. 88f8f41 Move zeroize func call to end of program in zeroize.c by Andres Amaya Garcia · 8 years ago
  78. 5ab74a1 Add programs/test/zeroize.c to test mbedtls_zeroize by Andres Amaya Garcia · 8 years ago
  79. 80aa3b8 Merge branch 'pr_946' into development-proposed by Gilles Peskine · 7 years ago
  80. 08f3ef1 Basic support for Curve448, similar to the current level of support for Curve25519 by Nicholas Wilson · 10 years ago
  81. 2bd5757 Merge branch 'development' into iotssl-1204 by Hanno Becker · 7 years ago
  82. e61514d benchmark: Fix incompatibility with C89 compilers by Brendan Shanks · 7 years ago
  83. 62e813c Add aria to benchmark program by Manuel Pégourié-Gonnard · 7 years ago
  84. 3c0b53b ARIA build integration by Markku-Juhani O. Saarinen · 8 years ago
  85. 784de59 Merge remote-tracking branch 'upstream-restricted/pr/410' into development-restricted by Jaeden Amero · 8 years ago
  86. 934fb55 Merge remote-tracking branch 'upstream-public/pr/1036' into development by Jaeden Amero · 8 years ago
  87. 9e4f77c New MD API: rename functions from _ext to _ret by Gilles Peskine · 8 years ago
  88. d91f2a2 Merge branch 'development' into iotssl-1251-2.7 by Gilles Peskine · 8 years ago
  89. ae3925c Merge remote-tracking branch 'public/pr/1136' into development by Manuel Pégourié-Gonnard · 8 years ago
  90. ff79d27 selftest: allow excluding a subset of the tests by Gilles Peskine · 8 years ago
  91. c82fbb4 selftest: allow running a subset of the tests by Gilles Peskine · 8 years ago
  92. 319ac80 selftest: refactor to separate the list of tests from the logic by Gilles Peskine · 8 years ago
  93. a5e6897 Resolve integer type conversion problem on MSVC by Hanno Becker · 8 years ago
  94. 0728d69 Change kB to KiB by Ron Eldor · 8 years ago
  95. a074801 Change KB to kB by Ron Eldor · 8 years ago
  96. 77abef5 Don't use busy-waiting in udp_proxy by Hanno Becker · 8 years ago
  97. 0cc7774 Only add pack option to UDP proxy if MBEDTLS_TIMING_C is enabled by Hanno Becker · 8 years ago
  98. 92474da Use Mbed TLS timing module to obtain ellapsed time in udp_proxy by Hanno Becker · 8 years ago
  99. 211f44c Rename `merge` option in UDP proxy to `pack` by Hanno Becker · 8 years ago
  100. df4180a Don't break debug messages by Hanno Becker · 8 years ago