1. 5096b4c Revert "Remove mbedtls_test" by Ronald Cron · 8 months ago
  2. 1fe5277 Remove unnecessary error.h inclusions by Ronald Cron · 9 months ago
  3. 5b93d97 Update references to test helpers by David Horstmann · 9 months ago
  4. 939ce9d Remove mbedtls_test by Ronald Cron · 9 months ago
  5. b7d0e52 cmake: Rename mbedcrypto target to tfpsacrypto by Ronald Cron · 9 months ago
  6. b247898 cmake: GNU GCC: Set base compile options target by target by Ronald Cron · 10 months ago
  7. 9c66405 Disable strerror in test programs by Harry Ramsey · 10 months ago
  8. 5dab92e CMake: support "make programs" by Gilles Peskine · 11 months ago
  9. 0420093 Adjust spacing in sample programs by Michael Schuster · 1 year, 2 months ago
  10. 8db8d61 Fix missing-prototype errors in sample programs by Michael Schuster · 1 year, 2 months ago
  11. 0916cd7 Replace MBEDTLS_MD_CAN_SHA256 with PSA_WANT_ALG_SHA_256 by Elena Uziunaite · 1 year, 2 months ago
  12. f6a9cfa adjust indentation by PiotrBzdrega · 1 year, 6 months ago
  13. 2b20ff6 move entropy init prior arguments number recognition by PiotrBzdrega · 1 year, 6 months ago
  14. c3d17cd Merge pull request #8702 from minosgalanakis/update/dhm_context_in_programs_5015 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  15. 7a28738 Merge pull request #8636 from paul-elliott-arm/new_test_thread_interface by Janos Follath · 1 year, 6 months ago gh-readonly-queue/development/pr-8636-1dbfc8ad3c32f77f360e47a367c074397915a4bd
  16. e29c868 programs_dh_server: Updated to use `mbedtls_dhm_set_group()` & `mbedtls_dhm_get_len()`. by Minos Galanakis · 1 year, 7 months ago
  17. 7fd162e Refactor common PThreads CMake code by Paul Elliott · 1 year, 6 months ago
  18. 85ea3e6 Set preferences before finding Threads in CMake by Paul Elliott · 1 year, 7 months ago
  19. 4215138 programs_dh_client/server: Updated config guards. by Minos Galanakis · 1 year, 7 months ago
  20. db89152 programs_dh_client/server: Changed mdlen type to unsigned integer. by Minos Galanakis · 1 year, 7 months ago
  21. 7c84488 programs_dh_client/server: Updated to query digest size using `mbedtls_md_info_from_type()`. by Minos Galanakis · 1 year, 7 months ago
  22. 6e92df1 programs_rsa_rsa_verify: Updated program to use `mbedtls_rsa_get_len()` by Minos Galanakis · 1 year, 7 months ago
  23. 992f0b8 programs_rsa_rsa_sign: Updated program to use `mbedtls_rsa_get_len()` by Minos Galanakis · 1 year, 7 months ago
  24. ee757d3 programs_rsa_encrypt/decrypt: Updated programs to use `mbedtls_rsa_get_len()` by Minos Galanakis · 1 year, 7 months ago
  25. b6a9619 programs_dh_client/server: Updated programs to use `mbedtls_rsa_get_len()` by Minos Galanakis · 1 year, 7 months ago
  26. f4dfd1c programs/dh_client/server: Added entropy source to `mbedtls_rsa_pkcs1_sign()` by Minos Galanakis · 1 year, 7 months ago
  27. a184fd0 programs/dh_client/server: Replaced mbedtls_sha1 with mbedtls_sha256 by Minos Galanakis · 1 year, 7 months ago
  28. 4068c7e Link programs with pthread via cmake by Paul Elliott · 1 year, 8 months ago
  29. 9552a52 Declare dependency on bignum in sample programs by Gilles Peskine · 1 year, 7 months ago
  30. 52cc2a6 Use new mbedtls_ecp_keypair functions in sample programs by Gilles Peskine · 2 years, 1 month ago
  31. 690ee81 Merge remote-tracking branch 'origin/development' into support_cipher_encrypt_only by Yanray Wang · 1 year, 8 months ago
  32. f24bbd9 dh_client.c: modify prompt message by Yanray Wang · 1 year, 9 months ago
  33. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  34. b67b474 Rename MBEDTLS_CIPHER_ENCRYPT_ONLY as MBEDTLS_BLOCK_CIPHER_NO_DECRYPT by Yanray Wang · 1 year, 9 months ago
  35. d7058b0 dh_client: removed under CIPHER_ENCRYPT_ONLY by Yanray Wang · 2 years ago
  36. 660bbf2 test: disable BIGNUM support on the test ecc_no_bignum component by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  37. 758aef6 Add guards for mbedtls_psa_crypto_free() by Przemek Stekiel · 2 years, 4 months ago
  38. 2c1ef09 Init PSA in pkey programs by Przemek Stekiel · 2 years, 4 months ago
  39. 0af3248 Change the format of md.h include comments by Andrzej Kurek · 2 years, 4 months ago
  40. 316b7dd Add a justification for early md.h include in programs by Andrzej Kurek · 2 years, 4 months ago
  41. da86e2e Revert to using MBEDTLS_SHA_1_C when mbedtls_sha1 is called directly by Andrzej Kurek · 2 years, 4 months ago
  42. eaea30d Remove duplicated md.h includes by Andrzej Kurek · 2 years, 4 months ago
  43. 1b75e5f Add missing md.h includes by Andrzej Kurek · 2 years, 4 months ago
  44. 9330242 Fix instances of old feature macros being used by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  45. 94c9c96 Merge pull request #6998 from aditya-deshpande-arm/fix-example-programs-usage by Dave Rodgman · 2 years, 6 months ago
  46. 6dd757a Fix use of sizeof without brackets by Dave Rodgman · 2 years, 6 months ago
  47. 644a5c0 Fix bugs in example programs: change argc == 0 to argc < 2 by Aditya Deshpande · 2 years, 6 months ago
  48. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  49. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  50. d21ecd7 dh_genprime: Fix issue where the error code returned by mbedtls_mpi_write_file() is incorrectly reported on failure by ihsinme · 2 years, 9 months ago
  51. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  52. f940693 Merge pull request #5725 from tom-daubney-arm/x25519_program by Gilles Peskine · 3 years, 2 months ago
  53. 413550c Change memcmp call by Thomas Daubney · 3 years, 2 months ago
  54. 70c0088 Change use of olen variables by Thomas Daubney · 3 years, 3 months ago
  55. 306a890 Add additional error checking by Thomas Daubney · 3 years, 3 months ago
  56. ec2ec42 Fix formatting by Thomas Daubney · 3 years, 3 months ago
  57. 64042b8 Fix typo by Thomas Daubney · 3 years, 3 months ago
  58. 2341956 Remove prompt to exit in all programs by josesimoes · 3 years, 3 months ago
  59. 88fed8e Rewrite ecdh_curve25519 program by Thomas Daubney · 3 years, 4 months ago
  60. 680747b Fix the build of sample programs without mbedtls_strerror by Gilles Peskine · 4 years ago
  61. 2bb5e9c Merge pull request #4760 from gilles-peskine-arm/ecb-alt-ret-3.0 by Gilles Peskine · 3 years, 10 months ago
  62. 5b8618b fixup: Make the fields of mbedtls_ecp_curve_info public by Gilles Peskine · 3 years, 10 months ago
  63. 7820a57 Catch failures of AES or DES operations by Gilles Peskine · 4 years, 1 month ago
  64. a73b577 Make the fields of mbedtls_ecp_curve_info public by Gilles Peskine · 4 years, 1 month ago
  65. 8682fae Merge pull request #4694 from gilles-peskine-arm/out_size-3.0 by Ronald Cron · 4 years, 1 month ago
  66. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  67. f00f152 Add output size parameter to signature functions by Gilles Peskine · 4 years, 1 month ago
  68. fedd52c Merge pull request #4707 from gilles-peskine-arm/require-matching-hashlen-rsa-implementation by Gilles Peskine · 4 years, 1 month ago
  69. 6e3187b RSA: Use hashlen as the hash input size as documented by Gilles Peskine · 4 years, 1 month ago
  70. 1503a9a Use a proper DRBG in programs by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  71. 36a8963 Fix cmake build of programs by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  72. 84dea01 Add RNG params to private key parsing by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  73. 17575dc Merge pull request #4629 from TRodziewicz/rename_functions_whose_deprecated_variants_have_been_removd by Gilles Peskine · 4 years, 2 months ago
  74. bf69ea5 Make some fields of mbedtls_ecp_group public by Gilles Peskine · 4 years, 2 months ago
  75. 487bbf6 DHM: new functions to query the length of the modulus by Gilles Peskine · 4 years, 2 months ago
  76. c4c761e Merge remote-tracking branch 'mbedtls/development' into mbedtls_private_with_python by Ronald Cron · 4 years, 2 months ago
  77. 26371e4 Rename the _ret() functions by TRodziewicz · 4 years, 2 months ago
  78. 3a0375f Fail if a padding disabled by the build-time configuration is selected by Ronald Cron · 4 years, 2 months ago
  79. c1905a1 Change mbedtls_rsa_init() signature by Ronald Cron · 4 years, 2 months ago
  80. ea7631b Change mbedtls_rsa_set_padding() signature by Ronald Cron · 4 years, 2 months ago
  81. e7dce55 Merge branch 'development' into mbedtls_private_with_python by Mateusz Starzyk · 4 years, 2 months ago
  82. 5dd4f6e Add MBEDTLS_PRIVATE wrapping to sample programs. by Mateusz Starzyk · 4 years, 3 months ago
  83. 68d9cbc Removes mode param from mbedtls_rsa_pkcs1_verify by Thomas Daubney · 4 years, 3 months ago
  84. 613d1a4 Removes p_rng param from mbedtls_rsa_pkcs1_verify by Thomas Daubney · 4 years, 3 months ago
  85. ac13312 Removes f_rng parameter from mbedtls_rsa_pkcs1_verify by Thomas Daubney · 4 years, 3 months ago
  86. 140184d Removes mode param from mbedtls_rsa_pkcs1_sign by Thomas Daubney · 4 years, 3 months ago
  87. 2177277 Removes mode param from mbedtls_rsa_pkcs1_encrypt by Thomas Daubney · 4 years, 3 months ago
  88. c7feaf3 Remove mode param from mbedtls_rsa_pkcs1_decrypt by Thomas Daubney · 4 years, 3 months ago
  89. 995c66f Build: Add MBEDTLS_TARGET_PREFIX by Raef Coles · 4 years, 10 months ago
  90. e5874e1 Merge pull request #3525 from HowJMay/typo by Dave Rodgman · 5 years ago
  91. ccbd622 Fix typo in comment by HowJMay · 5 years ago
  92. ed19762 Merge pull request #3574 from makise-homura/e2k_support by Gilles Peskine · 5 years ago
  93. e014fec Don't forget to free G, P, Q, ctr_drbg, and entropy by makise-homura · 5 years ago
  94. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  95. 8dc0af2 programs: Link to tests common code by Ronald Cron · 5 years ago
  96. bfd45f1 programs: cmake: Use list of executables by Ronald Cron · 5 years ago
  97. ee40e76 Normalize line endings by Gilles Peskine · 5 years ago
  98. e24fc7b Merge pull request #2595 from k-stachowiak/unified-exit-in-examples by Gilles Peskine · 5 years ago
  99. d9f6949 Merge pull request #3190 from gilles-peskine-arm/config-full-clarify-development by Gilles Peskine · 5 years ago
  100. 518d435 Fix GCC format-signedness warnings by Kenneth Soerensen · 5 years ago