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