1. 8a045ce Unify PSA to Mbed TLS error translation by Andrzej Kurek · 2 years, 8 months ago
  2. 4923131 Add empty aesce files by Jerry Yu · 2 years, 7 months ago
  3. e90ed7d Bump versions for libmbedcrypto and libmbedtls by Dave Rodgman · 2 years, 8 months ago
  4. 48223bc Bump version to 3.3.0. No changes to .so versions. by Dave Rodgman · 2 years, 8 months ago
  5. 89e31ad Move mps modules to the correct library by Gilles Peskine · 2 years, 8 months ago
  6. 898db6b Move ssl_debug_helpers_generated to the correct library by Gilles Peskine · 2 years, 8 months ago
  7. f58172f Merge remote-tracking branch 'origin/development' into pr3431 by Dave Rodgman · 2 years, 9 months ago
  8. 8ff6df5 Add LMS implementation by Raef Coles · 4 years, 1 month ago
  9. aa91d4e pkcs7: build under CMake by Daniel Axtens · 5 years ago
  10. a4cc7d6 Add PSA PAKE buildin implementation by Neil Armstrong · 3 years, 2 months ago
  11. 138f51c Fix alphabetic order in makefiles by Janos Follath · 3 years ago
  12. d1baedb Bignum: extract bignum_mod.h functions by Janos Follath · 3 years ago
  13. 0ded631 Bignum: extract bignum_mod_raw.h functions by Janos Follath · 3 years ago
  14. 3ca0775 Bignum: extract bignum_core.h functions by Janos Follath · 3 years ago
  15. 0c65557 Build the new bignum_new.c file by Gabor Mezei · 3 years, 1 month ago
  16. f6b8c32 Merge pull request #6065 from mpg/explore2 by Manuel Pégourié-Gonnard · 3 years ago
  17. 4772884 New internal module for managing hash information by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  18. cd08ba0 Bump version to 3.2.1 by Paul Elliott · 3 years, 1 month ago
  19. 20362cd Bump library and so versions for 3.2.0 release by Paul Elliott · 3 years, 1 month ago
  20. 5e03d9e Merge pull request #5837 from robert-shade/robert-shade/add_subdirectory_support by Dave Rodgman · 3 years, 2 months ago
  21. a636d1f Merge pull request #5714 from daverodgman/k-stachowiak_static-runtime-option-msvc by Dave Rodgman · 3 years, 2 months ago
  22. 591e729 Allow building as a subdir by Robert Shade · 3 years, 3 months ago
  23. d7e0ee4 cmake: Fix runtime library install location in mingw by Biswapriyo Nath · 3 years, 4 months ago
  24. 0f2e87b cmake: Use GnuInstallDirs to customize install directories by Biswapriyo Nath · 3 years, 4 months ago
  25. eaf3086 Merge pull request #1133 from RonEld/1805 by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  26. de6effa Change the MSVC static runtime CMake option name and moved it into the library directory by Krzysztof Stachowiak · 7 years ago
  27. 3d580bf Move TLS 1.3 client hello writing to new TLS 1.2 and 1.3 client file by Ronald Cron · 3 years, 6 months ago
  28. de1adee Rename ssl_cli/srv.c by Ronald Cron · 3 years, 5 months ago
  29. 183264c Fix shared library link error with cmake on Windows by Ron Eldor · 8 years ago
  30. 4a9e026 Review comments addressed by Archana · 3 years, 8 months ago
  31. c08248d Rename the template file from .conf to .jinja by Archana · 3 years, 8 months ago
  32. e03960e Restructure Python script to use argparse and main by Archana · 3 years, 8 months ago
  33. 6f21e45 Fix Pylint errors and improve Python script by Archana · 3 years, 9 months ago
  34. 77d778e Merge branch 'development' into mbedtls-3.1.0_merge_into_release by Dave Rodgman · 3 years, 8 months ago
  35. ccbc318 Remove generation of ssl_debug_helpers_generated.h by Gilles Peskine · 3 years, 8 months ago
  36. 17b1e2f Bump version to 3.1.0 by Ronald Cron · 3 years, 8 months ago
  37. 12e27d4 List ssl_debug_helpers_generated.h in generated files by Gilles Peskine · 3 years, 8 months ago
  38. e6369b0 fix test_cmake_as_package fail by Jerry Yu · 3 years, 8 months ago
  39. eb96fb5 Add cmake generator by Jerry Yu · 3 years, 8 months ago
  40. e78ee99 add enum value to string helpers by Jerry Yu · 3 years, 11 months ago
  41. be7b21d Merge branch 'development' into 3649_move_constant_time_functions_into_separate_module by Gabor Mezei · 3 years, 8 months ago
  42. a8d1406 Rename DEV_MODE to GEN_FILES by David Horstmann · 3 years, 10 months ago
  43. e90e405 Introduce "Dev mode" option by Manuel Pégourié-Gonnard · 4 years ago
  44. 65a7203 Allow cmake to generate version_features.c by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  45. cbdedc5 Allow cmake to generate error.c by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  46. 65dd2cc Add dummy stages for `client_hello_process` by Jerry Yu · 4 years ago
  47. d112534 Add a new file for constant-time functions by gabor-mezei-arm · 4 years, 1 month ago
  48. 3cc4c2a Add dummy ssl_tls13_{client,server}.c by Jerry Yu · 4 years ago
  49. 527b82a Bump .so version numbers to stay ahead of 2.x by Dave Rodgman · 4 years, 1 month ago
  50. 7601657 Bump library version numbers by Dave Rodgman · 4 years, 1 month ago
  51. 10bda58 Merge pull request #4259 from CJKay/cmake-config by Dave Rodgman · 4 years, 1 month ago
  52. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  53. d259e34 Add CMake package config file by Chris Kay · 4 years, 4 months ago
  54. d13a70f Add boilerplate for dispatching MAC operations by Steven Cooreman · 4 years, 5 months ago
  55. f9c7b3e Remove PKCS#11 library wrapper. by Mateusz Starzyk · 4 years, 5 months ago
  56. ee25913 Merge branch 'development' into development_3.0 by Gilles Peskine · 4 years, 4 months ago
  57. c301bd5 Merge branch 'development_3.0' into drop_old_tls_options by Mateusz Starzyk · 4 years, 4 months ago
  58. 73e3e2c Merge remote-tracking branch 'origin/development' into development_new by Dave Rodgman · 4 years, 4 months ago
  59. 7ceee8d psa: Add psa_crypto_aead.[hc] by Ronald Cron · 4 years, 5 months ago
  60. c518c3b Rename MPS files library/mps/xxx.[ch] to library/mps_xxx.[ch] by Hanno Becker · 4 years, 6 months ago
  61. b910016 Add MPS trace module implementation by Hanno Becker · 4 years, 7 months ago
  62. 0ea0db4 Add MPS reader translation unit to Makefile and CMakeLists by Hanno Becker · 4 years, 7 months ago
  63. 4dfb83c Merge pull request #4164 from chris-jones-arm/move-internal-headers by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  64. 0ff5795 psa: Add psa_crypto_cipher.[ch] by Ronald Cron · 4 years, 5 months ago
  65. d08e538 Merge pull request #4157 from stevew817/dispatch_hash_operations by Gilles Peskine · 4 years, 5 months ago
  66. 1aec646 Remove certs module from mbedtls. by Mateusz Starzyk · 4 years, 6 months ago
  67. a3a9984 Drop support for TLS record-level compression. by Mateusz Starzyk · 4 years, 6 months ago
  68. 66a4cd4 Rename rsa_internal.* to rsa_alt_helpers.* by Chris Jones · 4 years, 5 months ago
  69. 0e30764 Split hashing operations out into an mbedTLS hash driver by Steven Cooreman · 4 years, 6 months ago
  70. bfe7549 Bump version to 2.26.0 by Dave Rodgman · 4 years, 5 months ago
  71. 5cd00d2 Merge pull request #4092 from ronald-cron-arm/psa-crypto-client by Ronald Cron · 4 years, 6 months ago
  72. 0fdcc8e Remove Havege module. by Mateusz Starzyk · 4 years, 6 months ago
  73. 00b7bfc psa: Move xxx_load_representation functions to RSA/ECP specific modules by Ronald Cron · 4 years, 8 months ago
  74. d790632 psa: Add psa_crypto_client.c by Ronald Cron · 4 years, 6 months ago
  75. 0cbdc61 Bump version to Mbed TLS 2.25.0 by Janos Follath · 4 years, 8 months ago
  76. 4762edd Build: Use new-style syntax in link-libraries by Raef Coles · 4 years, 10 months ago
  77. 995c66f Build: Add MBEDTLS_TARGET_PREFIX by Raef Coles · 4 years, 10 months ago
  78. 2a25904 Merge pull request #3568 from hanno-arm/tls13_experimental_key_schedule_1 by Janos Follath · 4 years, 11 months ago
  79. be9d664 Implement TLS 1.3 key derivation function HKDF-Expand-Label by Hanno Becker · 5 years ago
  80. cd84cb4 Add a handcrafted first version of the driver wrapper code by Steven Cooreman · 5 years ago
  81. 17ffc5d Bump version to Mbed TLS 2.24.0 by Janos Follath · 5 years ago
  82. 527b878 Merge pull request #3454 from gilles-peskine-arm/include-common-h-development by Manuel Pégourié-Gonnard · 5 years ago
  83. e1c4362 Remove redundant assignment by Gilles Peskine · 5 years ago
  84. 76dd3aa Add comments explaining include paths by Gilles Peskine · 5 years ago
  85. 280165c Library files aren't supposed to be executable by Gilles Peskine · 5 years ago
  86. dedff7a CMake: Include the library directory for the sake of 3rdparty by Gilles Peskine · 5 years ago
  87. 3ca8a92 Factor common library properties by Gilles Peskine · 5 years ago
  88. be9a575 Merge tag 'mbedtls-2.23.0' into merge-2.23.0-release-to-development by Janos Follath · 5 years ago
  89. 0435cd8 Bump version to Mbed TLS 2.23.0 by Janos Follath · 5 years ago
  90. 67d4b55 cmake: Limit scope of 3rd party definitions by Ronald Cron · 5 years ago
  91. 72d849d cmake: Align declaration of include directory by Ronald Cron · 5 years ago
  92. 924a1f2 Merge pull request #3147 from gocarlos/gocarlos-patch-1 by danh-arm · 5 years ago
  93. 876e025 Bump version to Mbed TLS 2.22.0 by Janos Follath · 5 years ago
  94. a5f0bd3 build: add option to treat compiler warnings as errors by Carlos Gomes Martinho · 5 years ago
  95. 0a968f7 Fix the shared library build with CMake by Gilles Peskine · 5 years ago
  96. 55d5353 Remove lingering build code referencing the crypto submodule by Gilles Peskine · 5 years ago
  97. aae57bf Remove remaining references to the crypto subdirectory by Gilles Peskine · 5 years ago
  98. b99bd39 Merge mbed-crypto into mbedtls: the merge commit by Gilles Peskine · 5 years ago
  99. 6bbe783 Revert "Remove pkcs11-helper option" by Gilles Peskine · 5 years ago
  100. 5bb8bec Revert "Remove zlib" by Gilles Peskine · 5 years ago