1. 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
  2. d1b72a7 Merge branch 'development' into driver-wrapper-key-agreement by Aditya Deshpande · 2 years, 9 months ago
  3. 34c0946 Merge pull request #5396 from SiliconLabs/codegen_1.1 by Gilles Peskine · 2 years, 9 months ago
  4. 40c05cc Newlines at end of file + trim trailing whitespace by Aditya Deshpande · 2 years, 10 months ago
  5. 17845b8 Add driver wrapper function for raw key agreement, along with test call for transparent drivers. by Aditya Deshpande · 2 years, 10 months ago
  6. b3c3090 Merge pull request #6383 from mprse/aead_driver_test by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  7. 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
  8. b549776 Merge branch 'Mbed-TLS:development' into codegen_1.1 by asfand-silabs · 2 years, 11 months ago
  9. a2cac32 Update and document mbedtls extensions by Archana · 3 years, 4 months ago
  10. 22c7827 Schema and script improvements by Archana · 3 years, 4 months ago
  11. fdbbcba JSONschema and python improvements by Archana · 3 years, 5 months ago
  12. 04cfe34 JSON Validation added by Archana · 3 years, 7 months ago
  13. 05efa17 JSON upgrade to give function names by Archana · 3 years, 7 months ago
  14. e829cd6 Driver Wrapper CodeGen Rev 1.1 by Archana · 3 years, 7 months ago
  15. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  16. 27036c9 Merge pull request #6142 from tom-cosgrove-arm/fix-comments-in-docs-and-comments by Dave Rodgman · 3 years ago
  17. ce7f18c Fix a/an typos in doxygen and other comments by Tom Cosgrove · 3 years ago
  18. b839c54 Correctly include psa/crypto.h in query_config.fmt by Tom Cosgrove · 3 years ago
  19. ff3c6c1 Add parsing of psa/crypto_config.h for PSA_WANT_xxx to query_compile_time_config by Tom Cosgrove · 3 years ago
  20. 2cecd8a Merge pull request #3624 from daxtens/timeless by Dave Rodgman · 3 years, 5 months ago
  21. afb4828 Merge pull request #5292 from mprse/asym_encrypt by Gilles Peskine · 3 years, 5 months ago
  22. f071024 Do not include time.h without MBEDTLS_HAVE_TIME by Daniel Axtens · 5 years ago
  23. 4576b91 Compact the argument lists by Przemyslaw Stekiel · 3 years, 6 months ago
  24. f881601 Detect invalid tag lengths in psa_aead_setup by Andrzej Kurek · 3 years, 8 months ago
  25. 71284ea psa_asymmetric_decrypt: add test driver impl by Przemyslaw Stekiel · 3 years, 8 months ago
  26. b6a6650 psa_asymmetric_encrypt: add test driver impl by Przemyslaw Stekiel · 3 years, 8 months ago
  27. c08248d Rename the template file from .conf to .jinja by Archana · 3 years, 8 months ago
  28. a8939b6 Restructure scripts' folder alignment by Archana · 3 years, 9 months ago
  29. b54b531 fix msvc build faile by Jerry Yu · 3 years, 8 months ago
  30. 2e8b001 Beauty source code by Jerry Yu · 3 years, 8 months ago
  31. 84e63a7 Add list_config generation by Jerry Yu · 3 years, 8 months ago
  32. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  33. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  34. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  35. e67665c Merge pull request #4006 from chris-jones-arm/development by Gilles Peskine · 4 years, 3 months ago
  36. f9c7b3e Remove PKCS#11 library wrapper. by Mateusz Starzyk · 4 years, 5 months ago
  37. ef01852 Add missing guard to mbedtls_test_hook_error_add by Chris Jones · 4 years, 4 months ago
  38. b7d02e0 Fix misc issues with unused parameters and check-names.sh by Chris Jones · 4 years, 4 months ago
  39. 7439209 Rewrite error addition interface by Chris Jones · 4 years, 4 months ago
  40. b179b84 Change set_err_add_hook void pointer to actual function pointer signature by Chris Jones · 4 years, 6 months ago
  41. ef180af Move `MBEDTLS_ERR_ADD` macro and functions to `error.*` by Chris Jones · 4 years, 6 months ago
  42. 4dfb83c Merge pull request #4164 from chris-jones-arm/move-internal-headers by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  43. a2d16b3 Remove certs.h includes from test applications. by Mateusz Starzyk · 4 years, 5 months ago
  44. 1aec646 Remove certs module from mbedtls. by Mateusz Starzyk · 4 years, 6 months ago
  45. ea0a865 Move entropy_poll.h to library by Chris Jones · 4 years, 5 months ago
  46. 16dbaeb Move padlock.h to library by Chris Jones · 4 years, 5 months ago
  47. 187782f Move aesni.h to library by Chris Jones · 4 years, 5 months ago
  48. 84a773f Rename ssl_internal.h to ssl_misc.h by Chris Jones · 4 years, 5 months ago
  49. e2191cd Update includes to use library/ instead of include/mbedtls/ by Chris Jones · 4 years, 6 months ago
  50. 7d48b28 Remove 1.3 to 2.0 transition helpers files. by Mateusz Starzyk · 4 years, 6 months ago
  51. 0fdcc8e Remove Havege module. by Mateusz Starzyk · 4 years, 6 months ago
  52. c772b18 Move the declaration of query_config() to a dedicated header file by Gilles Peskine · 4 years, 7 months ago
  53. 67aed9a Simplify conditional guards in error.c by Gilles Peskine · 4 years, 9 months ago
  54. b64e0fe Fix conditions for including string.h in error.c by Gilles Peskine · 4 years, 9 months ago
  55. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  56. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  57. fcdea0f Remove definitions and settings that are never used or duplicate MSVC by irwir · 5 years ago
  58. 9515d76 Merge pull request #3219 from aggarg/err_optimization by Gilles Peskine · 5 years ago
  59. 0c103a8 Merge pull request #2853 from irwir/fix_vcxproj by Manuel Pégourié-Gonnard · 5 years ago
  60. cabde25 Align with coding style by Gaurav Aggarwal · 5 years ago
  61. 518d435 Fix GCC format-signedness warnings by Kenneth Soerensen · 5 years ago
  62. 8663c74 Remove error_description variable from strerr functions by Gaurav Aggarwal · 5 years ago
  63. dc9c47d Merge pull request #3176 from aggarg/development by Gilles Peskine · 5 years ago
  64. 6ea4fc7 Address review comments by Gaurav Aggarwal · 5 years ago
  65. febf880 Merge remote-tracking branch 'upstream/development' into fix_vcxproj by irwir · 5 years ago
  66. 49d46a7 Finalize fixing the issue #1430. by irwir · 6 years ago
  67. 3d02db2 Add auto-generated code markers by Gaurav Aggarwal · 5 years ago
  68. a4a2aa5 Address review comments by Gaurav Aggarwal · 5 years ago
  69. a9f6400 Add support for const error description strings by Gaurav Aggarwal · 5 years ago
  70. 2ae678d Systematically use Windows line endings in Windows files by Gilles Peskine · 5 years ago
  71. 0f3f9c3 Fix a stray CR inside a line by Gilles Peskine · 5 years ago
  72. eccd888 Rename identifiers containing double-underscore by Gilles Peskine · 5 years ago
  73. 458b8f2 Revert "Remove unused TLS, NET, and X.509 files" by Gilles Peskine · 5 years ago
  74. 40f17dc Revert "Remove certs.h" by Gilles Peskine · 5 years ago
  75. 7156d8c Don't hard-code include paths in templates by Gilles Peskine · 5 years ago
  76. 2579675 Merge remote-tracking branch 'upstream-public/development' into development by Gilles Peskine · 6 years ago
  77. df587ee Remove duplicate include statement by Janos Follath · 6 years ago
  78. 48d26c2 ECDH: Add Everest Curve25519 to VS project files by Christoph M. Wintersteiger · 7 years ago
  79. 8dd1690 Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 6 years ago
  80. b8e4ae1 Remove certs.h by Jaeden Amero · 6 years ago
  81. 66b7edb Merge remote-tracking branch 'origin/pr/2711' into development by Jaeden Amero · 6 years ago
  82. 4f4af6e windows: Fix Release x64 configuration by Jaeden Amero · 6 years ago
  83. c5de462 Making version features easily ROM-able when using Arm C compiler. by Máté Varga · 6 years ago
  84. b78cf2b Adjust visual studio file generation to always use the crypto submodule by Andrzej Kurek · 6 years ago
  85. a4308b2 Remove unused TLS, NET, and X.509 files by Jaeden Amero · 7 years ago
  86. 17c53c5 Fix check-generated-files.sh failure with query_config by Andres Amaya Garcia · 7 years ago
  87. 27b3372 Fix query_config macro expansion for windows by Andres Amaya Garcia · 7 years ago
  88. 5bc6e92 Fix query_config macro expansion for windows by Andres Amaya Garcia · 7 years ago
  89. c84a65d Fix missing include in vs proj files for query programs by Andres Amaya Garcia · 7 years ago
  90. c28da7e Improve comments in query_config.fmt by Andres Amaya Garcia · 7 years ago
  91. 2fdc2c2 Fix multiple stdio.h inclusion in query_config.c by Andres Amaya Garcia · 7 years ago
  92. 88121a9 Script generation of query_config.c file by Andres Amaya Garcia · 7 years ago
  93. 0cb7709 Add LinkLibraryDependencies to VS2010 app template by Jaeden Amero · 7 years ago
  94. 08902ed Fix Visual Studio template files by Simon Butcher · 8 years ago
  95. ee7157e Fix redefinition of macro ssl_set_bio by Andres AG · 9 years ago
  96. db0feca Fixes platform time_t abstraction by Simon Butcher · 9 years ago
  97. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  98. 7381ff0 Update copyright date in templates too by Manuel Pégourié-Gonnard · 10 years ago
  99. 10c7674 Adjust rename/compat list by Manuel Pégourié-Gonnard · 10 years ago
  100. 1409616 Fix one renaming in the list by Manuel Pégourié-Gonnard · 10 years ago