1. db0cb25 Fix CTR_DRBG benchmark by Gilles Peskine · 6 years ago
  2. 9e8076f Fix macros in benchmark.c by Christoph M. Wintersteiger · 6 years ago
  3. 12f359f Fix trailing whitespace by Christoph M. Wintersteiger · 6 years ago
  4. cc91fe2 ECDH: Fix inclusion of platform.h for proper use of MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED by Christoph M. Wintersteiger · 6 years ago
  5. 5d536cd ECDH: Fix use of ECDH API in full handshake benchmark by Christoph M. Wintersteiger · 6 years ago
  6. 1a2d9f7 ECDH: Removed unnecessary calls to mbedtls_ecp_group_load in ECDH benchmark by Christoph M. Wintersteiger · 6 years ago
  7. ed5f3f0 ECDH: Fix Everest x25519 make_public by Christoph M. Wintersteiger · 6 years ago
  8. e1dfc98 Fix file permissions by Christoph M. Wintersteiger · 6 years ago
  9. 8cd4fba ECDSA: Refactor return value checks for mbedtls_ecdsa_can_do by Christoph M. Wintersteiger · 6 years ago
  10. c6c7c49 Add mbedtls_ecdh_can_do by Gilles Peskine · 6 years ago
  11. b14c4a5 Fix build with gcc -Wshadow by Gilles Peskine · 6 years ago
  12. 21411d2 ECDH: Make benchmarks check MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED by Christoph M. Wintersteiger · 6 years ago
  13. b33e811 ECDH: Fix file permission problem by Christoph M. Wintersteiger · 7 years ago
  14. 6a1a9e4 ECDSA: Add mbedtls_ecdsa_can_do by Christoph M. Wintersteiger · 7 years ago
  15. 3dca1a4 ECDH: Fix error checks in benchmark.c by Christoph M. Wintersteiger · 7 years ago
  16. e50b970 ECDH: Fix whitespace and doxygen comment by Christoph M. Wintersteiger · 7 years ago
  17. b4e63a1 ECDH: Improve ECDH full handshake benchmark by Christoph M. Wintersteiger · 7 years ago
  18. 0b93102 ECDH: Rename full handshake benchmark by Christoph M. Wintersteiger · 7 years ago
  19. 0bc9c69 ECDH: Add new (non-legacy) ECDH benchmark by Christoph M. Wintersteiger · 7 years ago
  20. 3abbced Remove mbedtls_param_failed from programs by Gilles Peskine · 6 years ago
  21. 1eeca41 Improve macro hygiene by Hanno Becker · 7 years ago
  22. 3ef6a6d Fix const-ness in mbedtls_param_failed() by Manuel Pégourié-Gonnard · 7 years ago
  23. 63cb97e Add handlers for parameter validation in the sample programs by Simon Butcher · 7 years ago
  24. 52735ef ECDH: Prevent direct access in non-legacy mode by Janos Follath · 7 years ago
  25. 278af45 Fix hmac_drbg failure in benchmark, with threading by Ron Eldor · 7 years ago
  26. 51d7cfe Fix coverity warnings in benchmark.c by Manuel Pégourié-Gonnard · 7 years ago
  27. 0dadba2 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  28. 0931708 benchmark: Add comma at end of help message by Jaeden Amero · 7 years ago
  29. 9366feb aes: xts: Add new context structure by Jaeden Amero · 7 years ago
  30. e9ecf00 aes: Remove AES-XEX by Jaeden Amero · 7 years ago
  31. 5f77801 Implement AES-XTS mode by Aorimn · 9 years ago
  32. daf7045 Add benchmark for AES-XEX by Aorimn · 10 years ago
  33. 39b1904 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  34. 9c82e2c Fix some whitespace issues by Manuel Pégourié-Gonnard · 7 years ago
  35. 3dc62a0 chachapoly: force correct mode for integrated API by Manuel Pégourié-Gonnard · 7 years ago
  36. d6aea18 Add Chacha20-Poly1305 to benchmark.c by Manuel Pégourié-Gonnard · 7 years ago
  37. b1ac5e7 poly1305: adjust parameter order by Manuel Pégourié-Gonnard · 7 years ago
  38. adc32c0 Add Poly1305 authenticator algorithm (RFC 7539) by Daniel King · 9 years ago
  39. 34b822c Initial implementation of ChaCha20 by Daniel King · 9 years ago
  40. a3712be Merge branch 'development' into iotssl-1941-aria-ciphersuites by Manuel Pégourié-Gonnard · 7 years ago
  41. 08f3ef1 Basic support for Curve448, similar to the current level of support for Curve25519 by Nicholas Wilson · 10 years ago
  42. e61514d benchmark: Fix incompatibility with C89 compilers by Brendan Shanks · 7 years ago
  43. 62e813c Add aria to benchmark program by Manuel Pégourié-Gonnard · 7 years ago
  44. 784de59 Merge remote-tracking branch 'upstream-restricted/pr/410' into development-restricted by Jaeden Amero · 8 years ago
  45. 934fb55 Merge remote-tracking branch 'upstream-public/pr/1036' into development by Jaeden Amero · 8 years ago
  46. 9e4f77c New MD API: rename functions from _ext to _ret by Gilles Peskine · 8 years ago
  47. d91f2a2 Merge branch 'development' into iotssl-1251-2.7 by Gilles Peskine · 8 years ago
  48. 0728d69 Change kB to KiB by Ron Eldor · 8 years ago
  49. a074801 Change KB to kB by Ron Eldor · 8 years ago
  50. b953921 Adapt benchmark application to naming and binary format by Hanno Becker · 8 years ago
  51. d4d8562 Don't use deprecated macro form of DHM moduli in benchmark program by Hanno Becker · 8 years ago
  52. 38fc3a0 Remove duplicated defintion of PRINT_ERROR by Peter Huewe · 8 years ago
  53. 1ff60f4 Change examples to use the new MD API and check ret code by Andres Amaya Garcia · 8 years ago
  54. 46cf773 Fix wrong output in the benchmark application by Ron Eldor · 8 years ago
  55. a592dcc Clean up of formatting, and potential integer overflow fix by Andres AG · 9 years ago
  56. b981b16 Minor fixes to formatting and compilation conditions by Simon Butcher · 9 years ago
  57. 549dc3d Add CMAC functions to the benchmark sample application by Simon Butcher · 9 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. 0789433 Rename M255 to Curve25519 by Manuel Pégourié-Gonnard · 10 years ago
  65. 797f48a Rename ecp_curve_info.size to bit_size by Manuel Pégourié-Gonnard · 10 years ago
  66. 3335205 Avoid in-out length in dhm_calc_secret() by Manuel Pégourié-Gonnard · 10 years ago
  67. b2a18a2 Remove references to malloc in strings/names by Manuel Pégourié-Gonnard · 10 years ago
  68. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  69. e85fef1 Fix option names in benchmark.c by Manuel Pégourié-Gonnard · 10 years ago
  70. e3a062b Rename ecp_use_known_dp -> mbedtls_ecp_group_load() by Manuel Pégourié-Gonnard · 10 years ago
  71. 8d128ef Split mbedtls_ctr_drbg_init() -> seed() by Manuel Pégourié-Gonnard · 10 years ago
  72. f9e9481 Split mbedtls_hmac_drbg_init() -> seed{,_buf}() by Manuel Pégourié-Gonnard · 10 years ago
  73. c34e8dd Split mbedtls_gcm_init() -> gcm_setkey() by Manuel Pégourié-Gonnard · 10 years ago
  74. 6963ff0 Split mbedtls_ccm_init() -> setkey() by Manuel Pégourié-Gonnard · 10 years ago
  75. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  76. 32076e6 Fix programs for recent ECDSA changes by Manuel Pégourié-Gonnard · 10 years ago
  77. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  78. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  79. c439e7b Minor portability fix in benchmark by Manuel Pégourié-Gonnard · 10 years ago
  80. c3e3395 Fix missing #define if PLATFORM_C not here by Manuel Pégourié-Gonnard · 10 years ago
  81. 714929b Fix issues introduced when rebasing by Manuel Pégourié-Gonnard · 10 years ago
  82. 7defc77 Code cosmetics by Manuel Pégourié-Gonnard · 10 years ago
  83. 85391f2 Add curve25519 to the benchmark program by Manuel Pégourié-Gonnard · 10 years ago
  84. e579dab Fix compile issue when buffer_alloc not available by Manuel Pégourié-Gonnard · 11 years ago
  85. 71e75dc Fix unused variable issue in some configs by Manuel Pégourié-Gonnard · 11 years ago
  86. 50da048 Add heap usage for PK in benchmark by Manuel Pégourié-Gonnard · 11 years ago
  87. 128657d Use memory_buffer_alloc() in benchmark if available by Manuel Pégourié-Gonnard · 11 years ago
  88. 012acfc modify library/memory_buffer_alloc.c, benchmark.c and the tests main code to use polarssl_exit by Rich Evans · 11 years ago
  89. b92965b modify programs/*.c to use polarssl_snprintf by Rich Evans · 11 years ago
  90. ac1f76c Merge remote-tracking branch 'rich/platform' into development by Manuel Pégourié-Gonnard · 10 years ago
  91. 6c5abfa Style: fix trailing spaces by Manuel Pégourié-Gonnard · 10 years ago
  92. 77d3638 modify library/memory_buffer_alloc.c, benchmark.c and the tests main code to use polarssl_exit by Rich Evans · 11 years ago
  93. 783d9d1 modify programs/*.c to use polarssl_snprintf by Rich Evans · 11 years ago
  94. 85b05ec Cleanup programs further by Rich Evans · 10 years ago
  95. 18b78c7 cleanup programs by Rich Evans · 10 years ago
  96. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  97. 7c9e75a Remove a few useless #defines by Manuel Pégourié-Gonnard · 11 years ago
  98. f90016a Use platform layer in programs for consistency. by Rich Evans · 11 years ago
  99. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  100. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago