1. 4e62cbc Add generated files by Ronald Cron · 3 years, 8 months ago
  2. 9c58274 Remove automatically generated source files by Gilles Peskine · 4 years, 3 months ago
  3. eb3e463 Merge pull request #4247 from stevew817/dispatch_mac_operations by Ronald Cron · 4 years, 3 months ago
  4. c7f0a57 Add testing of the MAC driver entry points by Steven Cooreman · 4 years, 3 months ago
  5. d13a70f Add boilerplate for dispatching MAC operations by Steven Cooreman · 4 years, 5 months ago
  6. 3c8dd63 Add include headers for composite operation contexts and move hmac by Steven Cooreman · 4 years, 3 months ago
  7. 675501d Rename the PSA driver context structure headers to _primitives by Steven Cooreman · 4 years, 3 months ago
  8. dd57b2f Merge pull request #4445 from TRodziewicz/remove_deprecated_things_-_remainder by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  9. ce1d8d2 tests: Revert test_driver.h name change by Ronald Cron · 4 years, 3 months ago
  10. 7f13fa2 tests: psa: Add mbedtls/MBEDTLS prefix to test driver symbols by Ronald Cron · 4 years, 4 months ago
  11. fa036c8 tests: Add hash transparent test driver hooks by Ronald Cron · 4 years, 4 months ago
  12. 85dfc4d Applying current changes by TRodziewicz · 4 years, 3 months ago
  13. 18efb73 Remove deprecated functions and constants. by TRodziewicz · 4 years, 3 months ago
  14. 12f93f4 Merge pull request #4407 from ARMmbed/dev3_signoffs by Dave Rodgman · 4 years, 3 months ago
  15. f9c7b3e Remove PKCS#11 library wrapper. by Mateusz Starzyk · 4 years, 4 months ago
  16. ee25913 Merge branch 'development' into development_3.0 by Gilles Peskine · 4 years, 4 months ago
  17. 2cca9b8 Rename test driver source files to avoid file name conflicts by Steven Cooreman · 4 years, 4 months ago
  18. 16141ed Add test driver sources to VC build by Steven Cooreman · 4 years, 4 months ago
  19. 09c916a Merge pull request #4257 from ronald-cron-arm/psa-aead by Gilles Peskine · 4 years, 4 months ago
  20. 9a1c092 Merge pull request #4297 from gilles-peskine-arm/ecp-add-fix-202104 by Gilles Peskine · 4 years, 4 months ago
  21. 73e3e2c Merge remote-tracking branch 'origin/development' into development_new by Dave Rodgman · 4 years, 4 months ago
  22. de82281 psa: aead: Add driver delegation by Ronald Cron · 4 years, 5 months ago
  23. 7ceee8d psa: Add psa_crypto_aead.[hc] by Ronald Cron · 4 years, 5 months ago
  24. 80ba850 Create a header file for ECP internal functions by Gilles Peskine · 4 years, 4 months ago
  25. 06c84ca psa: include: Merge crypto_builtin_hash.h and crypto_builtin_cipher.h by Ronald Cron · 4 years, 4 months ago
  26. bc64f94 Update VS2010 project file by Hanno Becker · 4 years, 6 months ago
  27. 4dfb83c Merge pull request #4164 from chris-jones-arm/move-internal-headers by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  28. 7cb9c3d psa: cipher: Move to driver operation context application allocation by Ronald Cron · 4 years, 5 months ago
  29. 0ff5795 psa: Add psa_crypto_cipher.[ch] by Ronald Cron · 4 years, 5 months ago
  30. 1aec646 Remove certs module from mbedtls. by Mateusz Starzyk · 4 years, 6 months ago
  31. 830aff2 Restructure the way driver contexts are declared by Steven Cooreman · 4 years, 5 months ago
  32. ea0a865 Move entropy_poll.h to library by Chris Jones · 4 years, 5 months ago
  33. 16dbaeb Move padlock.h to library by Chris Jones · 4 years, 5 months ago
  34. 187782f Move aesni.h to library by Chris Jones · 4 years, 5 months ago
  35. daacb59 Rename <pk/md/cipher>_internal.h to *_wrap.h by Chris Jones · 4 years, 5 months ago
  36. 59cda7f Rename ecp_internal.h to ecp_alt.h by Chris Jones · 4 years, 5 months ago
  37. 66a4cd4 Rename rsa_internal.* to rsa_alt_helpers.* by Chris Jones · 4 years, 5 months ago
  38. 84a773f Rename ssl_internal.h to ssl_misc.h by Chris Jones · 4 years, 5 months ago
  39. 4c5819c Move bn_mul.h to library/ by Chris Jones · 4 years, 5 months ago
  40. e2191cd Update includes to use library/ instead of include/mbedtls/ by Chris Jones · 4 years, 6 months ago
  41. 7b9f33c Move include/mbedtls/rsa_internal.h to library/rsa_internal.h by Chris Jones · 4 years, 6 months ago
  42. d029b60 Move test driver hash function declarations to software driver by Steven Cooreman · 4 years, 5 months ago
  43. f763810 Add test driver for hash operations by Steven Cooreman · 4 years, 5 months ago
  44. dbf8ced Change the way driver context structures are used by Steven Cooreman · 4 years, 5 months ago
  45. 0e30764 Split hashing operations out into an mbedTLS hash driver by Steven Cooreman · 4 years, 6 months ago
  46. 7d48b28 Remove 1.3 to 2.0 transition helpers files. by Mateusz Starzyk · 4 years, 6 months ago
  47. 5794836 Create a separate test module for ASN.1 test helper functions by Gilles Peskine · 4 years, 6 months ago
  48. 66e7b90 Create a separate test module for PSA exercise_key by Gilles Peskine · 4 years, 6 months ago
  49. 1061ec6 Mutex usage testing: set up wrapper functions by Gilles Peskine · 4 years, 6 months ago
  50. 5cd00d2 Merge pull request #4092 from ronald-cron-arm/psa-crypto-client by Ronald Cron · 4 years, 6 months ago
  51. 0fdcc8e Remove Havege module. by Mateusz Starzyk · 4 years, 6 months ago
  52. 00b7bfc psa: Move xxx_load_representation functions to RSA/ECP specific modules by Ronald Cron · 4 years, 8 months ago
  53. d790632 psa: Add psa_crypto_client.c by Ronald Cron · 4 years, 6 months ago
  54. 1af872d Move the fake PSA external RNG to its own header and source files by Gilles Peskine · 4 years, 7 months ago
  55. a51e1db Merge pull request #3895 from gilles-peskine-arm/psa-external-random by Gilles Peskine · 4 years, 7 months ago
  56. b2b64d3 Rename psa_crypto_random.h to psa_crypto_random_impl.h by Gilles Peskine · 4 years, 8 months ago
  57. db6b03b Remove old-style accelerator and entropy driver interfaces by Gilles Peskine · 4 years, 8 months ago
  58. 514a8fd Create a file for PSA crypto test helpers by Gilles Peskine · 4 years, 9 months ago
  59. 90edc99 Create a header file for PSA crypto random generator abstraction by Gilles Peskine · 4 years, 9 months ago
  60. 07cc04a Updates to PSA crypto library based on review comments by John Durkop · 4 years, 9 months ago
  61. b6f7afc Move check config feature for PSA_WANT by John Durkop · 4 years, 9 months ago
  62. 9814fa2 Minor updates from review comments by John Durkop · 4 years, 9 months ago
  63. a455e71 Merge pull request #3780 from stevew817/feature/validate_key_in_driver by Gilles Peskine · 4 years, 9 months ago
  64. c4813a6 Rename 'keygen' to 'key management' by Steven Cooreman · 4 years, 10 months ago
  65. 2d0b723 Merge pull request #3712 from jdurkop/psa-crypto-config-ecdsa-3670 by Gilles Peskine · 4 years, 9 months ago
  66. 9a68984 Add new size.h to vs2010 project by John Durkop · 4 years, 11 months ago
  67. 736eb1d Update to VS project file for PSA crypto config by John Durkop · 4 years, 10 months ago
  68. 2a25904 Merge pull request #3568 from hanno-arm/tls13_experimental_key_schedule_1 by Janos Follath · 4 years, 11 months ago
  69. 435beea Add new files to IDE project by Steven Cooreman · 5 years ago
  70. be9d664 Implement TLS 1.3 key derivation function HKDF-Expand-Label by Hanno Becker · 5 years ago
  71. 0d7c64d Changed test driver include folder to reflect it's a test driver by Steven Cooreman · 5 years ago
  72. cd84cb4 Add a handcrafted first version of the driver wrapper code by Steven Cooreman · 5 years ago
  73. 6240def Add MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN by Manuel Pégourié-Gonnard · 5 years ago
  74. 045f094 Add dummy constant-flow HMAC function with tests by Manuel Pégourié-Gonnard · 5 years ago
  75. 66c3dc4 Include the library directory for the sake of 3rdparty by Gilles Peskine · 5 years ago
  76. 8dc0af2 programs: Link to tests common code by Ronald Cron · 5 years ago
  77. 5afc4c7 Merge pull request #3333 from irwir/fix_vcxproj2 by danh-arm · 5 years ago
  78. d6916d7 Merge pull request #3121 from gilles-peskine-arm/invasive_testing_strategy-crypto by Gilles Peskine · 5 years ago
  79. fcdea0f Remove definitions and settings that are never used or duplicate MSVC by irwir · 5 years ago
  80. 0c103a8 Merge pull request #2853 from irwir/fix_vcxproj by Manuel Pégourié-Gonnard · 5 years ago
  81. febf880 Merge remote-tracking branch 'upstream/development' into fix_vcxproj by irwir · 5 years ago
  82. 49d46a7 Finalize fixing the issue #1430. by irwir · 6 years ago
  83. 2ae678d Systematically use Windows line endings in Windows files by Gilles Peskine · 5 years ago
  84. c4672fd New header common.h; define MBEDTLS_STATIC_TESTABLE by Gilles Peskine · 6 years ago
  85. b99bd39 Merge mbed-crypto into mbedtls: the merge commit by Gilles Peskine · 5 years ago
  86. 458b8f2 Revert "Remove unused TLS, NET, and X.509 files" by Gilles Peskine · 5 years ago
  87. 40f17dc Revert "Remove certs.h" by Gilles Peskine · 5 years ago
  88. d362d0b Tweak spacing in Visual Studio files by Gilles Peskine · 5 years ago
  89. b41f88f Simplify the code around the call to gen_main_file by Gilles Peskine · 5 years ago
  90. 471c0c9 Rename temporary copy ssl_tls_old.c back to ssl_tls.c by Hanno Becker · 5 years ago
  91. abd9cef Duplicate ssl_tls.c as ssl_tls_old.c and ssl_msg.c by Hanno Becker · 5 years ago
  92. 5af2941 Update crypto submodule by Gilles Peskine · 6 years ago
  93. 7a894f2 Move backward compatibility aliases to their own header by Gilles Peskine · 6 years ago
  94. b2ab86c crypto: Update submodule to 3f20efc03016 by Jaeden Amero · 6 years ago
  95. 9298dca Merge pull request #185 from gilles-peskine-arm/harvard-md by Jaeden Amero · 6 years ago
  96. c14dd84 ECDH: Add Everest Curve25519 to VS project files by Christoph M. Wintersteiger · 7 years ago
  97. f8d4c88 Update generated files by Christoph M. Wintersteiger · 6 years ago
  98. 6ea2dea1 3rdparty: Add additional build facilities for 3rd-party code by Christoph M. Wintersteiger · 7 years ago
  99. 24fbcef ECDH: Everest: Remove unnecessary file by Christoph M. Wintersteiger · 7 years ago
  100. 48d26c2 ECDH: Add Everest Curve25519 to VS project files by Christoph M. Wintersteiger · 7 years ago