1. 9298dca Merge pull request #185 from gilles-peskine-arm/harvard-md by Jaeden Amero · 6 years ago
  2. 6ea2dea1 3rdparty: Add additional build facilities for 3rd-party code by Christoph M. Wintersteiger · 7 years ago
  3. 62dddd0 Add new 3rdparty build scripts by Christoph M. Wintersteiger · 7 years ago
  4. d5fd766 ECDH: Include Everest Curve25519 in build scripts by Christoph M. Wintersteiger · 7 years ago
  5. 72c8c5b Merge remote-tracking branch 'upstream-crypto/development' into psa-api-1.0-beta-merge_development_20190801 by Gilles Peskine · 6 years ago
  6. 6763fe4 Change LINK_WITH_TRUSTED_STORAGE option to OFF by Moshe Shahar · 6 years ago
  7. 7e36765 Add CMake option for explicitly link library to trusted_storage (#2) by Moshe Shahar · 6 years ago
  8. 84867cf Don't use dynamic pointer dispatch in md by Gilles Peskine · 6 years ago
  9. d85a7e9 Remove use of CMAKE_SOURCE_DIR by Ashley Duncan · 6 years ago
  10. a899a72 Implement the secure element driver registration function by Gilles Peskine · 6 years ago
  11. 461fd58 Merge pull request #71 from Patater/remove-non-crypto by Jaeden Amero · 6 years ago
  12. 18d4789 CMake: Use generated source files from parent by Jaeden Amero · 6 years ago
  13. 8298d70 Only build libmbedcrypto by Jaeden Amero · 7 years ago
  14. d874a1f Remove zlib by Jaeden Amero · 6 years ago
  15. d832f18 Remove pkcs11-helper option by Jaeden Amero · 6 years ago
  16. c70a3c7 Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 6 years ago
  17. 3f8d784 Update library version to 2.17.0 by Jaeden Amero · 6 years ago mbedtls-2.17.0
  18. 088b77f Merge psa_crypto_storage_its into psa_crypto_storage by Gilles Peskine · 6 years ago
  19. e435f23 Remove psa_crypto_storage_file by Gilles Peskine · 6 years ago
  20. 6194dc2 Implement PSA ITS over files by Gilles Peskine · 7 years ago
  21. 28cb6fb Unbump version to 0.0.0 by k-stachowiak · 6 years ago
  22. 67ea2c5 Merge branch 'development-psa-proposed' into development by Jaeden Amero · 6 years ago
  23. de5a007 Merge development commit f352f7 into development-psa by Andrzej Kurek · 7 years ago
  24. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 7 years ago
  25. 1927565 Use CMAKE_BUILD_TYPE to do Asan builds by Gilles Peskine · 7 years ago
  26. 5fa32a7 Use CMAKE_BUILD_TYPE to do Asan builds by Gilles Peskine · 7 years ago
  27. 6c164e7 Update the version of the library to 2.16.0 by Simon Butcher · 7 years ago
  28. 961849f Implement slot allocation by Gilles Peskine · 7 years ago
  29. 5dfca1e Update library version to 2.15.1 by Jaeden Amero · 7 years ago mbedtls-2.15.1
  30. ebeb6cb Update library version to 2.15.0 by Simon Butcher · 7 years ago
  31. 3d5d837 Merge pull request #198 from ARMmbed/psa_crypto_its by Gilles Peskine · 7 years ago
  32. 30b340a crypto: Add mbedtls-psa as a submodule by Jaeden Amero · 7 years ago
  33. c6e4ab0 Use parent module includes when used as a submodule by Jaeden Amero · 7 years ago
  34. 5ae1fb6 CMake: Don't build non-crypto when a subproject by Jaeden Amero · 7 years ago
  35. a26d764 Add new PSA Crypto Storage backend implementation using ITS APIs by Moran Peker · 7 years ago
  36. 4cb814e cmake: Use finer grained include directory by Jaeden Amero · 7 years ago
  37. db2b8db psa: Add storage implementation for files by Darryl Green · 7 years ago
  38. 818eab2 Merge tag 'mbedtls-2.14.0' into feature-psa by Jaeden Amero · 7 years ago
  39. c1b9892 Update library version number to 2.14.0 by Simon Butcher · 7 years ago
  40. 53546ea Update library version number to 2.13.1 by Simon Butcher · 7 years ago mbedtls-2.13.1
  41. e59236f Add PSA crypto module by Gilles Peskine · 8 years ago
  42. 4d075cd Update library version number to 2.13.0 by Simon Butcher · 7 years ago
  43. 193c864 Update version to 2.12.0 by Jaeden Amero · 7 years ago
  44. cb349ac Implement the KW and KWP algorithm by Ron Eldor · 7 years ago
  45. 6331cb0 Fix some whitespace issues in ChangeLog and CMakeLists.txt by Simon Butcher · 7 years ago
  46. d21bd31 Merge remote-tracking branch 'public/pr/1567' into development by Simon Butcher · 7 years ago
  47. 1d97cab Merge remote-tracking branch 'public/pr/1645' into development by Simon Butcher · 7 years ago
  48. bf7fe4f Replace check with APPLE with CMAKE_SYSTEM_NAME by Andres Amaya Garcia · 7 years ago
  49. 0dadba2 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  50. 2fcd3e4 Change the library version to 2.11.0 by Simon Butcher · 7 years ago
  51. e47d6fd Merge remote-tracking branch 'public/pr/1497' into development by Simon Butcher · 7 years ago
  52. 656864b Add an HKDF (RFC 5869) implementation by Thomas Fossati · 9 years ago
  53. 39b1904 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  54. d5a09f1 Updated version number to 2.10.0 for release by Simon Butcher · 7 years ago
  55. dca3a5d Rename aead_chacha20_poly1305 to chachapoly by Manuel Pégourié-Gonnard · 7 years ago
  56. b8025c5 Implement AEAD-ChaCha20-Poly1305. by Daniel King · 9 years ago
  57. adc32c0 Add Poly1305 authenticator algorithm (RFC 7539) by Daniel King · 9 years ago
  58. 34b822c Initial implementation of ChaCha20 by Daniel King · 9 years ago
  59. 7f3ef27 silence "no symbols" warnings on apple clang by TabascoEye · 7 years ago
  60. a3712be Merge branch 'development' into iotssl-1941-aria-ciphersuites by Manuel Pégourié-Gonnard · 7 years ago
  61. a331e0f Merge remote-tracking branch 'upstream-restricted/pr/421' into development-proposed by Jaeden Amero · 7 years ago
  62. 7d7bad6 Update version to 2.9.0 by Jaeden Amero · 7 years ago
  63. bc7bdbf Organize CMakeLists targets in alphabetical order by Andres Amaya Garcia · 7 years ago
  64. 904e1ef Make utils module part of the platform by Andres Amaya Garcia · 7 years ago
  65. 614d9c0 Add a utils.h file that contains common functions by Andres Amaya Garcia · 8 years ago
  66. 60bc47d library: Port to Haiku. by Augustin Cavalier · 7 years ago
  67. 8be0e6d Update version to 2.8.0 by Jaeden Amero · 7 years ago mbedtls-2.8.0
  68. 3c0b53b ARIA build integration by Markku-Juhani O. Saarinen · 8 years ago
  69. 3b438d3 Update version to 2.7.0 by Jaeden Amero · 8 years ago
  70. 32297e8 Merge branch 'development' into iotssl-1619 by Hanno Becker · 8 years ago
  71. a565f54 Introduce new files rsa_internal.[ch] for RSA helper functions by Hanno Becker · 8 years ago
  72. 72ea31b Update version number to 2.6.0 by Simon Butcher · 8 years ago mbedtls-2.6.0
  73. f2a597f Update the version number to 2.5.1 by Simon Butcher · 8 years ago archive/mbedtls-2.5 archive/mbedtls-2.5.2 mbedtls-2.5 mbedtls-2.5.2 mbedtls-2.5.1
  74. 9f77017 Updated version number to 2.5.0 by Simon Butcher · 8 years ago mbedtls-2.5.0
  75. 1808dc0 Update library version number to 2.4.1 by Janos Follath · 9 years ago
  76. 16c54ee Update library version number to 2.4.0 by Simon Butcher · 9 years ago
  77. dc5c7b9 Add support for AES-128-CMAC and AES-CMAC-PRF-128 by Robert Cragie · 10 years ago
  78. 788aa4a Rename net.{c,h} to net_sockets.{c,h} by Andres AG · 9 years ago
  79. 905cef6 Changed library version number to 2.3.0 by Simon Butcher · 9 years ago
  80. bfafadb Change version number to 2.2.1 by Simon Butcher · 10 years ago mbedtls-2.2.1
  81. 8254ed2 Change version number to 2.2.0 by Simon Butcher · 10 years ago mbedos-release-15-11 mbedtls-2.2.0
  82. fadacb9 Merge branch 'development' into iotssl-461-ecjpake-finalization by Manuel Pégourié-Gonnard · 10 years ago
  83. c4e7d8a Bump version to 2.1.2 by Manuel Pégourié-Gonnard · 10 years ago mbedtls-2.1.2
  84. 8cea8ad Bump version to 2.1.1 by Manuel Pégourié-Gonnard · 10 years ago mbedtls-2.1.1
  85. 4d8685b Add skeleton for EC J-PAKE module by Manuel Pégourié-Gonnard · 10 years ago
  86. aac5502 Bump version to 2.1.0 by Manuel Pégourié-Gonnard · 10 years ago
  87. 6f42417 Fix typo in that broke installation in cmake by Manuel Pégourié-Gonnard · 10 years ago
  88. 4cb87f4 Prepare for 2.0.0 release by Paul Bakker · 10 years ago archive/mbedtls-2.0 mbedtls-2.0 mbedtls-2.0.0
  89. e1d34d1 cmake: add shortcut 'lib' for all libraries by Manuel Pégourié-Gonnard · 10 years ago
  90. 147be4f Rm old variable from (c)make files by Manuel Pégourié-Gonnard · 10 years ago
  91. 752c501 One soversion per library by Manuel Pégourié-Gonnard · 10 years ago
  92. c7781ad Split library in CMake by Manuel Pégourié-Gonnard · 10 years ago
  93. ba2c876 cmake: adjust libraries linking by Manuel Pégourié-Gonnard · 10 years ago
  94. 216a183 Fix whitespace in CMakeLists.txt by Manuel Pégourié-Gonnard · 10 years ago
  95. 21dcc1e fixup by Manuel Pégourié-Gonnard · 10 years ago
  96. 463e09d Prepare library split by Manuel Pégourié-Gonnard · 10 years ago
  97. fd6d897 Add new submodule ssl_ticket by Manuel Pégourié-Gonnard · 10 years ago
  98. b6b16bd Drop pbkdf2 module (superseded by pkcs5) by Manuel Pégourié-Gonnard · 10 years ago
  99. 129db08 Rm polarssl compat targets from Makefiles by Manuel Pégourié-Gonnard · 10 years ago
  100. 2a0718d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago