1. f9c7b3e Remove PKCS#11 library wrapper. by Mateusz Starzyk · 3 years, 11 months ago
  2. ee25913 Merge branch 'development' into development_3.0 by Gilles Peskine · 4 years ago
  3. 73e3e2c Merge remote-tracking branch 'origin/development' into development_new by Dave Rodgman · 4 years ago
  4. 7ceee8d psa: Add psa_crypto_aead.[hc] by Ronald Cron · 4 years ago
  5. 53314aa Adjust spacing for MPS reader entries in library/Makefile by Hanno Becker · 4 years ago
  6. c518c3b Rename MPS files library/mps/xxx.[ch] to library/mps_xxx.[ch] by Hanno Becker · 4 years ago
  7. b910016 Add MPS trace module implementation by Hanno Becker · 4 years ago
  8. 0ea0db4 Add MPS reader translation unit to Makefile and CMakeLists by Hanno Becker · 4 years ago
  9. 4dfb83c Merge pull request #4164 from chris-jones-arm/move-internal-headers by Manuel Pégourié-Gonnard · 4 years ago
  10. 0ff5795 psa: Add psa_crypto_cipher.[ch] by Ronald Cron · 4 years ago
  11. d08e538 Merge pull request #4157 from stevew817/dispatch_hash_operations by Gilles Peskine · 4 years ago
  12. 1aec646 Remove certs module from mbedtls. by Mateusz Starzyk · 4 years ago
  13. 9e3256a Adding printf format warning flags to makefiles by Paul Elliott · 4 years ago
  14. 66a4cd4 Rename rsa_internal.* to rsa_alt_helpers.* by Chris Jones · 4 years ago
  15. 0e30764 Split hashing operations out into an mbedTLS hash driver by Steven Cooreman · 4 years ago
  16. 5cd00d2 Merge pull request #4092 from ronald-cron-arm/psa-crypto-client by Ronald Cron · 4 years, 1 month ago
  17. 0fdcc8e Remove Havege module. by Mateusz Starzyk · 4 years, 1 month ago
  18. 00b7bfc psa: Move xxx_load_representation functions to RSA/ECP specific modules by Ronald Cron · 4 years, 1 month ago
  19. d790632 psa: Add psa_crypto_client.c by Ronald Cron · 4 years, 1 month ago
  20. 0cbdc61 Bump version to Mbed TLS 2.25.0 by Janos Follath · 4 years, 3 months ago
  21. 2a25904 Merge pull request #3568 from hanno-arm/tls13_experimental_key_schedule_1 by Janos Follath · 4 years, 6 months ago
  22. be9d664 Implement TLS 1.3 key derivation function HKDF-Expand-Label by Hanno Becker · 4 years, 6 months ago
  23. cd84cb4 Add a handcrafted first version of the driver wrapper code by Steven Cooreman · 4 years, 6 months ago
  24. 527b878 Merge pull request #3454 from gilles-peskine-arm/include-common-h-development by Manuel Pégourié-Gonnard · 4 years, 9 months ago
  25. 76dd3aa Add comments explaining include paths by Gilles Peskine · 4 years, 9 months ago
  26. 66c3dc4 Include the library directory for the sake of 3rdparty by Gilles Peskine · 4 years, 9 months ago
  27. 0435cd8 Bump version to Mbed TLS 2.23.0 by Janos Follath · 4 years, 9 months ago
  28. 10a5b53 Sort lists in Makefiles and have one item per line by Manuel Pégourié-Gonnard · 5 years ago
  29. 98911cd makefile: remove unneeded priority dependency from library makefile by Andrzej Kurek · 5 years ago
  30. a647f12 Delete third-party objects in cleanup by Gilles Peskine · 5 years ago
  31. 55d5353 Remove lingering build code referencing the crypto submodule by Gilles Peskine · 5 years ago
  32. d2e77b5 Restore the library SO version in Makefile by Gilles Peskine · 5 years ago
  33. b99bd39 Merge mbed-crypto into mbedtls: the merge commit by Gilles Peskine · 5 years ago
  34. 722a7e6 Revert "Only build libmbedcrypto" by Gilles Peskine · 5 years ago
  35. 6e7051a Add guarded ssl_msg.c to Makefiles by Hanno Becker · 5 years ago
  36. 471c0c9 Rename temporary copy ssl_tls_old.c back to ssl_tls.c by Hanno Becker · 5 years ago
  37. abd9cef Duplicate ssl_tls.c as ssl_tls_old.c and ssl_msg.c by Hanno Becker · 5 years ago
  38. 4c736fb Update Mbed Crypto SO version by Janos Follath · 5 years ago
  39. 2e9f108 Bump version to Mbed TLS 2.20.0 by Janos Follath · 5 years ago
  40. 9afbfdc Merge remote-tracking branch 'myfork-public/development' into merge-crypto-development-20191115 by Gilles Peskine · 5 years ago
  41. 8028cb1 Makefile: add path prefixes to other versions of libmbedcrypto library by Andrzej Kurek · 5 years ago
  42. 8af3923 Add a recipe for libmbedcrypto with a path prefix by Andrzej Kurek · 5 years ago
  43. 9298dca Merge pull request #185 from gilles-peskine-arm/harvard-md by Jaeden Amero · 6 years ago
  44. 9b9a790 Handle deleting non-existant files on Windows by Darryl Green · 6 years ago
  45. 4f055f4 Use 3rdparty headers from the submodule by Janos Follath · 6 years ago
  46. 54d09ad 3rdparty: Rename THIRDPARTY_OBJECTS by Christoph M. Wintersteiger · 6 years ago
  47. 89f36ae Add new 3rdparty build scripts by Christoph M. Wintersteiger · 6 years ago
  48. e14c779 ECDH: Everest: Remove unnecessary file by Christoph M. Wintersteiger · 6 years ago
  49. f4bee2f ECDH: Use LOCAL_CFLAGS instead of CFLAGS by Christoph M. Wintersteiger · 6 years ago
  50. 977d89a ECDH: Include Everest Curve25519 in build scripts by Christoph M. Wintersteiger · 6 years ago
  51. 4e0db56 Merge branch 'mbedtls-2.18' into development by Jaeden Amero · 6 years ago
  52. 2d4725f 3rdparty: Rename THIRDPARTY_OBJECTS by Christoph M. Wintersteiger · 6 years ago
  53. 62dddd0 Add new 3rdparty build scripts by Christoph M. Wintersteiger · 6 years ago
  54. 24fbcef ECDH: Everest: Remove unnecessary file by Christoph M. Wintersteiger · 6 years ago
  55. 34811a8 ECDH: Use LOCAL_CFLAGS instead of CFLAGS by Christoph M. Wintersteiger · 6 years ago
  56. d5fd766 ECDH: Include Everest Curve25519 in build scripts by Christoph M. Wintersteiger · 6 years ago
  57. 72c8c5b Merge remote-tracking branch 'upstream-crypto/development' into psa-api-1.0-beta-merge_development_20190801 by Gilles Peskine · 6 years ago
  58. 8dd1690 Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 6 years ago
  59. 84867cf Don't use dynamic pointer dispatch in md by Gilles Peskine · 6 years ago
  60. 85aba47 Consistently spell -Wextra by Gilles Peskine · 6 years ago
  61. c2d56a4 Allow declarations after statements by Gilles Peskine · 6 years ago
  62. a899a72 Implement the secure element driver registration function by Gilles Peskine · 6 years ago
  63. b1c72f5 Update library version to 2.18.0 by Jaeden Amero · 6 years ago
  64. 346747c Force the usage of crypto submodule by Andrzej Kurek · 6 years ago
  65. d8167e8 Build from submodule by default (make, cmake) by Manuel Pégourié-Gonnard · 6 years ago
  66. 8d4d4f5 Makefile: Use full paths to refer to parent files by Jaeden Amero · 6 years ago
  67. 461fd58 Merge pull request #71 from Patater/remove-non-crypto by Jaeden Amero · 6 years ago
  68. d29db1f Makefile: Remove extra debug print by Jaeden Amero · 6 years ago
  69. 92da0bd Makefile: Use generated source files from parent by Jaeden Amero · 6 years ago
  70. 8df5de4 Makefile: Output to explicit target by Jaeden Amero · 6 years ago
  71. 8298d70 Only build libmbedcrypto by Jaeden Amero · 6 years ago
  72. 088b77f Merge psa_crypto_storage_its into psa_crypto_storage by Gilles Peskine · 6 years ago
  73. e435f23 Remove psa_crypto_storage_file by Gilles Peskine · 6 years ago
  74. 6194dc2 Implement PSA ITS over files by Gilles Peskine · 6 years ago
  75. 67ea2c5 Merge branch 'development-psa-proposed' into development by Jaeden Amero · 6 years ago
  76. de5a007 Merge development commit f352f7 into development-psa by Andrzej Kurek · 6 years ago
  77. 36e89b5 Fix #2370, minor typos and spelling mistakes by Antonin Décimo · 6 years ago
  78. 961849f Implement slot allocation by Gilles Peskine · 6 years ago
  79. 3d5d837 Merge pull request #198 from ARMmbed/psa_crypto_its by Gilles Peskine · 6 years ago
  80. 30b340a crypto: Add mbedtls-psa as a submodule by Jaeden Amero · 6 years ago
  81. c6e4ab0 Use parent module includes when used as a submodule by Jaeden Amero · 6 years ago
  82. a26d764 Add new PSA Crypto Storage backend implementation using ITS APIs by Moran Peker · 6 years ago
  83. db2b8db psa: Add storage implementation for files by Darryl Green · 6 years ago
  84. 6c0f94c Add better handling when deleting files on Windows by Darryl Green · 6 years ago
  85. e59236f Add PSA crypto module by Gilles Peskine · 7 years ago
  86. 4d075cd Update library version number to 2.13.0 by Simon Butcher · 7 years ago
  87. cb349ac Implement the KW and KWP algorithm by Ron Eldor · 7 years ago
  88. 1d97cab Merge remote-tracking branch 'public/pr/1645' into development by Simon Butcher · 7 years ago
  89. e3402ce Enable APPLE_BUILD in makefile if using system ar by Andres Amaya Garcia · 7 years ago
  90. c51d613 Ensure crosscompiling with make works in Mac OS X by Andres Amaya Garcia · 7 years ago
  91. 0dadba2 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  92. 2fcd3e4 Change the library version to 2.11.0 by Simon Butcher · 7 years ago
  93. 1d93759 Conditionally assign APPLE_BUILD var in makefile by Andres Amaya Garcia · 7 years ago
  94. c471cd7 Autodetect if running on OS X in makefile by Andres Amaya Garcia · 7 years ago
  95. c06c9ae Add alias APPLE make var of APPLE_BUILD by Andres Amaya Garcia · 7 years ago
  96. e47d6fd Merge remote-tracking branch 'public/pr/1497' into development by Simon Butcher · 7 years ago
  97. 656864b Add an HKDF (RFC 5869) implementation by Thomas Fossati · 7 years ago
  98. 39b1904 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  99. dca3a5d Rename aead_chacha20_poly1305 to chachapoly by Manuel Pégourié-Gonnard · 7 years ago
  100. b8025c5 Implement AEAD-ChaCha20-Poly1305. by Daniel King · 7 years ago