1. 6240def Add MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN by Manuel Pégourié-Gonnard · 5 years ago
  2. 045f094 Add dummy constant-flow HMAC function with tests by Manuel Pégourié-Gonnard · 5 years ago
  3. 66c3dc4 Include the library directory for the sake of 3rdparty by Gilles Peskine · 5 years ago
  4. 8dc0af2 programs: Link to tests common code by Ronald Cron · 5 years ago
  5. 5afc4c7 Merge pull request #3333 from irwir/fix_vcxproj2 by danh-arm · 5 years ago
  6. d6916d7 Merge pull request #3121 from gilles-peskine-arm/invasive_testing_strategy-crypto by Gilles Peskine · 5 years ago
  7. fcdea0f Remove definitions and settings that are never used or duplicate MSVC by irwir · 5 years ago
  8. 0c103a8 Merge pull request #2853 from irwir/fix_vcxproj by Manuel Pégourié-Gonnard · 5 years ago
  9. febf880 Merge remote-tracking branch 'upstream/development' into fix_vcxproj by irwir · 5 years ago
  10. 49d46a7 Finalize fixing the issue #1430. by irwir · 6 years ago
  11. 2ae678d Systematically use Windows line endings in Windows files by Gilles Peskine · 5 years ago
  12. c4672fd New header common.h; define MBEDTLS_STATIC_TESTABLE by Gilles Peskine · 6 years ago
  13. b99bd39 Merge mbed-crypto into mbedtls: the merge commit by Gilles Peskine · 5 years ago
  14. 458b8f2 Revert "Remove unused TLS, NET, and X.509 files" by Gilles Peskine · 5 years ago
  15. 40f17dc Revert "Remove certs.h" by Gilles Peskine · 5 years ago
  16. d362d0b Tweak spacing in Visual Studio files by Gilles Peskine · 5 years ago
  17. b41f88f Simplify the code around the call to gen_main_file by Gilles Peskine · 5 years ago
  18. 471c0c9 Rename temporary copy ssl_tls_old.c back to ssl_tls.c by Hanno Becker · 5 years ago
  19. abd9cef Duplicate ssl_tls.c as ssl_tls_old.c and ssl_msg.c by Hanno Becker · 5 years ago
  20. 5af2941 Update crypto submodule by Gilles Peskine · 6 years ago
  21. 7a894f2 Move backward compatibility aliases to their own header by Gilles Peskine · 6 years ago
  22. b2ab86c crypto: Update submodule to 3f20efc03016 by Jaeden Amero · 6 years ago
  23. 9298dca Merge pull request #185 from gilles-peskine-arm/harvard-md by Jaeden Amero · 6 years ago
  24. c14dd84 ECDH: Add Everest Curve25519 to VS project files by Christoph M. Wintersteiger · 7 years ago
  25. f8d4c88 Update generated files by Christoph M. Wintersteiger · 6 years ago
  26. 6ea2dea1 3rdparty: Add additional build facilities for 3rd-party code by Christoph M. Wintersteiger · 7 years ago
  27. 24fbcef ECDH: Everest: Remove unnecessary file by Christoph M. Wintersteiger · 7 years ago
  28. 48d26c2 ECDH: Add Everest Curve25519 to VS project files by Christoph M. Wintersteiger · 7 years ago
  29. 8e65c50 Update Visual studio project file by Janos Follath · 6 years ago
  30. 815e9a2 Remove files sourced from Mbed Crypto by Jaeden Amero · 6 years ago
  31. 72c8c5b Merge remote-tracking branch 'upstream-crypto/development' into psa-api-1.0-beta-merge_development_20190801 by Gilles Peskine · 6 years ago
  32. 84867cf Don't use dynamic pointer dispatch in md by Gilles Peskine · 6 years ago
  33. b8e4ae1 Remove certs.h by Jaeden Amero · 6 years ago
  34. a899a72 Implement the secure element driver registration function by Gilles Peskine · 6 years ago
  35. 9f3d39d Generating visualc files - let Mbed TLS take precedence over crypto by Andrzej Kurek · 6 years ago
  36. b78cf2b Adjust visual studio file generation to always use the crypto submodule by Andrzej Kurek · 6 years ago
  37. a4308b2 Remove unused TLS, NET, and X.509 files by Jaeden Amero · 7 years ago
  38. 5e80d91 Remove psa_crypto_storage_backend.h by Gilles Peskine · 6 years ago
  39. 088b77f Merge psa_crypto_storage_its into psa_crypto_storage by Gilles Peskine · 6 years ago
  40. e435f23 Remove psa_crypto_storage_file by Gilles Peskine · 6 years ago
  41. 6194dc2 Implement PSA ITS over files by Gilles Peskine · 7 years ago
  42. 601bd53 Fix up ITS header files for internal use in crypto by Gilles Peskine · 6 years ago
  43. 7723ab1 Add common header for crypto service integration by itayzafrir · 6 years ago
  44. 7597689 Split crypto_driver.h into one for each driver type by Gilles Peskine · 7 years ago
  45. f3b731e Move integral types and associated macros to their own header by Gilles Peskine · 7 years ago
  46. 039b90c Expose the PSA key slot structure to internal modules by Gilles Peskine · 7 years ago
  47. 961849f Implement slot allocation by Gilles Peskine · 7 years ago
  48. ac41c19 Add psa_crypto_invasive.h by Gilles Peskine · 7 years ago
  49. 7703042 Update VisualC files by Hanno Becker · 7 years ago
  50. f0cd619 Update VisualC files by Hanno Becker · 7 years ago
  51. a26d764 Add new PSA Crypto Storage backend implementation using ITS APIs by Moran Peker · 7 years ago
  52. db2b8db psa: Add storage implementation for files by Darryl Green · 7 years ago
  53. 0064688 visualc: Add crypto_driver.h to project by Jaeden Amero · 7 years ago
  54. 1692363 Add visualc files generated by generate_visualc_files.pl by Darryl Green · 7 years ago
  55. e59236f Add PSA crypto module by Gilles Peskine · 8 years ago
  56. cb349ac Implement the KW and KWP algorithm by Ron Eldor · 7 years ago
  57. 0dadba2 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  58. e47d6fd Merge remote-tracking branch 'public/pr/1497' into development by Simon Butcher · 7 years ago
  59. 656864b Add an HKDF (RFC 5869) implementation by Thomas Fossati · 9 years ago
  60. f30dbdc Update generated file by Manuel Pégourié-Gonnard · 7 years ago
  61. 39b1904 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  62. dca3a5d Rename aead_chacha20_poly1305 to chachapoly by Manuel Pégourié-Gonnard · 7 years ago
  63. a3712be Merge branch 'development' into iotssl-1941-aria-ciphersuites by Manuel Pégourié-Gonnard · 7 years ago
  64. 707e962 Update visualc project files by Manuel Pégourié-Gonnard · 7 years ago archive/feature-aria-evaluation feature-aria-evaluation
  65. 9644983 Add platform_utils and zeroize to visualc files by Andres Amaya Garcia · 7 years ago
  66. adb0b2e Update Visual Studio project files by Hanno Becker · 8 years ago
  67. fea2078 Add new header file to VS2010 project files by Simon Butcher · 8 years ago
  68. 6406e81 Update of the Visual Studio files by Simon Butcher · 8 years ago
  69. 16c54ee Update library version number to 2.4.0 by Simon Butcher · 9 years ago
  70. 788aa4a Rename net.{c,h} to net_sockets.{c,h} by Andres AG · 9 years ago
  71. 8254ed2 Change version number to 2.2.0 by Simon Butcher · 10 years ago mbedos-release-15-11 mbedtls-2.2.0
  72. f7c42d8 Update visualc projects by Manuel Pégourié-Gonnard · 10 years ago
  73. 51f14be Remove VS6 files, only 2010 supported now by Manuel Pégourié-Gonnard · 10 years ago
  74. b6b16bd Drop pbkdf2 module (superseded by pkcs5) by Manuel Pégourié-Gonnard · 10 years ago
  75. fc51f40 Remove compatibility header memory.h by Manuel Pégourié-Gonnard · 10 years ago
  76. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  77. 34be402 Rm obsolete things (compat-1.2, openssl, etc) by Manuel Pégourié-Gonnard · 10 years ago
  78. f7d2bba Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  79. daae3b7 Prepare for mbed TLS 1.3.10 release by Paul Bakker · 10 years ago
  80. 2a0718d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  81. edaa9a0 Generate VC files with new name by Manuel Pégourié-Gonnard · 11 years ago[Renamed (95%) from visualc/VS2010/PolarSSL.vcxproj]
  82. dba564b Fix files that are not in development by Manuel Pégourié-Gonnard · 11 years ago
  83. dca108e Rm reference to non-existent file in VS projects by Manuel Pégourié-Gonnard · 11 years ago
  84. ec3a617 Make ready for release of 1.3.8 and soversion 7 by Paul Bakker · 11 years ago
  85. b5212b4 Merge CCM cipher mode and ciphersuites by Paul Bakker · 11 years ago
  86. 0aafa5c Add visual C main files to update_vs_apps.pl by Manuel Pégourié-Gonnard · 11 years ago
  87. a6916fa Add (placeholder) CCM module by Manuel Pégourié-Gonnard · 11 years ago
  88. 790e395 Fixed to the features check by Paul Bakker · 11 years ago
  89. 14d5595 Split config checks to separate file by Manuel Pégourié-Gonnard · 11 years ago
  90. 4c41277 Updated Visual Studio projects with changes from last release by Paul Bakker · 11 years ago
  91. 490bdf3 Add minimalistic HMAC_DRBG implementation by Manuel Pégourié-Gonnard · 12 years ago
  92. 61b699e Renamed RMD160 to RIPEMD160 by Paul Bakker · 12 years ago
  93. cab4a88 Add RIPEMD-160 (core functions) by Manuel Pégourié-Gonnard · 12 years ago
  94. 92ac76f Add files for (upcoming) AES-NI support by Manuel Pégourié-Gonnard · 12 years ago
  95. 32b04c1 Split ecp.c by Manuel Pégourié-Gonnard · 12 years ago
  96. 41d768e Removed debug-only include dirs in VS2010 project file by Paul Bakker · 12 years ago
  97. 356b0ad Added threading modlue to VS project files by Paul Bakker · 12 years ago
  98. ee0844a Updated VS project files for X509 changes by Paul Bakker · 12 years ago
  99. 356da16 Update VisualStudio files by Manuel Pégourié-Gonnard · 12 years ago
  100. 93784e1 - Added gcm.c and ssl_cache.c by Paul Bakker · 13 years ago