1. 7820a57 Catch failures of AES or DES operations by Gilles Peskine · 4 years, 1 month ago
  2. 8682fae Merge pull request #4694 from gilles-peskine-arm/out_size-3.0 by Ronald Cron · 4 years, 1 month ago
  3. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  4. f00f152 Add output size parameter to signature functions by Gilles Peskine · 4 years, 1 month ago
  5. a805d57 Merge pull request #4588 from TRodziewicz/remove_MD2_MD4_RC4_Blowfish_and_XTEA by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  6. 8c8166a Merge pull request #4640 from TRodziewicz/move_part_of_timing_module_out_of_the_library_and_to_test by Dave Rodgman · 4 years, 1 month ago
  7. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  8. 17575dc Merge pull request #4629 from TRodziewicz/rename_functions_whose_deprecated_variants_have_been_removd by Gilles Peskine · 4 years, 2 months ago
  9. 9a9609e Make static all the functions moved to bechmark.c by TRodziewicz · 4 years, 2 months ago
  10. 90f304f Fixing test_clang_opt (asm not defined) by TRodziewicz · 4 years, 2 months ago
  11. d854083 Move part of timing module out of the library by TRodziewicz · 4 years, 2 months ago
  12. 487bbf6 DHM: new functions to query the length of the modulus by Gilles Peskine · 4 years, 2 months ago
  13. c4c761e Merge remote-tracking branch 'mbedtls/development' into mbedtls_private_with_python by Ronald Cron · 4 years, 2 months ago
  14. 26371e4 Rename the _ret() functions by TRodziewicz · 4 years, 2 months ago
  15. c1905a1 Change mbedtls_rsa_init() signature by Ronald Cron · 4 years, 2 months ago
  16. 854a25c Merge branch 'development' into mbedtls_private_with_python by Mateusz Starzyk · 4 years, 2 months ago
  17. ba9cb76 static initialize comb table by kXuan · 4 years, 4 months ago
  18. 6c2e9b6 Add MBEDTLS_ALLOW_PRIVATE_ACCESS to test programs by Mateusz Starzyk · 4 years, 2 months ago
  19. 73e3e2c Merge remote-tracking branch 'origin/development' into development_new by Dave Rodgman · 4 years, 4 months ago
  20. 0fdcc8e Remove Havege module. by Mateusz Starzyk · 4 years, 6 months ago
  21. 28f62f6 Support running the benchmark with a single curve by Gilles Peskine · 5 years ago
  22. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  23. 4850263 Merge pull request #3319 from Kxuan/development by danh-arm · 5 years ago
  24. e24fc7b Merge pull request #2595 from k-stachowiak/unified-exit-in-examples by Gilles Peskine · 5 years ago
  25. e22da99 Fix typo in program benchmark. by Zhai Zhaoxuan · 5 years ago
  26. 518d435 Fix GCC format-signedness warnings by Kenneth Soerensen · 5 years ago
  27. 5edd388 Get rid of a magic value in benchmark.c by Manuel Pégourié-Gonnard · 5 years ago
  28. e52fd3f Fix integer overflow in benchmark program by Manuel Pégourié-Gonnard · 5 years ago
  29. db0cb25 Fix CTR_DRBG benchmark by Gilles Peskine · 6 years ago
  30. 9e8076f Fix macros in benchmark.c by Christoph M. Wintersteiger · 6 years ago
  31. 12f359f Fix trailing whitespace by Christoph M. Wintersteiger · 6 years ago
  32. cc91fe2 ECDH: Fix inclusion of platform.h for proper use of MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED by Christoph M. Wintersteiger · 6 years ago
  33. 5d536cd ECDH: Fix use of ECDH API in full handshake benchmark by Christoph M. Wintersteiger · 6 years ago
  34. 1a2d9f7 ECDH: Removed unnecessary calls to mbedtls_ecp_group_load in ECDH benchmark by Christoph M. Wintersteiger · 6 years ago
  35. ed5f3f0 ECDH: Fix Everest x25519 make_public by Christoph M. Wintersteiger · 6 years ago
  36. e1dfc98 Fix file permissions by Christoph M. Wintersteiger · 6 years ago
  37. 8cd4fba ECDSA: Refactor return value checks for mbedtls_ecdsa_can_do by Christoph M. Wintersteiger · 6 years ago
  38. c6c7c49 Add mbedtls_ecdh_can_do by Gilles Peskine · 6 years ago
  39. b14c4a5 Fix build with gcc -Wshadow by Gilles Peskine · 6 years ago
  40. 21411d2 ECDH: Make benchmarks check MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED by Christoph M. Wintersteiger · 6 years ago
  41. b33e811 ECDH: Fix file permission problem by Christoph M. Wintersteiger · 7 years ago
  42. 6a1a9e4 ECDSA: Add mbedtls_ecdsa_can_do by Christoph M. Wintersteiger · 7 years ago
  43. 3dca1a4 ECDH: Fix error checks in benchmark.c by Christoph M. Wintersteiger · 7 years ago
  44. e50b970 ECDH: Fix whitespace and doxygen comment by Christoph M. Wintersteiger · 7 years ago
  45. b4e63a1 ECDH: Improve ECDH full handshake benchmark by Christoph M. Wintersteiger · 7 years ago
  46. 0b93102 ECDH: Rename full handshake benchmark by Christoph M. Wintersteiger · 7 years ago
  47. 0bc9c69 ECDH: Add new (non-legacy) ECDH benchmark by Christoph M. Wintersteiger · 7 years ago
  48. 776521a Return from the test and utility examples via exit() by k-stachowiak · 6 years ago
  49. 3abbced Remove mbedtls_param_failed from programs by Gilles Peskine · 6 years ago
  50. 1eeca41 Improve macro hygiene by Hanno Becker · 7 years ago
  51. 3ef6a6d Fix const-ness in mbedtls_param_failed() by Manuel Pégourié-Gonnard · 7 years ago
  52. 63cb97e Add handlers for parameter validation in the sample programs by Simon Butcher · 7 years ago
  53. 52735ef ECDH: Prevent direct access in non-legacy mode by Janos Follath · 7 years ago
  54. 278af45 Fix hmac_drbg failure in benchmark, with threading by Ron Eldor · 7 years ago
  55. 51d7cfe Fix coverity warnings in benchmark.c by Manuel Pégourié-Gonnard · 7 years ago
  56. 0dadba2 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  57. 0931708 benchmark: Add comma at end of help message by Jaeden Amero · 7 years ago
  58. 9366feb aes: xts: Add new context structure by Jaeden Amero · 7 years ago
  59. e9ecf00 aes: Remove AES-XEX by Jaeden Amero · 7 years ago
  60. 5f77801 Implement AES-XTS mode by Aorimn · 9 years ago
  61. daf7045 Add benchmark for AES-XEX by Aorimn · 9 years ago
  62. 39b1904 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  63. 9c82e2c Fix some whitespace issues by Manuel Pégourié-Gonnard · 7 years ago
  64. 3dc62a0 chachapoly: force correct mode for integrated API by Manuel Pégourié-Gonnard · 7 years ago
  65. d6aea18 Add Chacha20-Poly1305 to benchmark.c by Manuel Pégourié-Gonnard · 7 years ago
  66. b1ac5e7 poly1305: adjust parameter order by Manuel Pégourié-Gonnard · 7 years ago
  67. adc32c0 Add Poly1305 authenticator algorithm (RFC 7539) by Daniel King · 9 years ago
  68. 34b822c Initial implementation of ChaCha20 by Daniel King · 9 years ago
  69. a3712be Merge branch 'development' into iotssl-1941-aria-ciphersuites by Manuel Pégourié-Gonnard · 7 years ago
  70. 08f3ef1 Basic support for Curve448, similar to the current level of support for Curve25519 by Nicholas Wilson · 10 years ago
  71. e61514d benchmark: Fix incompatibility with C89 compilers by Brendan Shanks · 7 years ago
  72. 62e813c Add aria to benchmark program by Manuel Pégourié-Gonnard · 7 years ago
  73. 784de59 Merge remote-tracking branch 'upstream-restricted/pr/410' into development-restricted by Jaeden Amero · 8 years ago
  74. 934fb55 Merge remote-tracking branch 'upstream-public/pr/1036' into development by Jaeden Amero · 8 years ago
  75. 9e4f77c New MD API: rename functions from _ext to _ret by Gilles Peskine · 8 years ago
  76. d91f2a2 Merge branch 'development' into iotssl-1251-2.7 by Gilles Peskine · 8 years ago
  77. 0728d69 Change kB to KiB by Ron Eldor · 8 years ago
  78. a074801 Change KB to kB by Ron Eldor · 8 years ago
  79. b953921 Adapt benchmark application to naming and binary format by Hanno Becker · 8 years ago
  80. d4d8562 Don't use deprecated macro form of DHM moduli in benchmark program by Hanno Becker · 8 years ago
  81. 38fc3a0 Remove duplicated defintion of PRINT_ERROR by Peter Huewe · 8 years ago
  82. 1ff60f4 Change examples to use the new MD API and check ret code by Andres Amaya Garcia · 8 years ago
  83. 46cf773 Fix wrong output in the benchmark application by Ron Eldor · 8 years ago
  84. a592dcc Clean up of formatting, and potential integer overflow fix by Andres AG · 9 years ago
  85. b981b16 Minor fixes to formatting and compilation conditions by Simon Butcher · 9 years ago
  86. 549dc3d Add CMAC functions to the benchmark sample application by Simon Butcher · 9 years ago
  87. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  88. ea35666 Fix -Wshadow warnings by Manuel Pégourié-Gonnard · 10 years ago
  89. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  90. 4f3368e Fix bug in benchmark.c with DHM params by Manuel Pégourié-Gonnard · 10 years ago
  91. a6dbddc Fix benchmark.c for removal of small DH params by Manuel Pégourié-Gonnard · 10 years ago
  92. 046589e Rm obsolete defines for snprintf in programs by Manuel Pégourié-Gonnard · 10 years ago
  93. 0789433 Rename M255 to Curve25519 by Manuel Pégourié-Gonnard · 10 years ago
  94. 797f48a Rename ecp_curve_info.size to bit_size by Manuel Pégourié-Gonnard · 10 years ago
  95. 3335205 Avoid in-out length in dhm_calc_secret() by Manuel Pégourié-Gonnard · 10 years ago
  96. b2a18a2 Remove references to malloc in strings/names by Manuel Pégourié-Gonnard · 10 years ago
  97. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  98. e85fef1 Fix option names in benchmark.c by Manuel Pégourié-Gonnard · 10 years ago
  99. e3a062b Rename ecp_use_known_dp -> mbedtls_ecp_group_load() by Manuel Pégourié-Gonnard · 10 years ago
  100. 8d128ef Split mbedtls_ctr_drbg_init() -> seed() by Manuel Pégourié-Gonnard · 10 years ago