1. efaee9a Give a production-sounding name to the p256m option by Gilles Peskine · 1 year, 10 months ago
  2. 5edb942 Merge pull request #8041 from mpg/tfm-p256m by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  3. 138bdb6 Add comment to p256-m driver JSON file by Manuel Pégourié-Gonnard · 2 years ago
  4. 92a386f Add JSON file for p256-m driver by Manuel Pégourié-Gonnard · 2 years ago
  5. 7870115 Fully replace mbedtls_psa_safer_memcmp by Dave Rodgman · 1 year, 11 months ago
  6. 8550e0f Remove "export_key" from transparent driver json by Manuel Pégourié-Gonnard · 2 years ago
  7. 90dfc21 Shorten encoding of version features by Dave Rodgman · 2 years, 2 months ago
  8. ebd624e Minor formatting change to driver wrapper jinja template by Aditya Deshpande · 2 years, 4 months ago
  9. 695e44b Rename p256m to p256 for uniform function/macro prefixes by Aditya Deshpande · 2 years, 6 months ago
  10. e41f7e4 Integrate p256-m as an example driver alongside Mbed TLS and write documentation for the example. by Aditya Deshpande · 2 years, 7 months ago
  11. e6e6b75 psa: Remove MBEDTLS_PSA_CRYPTO_DRIVERS configuration option by Ronald Cron · 2 years, 7 months ago
  12. bf4016e Merge pull request #6567 from mprse/ecjpake-driver-dispatch by Dave Rodgman · 2 years, 5 months ago
  13. 802ff1b Merge pull request #7147 from paul-elliott-arm/interruptible_sign_hash_codestyle_drivers by Gilles Peskine · 2 years, 5 months ago
  14. a16ce9f Remove driver entry points for {get|set}_max_ops(). by Paul Elliott · 2 years, 5 months ago
  15. a3b625b Merge pull request #7098 from gilles-peskine-arm/retval-non-empty by Paul Elliott · 2 years, 5 months ago
  16. 51a677b Remove support for pake opaque driver by Przemek Stekiel · 2 years, 5 months ago
  17. 6b64862 Documentation fixes and code adaptation by Przemek Stekiel · 2 years, 5 months ago
  18. 251e86a Adapt names to more suitable and fix conditional compilation flags by Przemek Stekiel · 2 years, 5 months ago
  19. f62b3bb Optimization of pake core functions by Przemek Stekiel · 2 years, 6 months ago
  20. 9dd2440 Change pake input: key_lifetime -> key attributes by Przemek Stekiel · 2 years, 6 months ago
  21. b09c487 Combine core pake computation stage(step,sequence,state) into single driver step by Przemek Stekiel · 2 years, 7 months ago
  22. e12ed36 Move JPAKE state machine logic from driver to core by Przemek Stekiel · 2 years, 7 months ago
  23. 51eac53 Divide pake operation into two phases collecting inputs and computation. by Przemek Stekiel · 2 years, 8 months ago
  24. e5e41eb Remove redundant line (fix rebase error) by Przemek Stekiel · 2 years, 8 months ago
  25. 0c78180 mbedtls_psa_pake_get_implicit_key: move psa_key_derivation_input_bytes call to upper layer by Przemek Stekiel · 2 years, 8 months ago
  26. 4f0035b Add guards for buildin pake set_password function by Przemek Stekiel · 2 years, 8 months ago
  27. 2e73649 Add pake psa crypto driver wrappers implementation by Przemek Stekiel · 2 years, 8 months ago
  28. 7da8c56 Add PSA PAKE wrappers by Neil Armstrong · 3 years, 2 months ago
  29. 93d9ca8 Move num_ops ECP abstraction fully into internal implementation by Paul Elliott · 2 years, 6 months ago
  30. c081121 Add comment to explain lack of driver dispatch by Paul Elliott · 2 years, 6 months ago
  31. de1114c Fix {sign|verify}_get_num_ops by Paul Elliott · 2 years, 6 months ago
  32. 296ede9 Fix issues with get_{sign/verify}_num_ops by Paul Elliott · 2 years, 8 months ago
  33. 588f8ed Add internal implementation by Paul Elliott · 2 years, 8 months ago
  34. 2d24792 Initial empty driver wrapper implementation by Paul Elliott · 2 years, 8 months ago
  35. ed73355 Make \retval commands non-empty by Gilles Peskine · 2 years, 6 months ago
  36. c36c14c Update psa_crypto_driver_wrappers.c.jinja by Sergey · 2 years, 6 months ago
  37. 7a75d22 Update solution template to require VS2013 by Dave Rodgman · 2 years, 7 months ago
  38. 378ecdd Rename VS2010 directory to VS2013 and update Makefiles etc by Dave Rodgman · 2 years, 7 months ago
  39. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  40. 2b70a3f Merge pull request #6558 from lpy4105/6416-psa_macros_name_typo by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  41. 1ac41de Add test function for opaque driver (simply returns PSA_ERROR_NOT_SUPPORTED), and address other review comments. by Aditya Deshpande · 2 years, 8 months ago
  42. c1ecb25 fix PSA_XXX typos detected by check_names.py by Pengyu Lv · 2 years, 9 months ago
  43. d1b72a7 Merge branch 'development' into driver-wrapper-key-agreement by Aditya Deshpande · 2 years, 9 months ago
  44. 34c0946 Merge pull request #5396 from SiliconLabs/codegen_1.1 by Gilles Peskine · 2 years, 9 months ago
  45. 40c05cc Newlines at end of file + trim trailing whitespace by Aditya Deshpande · 2 years, 10 months ago
  46. 17845b8 Add driver wrapper function for raw key agreement, along with test call for transparent drivers. by Aditya Deshpande · 2 years, 10 months ago
  47. b3c3090 Merge pull request #6383 from mprse/aead_driver_test by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  48. 8a05a64 Remove psa_driver_get_tag_len() and use PSA_ALG_AEAD_GET_TAG_LENGTH macro instead by Przemek Stekiel · 2 years, 10 months ago
  49. b549776 Merge branch 'Mbed-TLS:development' into codegen_1.1 by asfand-silabs · 2 years, 11 months ago
  50. a2cac32 Update and document mbedtls extensions by Archana · 3 years, 4 months ago
  51. 22c7827 Schema and script improvements by Archana · 3 years, 4 months ago
  52. fdbbcba JSONschema and python improvements by Archana · 3 years, 5 months ago
  53. 04cfe34 JSON Validation added by Archana · 3 years, 7 months ago
  54. 05efa17 JSON upgrade to give function names by Archana · 3 years, 7 months ago
  55. e829cd6 Driver Wrapper CodeGen Rev 1.1 by Archana · 3 years, 7 months ago
  56. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  57. 27036c9 Merge pull request #6142 from tom-cosgrove-arm/fix-comments-in-docs-and-comments by Dave Rodgman · 3 years ago
  58. ce7f18c Fix a/an typos in doxygen and other comments by Tom Cosgrove · 3 years ago
  59. b839c54 Correctly include psa/crypto.h in query_config.fmt by Tom Cosgrove · 3 years ago
  60. ff3c6c1 Add parsing of psa/crypto_config.h for PSA_WANT_xxx to query_compile_time_config by Tom Cosgrove · 3 years ago
  61. 2cecd8a Merge pull request #3624 from daxtens/timeless by Dave Rodgman · 3 years, 5 months ago
  62. afb4828 Merge pull request #5292 from mprse/asym_encrypt by Gilles Peskine · 3 years, 5 months ago
  63. f071024 Do not include time.h without MBEDTLS_HAVE_TIME by Daniel Axtens · 5 years ago
  64. 4576b91 Compact the argument lists by Przemyslaw Stekiel · 3 years, 6 months ago
  65. f881601 Detect invalid tag lengths in psa_aead_setup by Andrzej Kurek · 3 years, 7 months ago
  66. 71284ea psa_asymmetric_decrypt: add test driver impl by Przemyslaw Stekiel · 3 years, 8 months ago
  67. b6a6650 psa_asymmetric_encrypt: add test driver impl by Przemyslaw Stekiel · 3 years, 8 months ago
  68. c08248d Rename the template file from .conf to .jinja by Archana · 3 years, 7 months ago
  69. a8939b6 Restructure scripts' folder alignment by Archana · 3 years, 8 months ago
  70. b54b531 fix msvc build faile by Jerry Yu · 3 years, 8 months ago
  71. 2e8b001 Beauty source code by Jerry Yu · 3 years, 8 months ago
  72. 84e63a7 Add list_config generation by Jerry Yu · 3 years, 8 months ago
  73. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  74. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  75. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  76. e67665c Merge pull request #4006 from chris-jones-arm/development by Gilles Peskine · 4 years, 3 months ago
  77. f9c7b3e Remove PKCS#11 library wrapper. by Mateusz Starzyk · 4 years, 4 months ago
  78. ef01852 Add missing guard to mbedtls_test_hook_error_add by Chris Jones · 4 years, 4 months ago
  79. b7d02e0 Fix misc issues with unused parameters and check-names.sh by Chris Jones · 4 years, 4 months ago
  80. 7439209 Rewrite error addition interface by Chris Jones · 4 years, 4 months ago
  81. b179b84 Change set_err_add_hook void pointer to actual function pointer signature by Chris Jones · 4 years, 6 months ago
  82. ef180af Move `MBEDTLS_ERR_ADD` macro and functions to `error.*` by Chris Jones · 4 years, 6 months ago
  83. 4dfb83c Merge pull request #4164 from chris-jones-arm/move-internal-headers by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  84. a2d16b3 Remove certs.h includes from test applications. by Mateusz Starzyk · 4 years, 4 months ago
  85. 1aec646 Remove certs module from mbedtls. by Mateusz Starzyk · 4 years, 6 months ago
  86. ea0a865 Move entropy_poll.h to library by Chris Jones · 4 years, 5 months ago
  87. 16dbaeb Move padlock.h to library by Chris Jones · 4 years, 5 months ago
  88. 187782f Move aesni.h to library by Chris Jones · 4 years, 5 months ago
  89. 84a773f Rename ssl_internal.h to ssl_misc.h by Chris Jones · 4 years, 5 months ago
  90. e2191cd Update includes to use library/ instead of include/mbedtls/ by Chris Jones · 4 years, 5 months ago
  91. 7d48b28 Remove 1.3 to 2.0 transition helpers files. by Mateusz Starzyk · 4 years, 6 months ago
  92. 0fdcc8e Remove Havege module. by Mateusz Starzyk · 4 years, 6 months ago
  93. c772b18 Move the declaration of query_config() to a dedicated header file by Gilles Peskine · 4 years, 7 months ago
  94. 67aed9a Simplify conditional guards in error.c by Gilles Peskine · 4 years, 9 months ago
  95. b64e0fe Fix conditions for including string.h in error.c by Gilles Peskine · 4 years, 9 months ago
  96. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  97. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  98. fcdea0f Remove definitions and settings that are never used or duplicate MSVC by irwir · 5 years ago
  99. 9515d76 Merge pull request #3219 from aggarg/err_optimization by Gilles Peskine · 5 years ago
  100. 0c103a8 Merge pull request #2853 from irwir/fix_vcxproj by Manuel Pégourié-Gonnard · 5 years ago