1. 690ee81 Merge remote-tracking branch 'origin/development' into support_cipher_encrypt_only by Yanray Wang · 1 year, 9 months ago
  2. f24bbd9 dh_client.c: modify prompt message by Yanray Wang · 1 year, 9 months ago
  3. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  4. b67b474 Rename MBEDTLS_CIPHER_ENCRYPT_ONLY as MBEDTLS_BLOCK_CIPHER_NO_DECRYPT by Yanray Wang · 1 year, 9 months ago
  5. d7058b0 dh_client: removed under CIPHER_ENCRYPT_ONLY by Yanray Wang · 2 years ago
  6. 660bbf2 test: disable BIGNUM support on the test ecc_no_bignum component by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  7. 758aef6 Add guards for mbedtls_psa_crypto_free() by Przemek Stekiel · 2 years, 4 months ago
  8. 2c1ef09 Init PSA in pkey programs by Przemek Stekiel · 2 years, 4 months ago
  9. 0af3248 Change the format of md.h include comments by Andrzej Kurek · 2 years, 4 months ago
  10. 316b7dd Add a justification for early md.h include in programs by Andrzej Kurek · 2 years, 4 months ago
  11. da86e2e Revert to using MBEDTLS_SHA_1_C when mbedtls_sha1 is called directly by Andrzej Kurek · 2 years, 4 months ago
  12. eaea30d Remove duplicated md.h includes by Andrzej Kurek · 2 years, 4 months ago
  13. 1b75e5f Add missing md.h includes by Andrzej Kurek · 2 years, 4 months ago
  14. 9330242 Fix instances of old feature macros being used by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  15. 94c9c96 Merge pull request #6998 from aditya-deshpande-arm/fix-example-programs-usage by Dave Rodgman · 2 years, 6 months ago
  16. 6dd757a Fix use of sizeof without brackets by Dave Rodgman · 2 years, 6 months ago
  17. 644a5c0 Fix bugs in example programs: change argc == 0 to argc < 2 by Aditya Deshpande · 2 years, 6 months ago
  18. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  19. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  20. 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
  21. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  22. f940693 Merge pull request #5725 from tom-daubney-arm/x25519_program by Gilles Peskine · 3 years, 2 months ago
  23. 413550c Change memcmp call by Thomas Daubney · 3 years, 2 months ago
  24. 70c0088 Change use of olen variables by Thomas Daubney · 3 years, 3 months ago
  25. 306a890 Add additional error checking by Thomas Daubney · 3 years, 3 months ago
  26. ec2ec42 Fix formatting by Thomas Daubney · 3 years, 3 months ago
  27. 64042b8 Fix typo by Thomas Daubney · 3 years, 3 months ago
  28. 2341956 Remove prompt to exit in all programs by josesimoes · 3 years, 3 months ago
  29. 88fed8e Rewrite ecdh_curve25519 program by Thomas Daubney · 3 years, 4 months ago
  30. 680747b Fix the build of sample programs without mbedtls_strerror by Gilles Peskine · 4 years ago
  31. 2bb5e9c Merge pull request #4760 from gilles-peskine-arm/ecb-alt-ret-3.0 by Gilles Peskine · 3 years, 10 months ago
  32. 5b8618b fixup: Make the fields of mbedtls_ecp_curve_info public by Gilles Peskine · 3 years, 10 months ago
  33. 7820a57 Catch failures of AES or DES operations by Gilles Peskine · 4 years, 1 month ago
  34. a73b577 Make the fields of mbedtls_ecp_curve_info public by Gilles Peskine · 4 years, 1 month ago
  35. 8682fae Merge pull request #4694 from gilles-peskine-arm/out_size-3.0 by Ronald Cron · 4 years, 1 month ago
  36. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  37. f00f152 Add output size parameter to signature functions by Gilles Peskine · 4 years, 1 month ago
  38. fedd52c Merge pull request #4707 from gilles-peskine-arm/require-matching-hashlen-rsa-implementation by Gilles Peskine · 4 years, 1 month ago
  39. 6e3187b RSA: Use hashlen as the hash input size as documented by Gilles Peskine · 4 years, 1 month ago
  40. 1503a9a Use a proper DRBG in programs by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  41. 36a8963 Fix cmake build of programs by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  42. 84dea01 Add RNG params to private key parsing by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  43. 17575dc Merge pull request #4629 from TRodziewicz/rename_functions_whose_deprecated_variants_have_been_removd by Gilles Peskine · 4 years, 2 months ago
  44. bf69ea5 Make some fields of mbedtls_ecp_group public by Gilles Peskine · 4 years, 2 months ago
  45. 487bbf6 DHM: new functions to query the length of the modulus by Gilles Peskine · 4 years, 2 months ago
  46. c4c761e Merge remote-tracking branch 'mbedtls/development' into mbedtls_private_with_python by Ronald Cron · 4 years, 2 months ago
  47. 26371e4 Rename the _ret() functions by TRodziewicz · 4 years, 2 months ago
  48. 3a0375f Fail if a padding disabled by the build-time configuration is selected by Ronald Cron · 4 years, 2 months ago
  49. c1905a1 Change mbedtls_rsa_init() signature by Ronald Cron · 4 years, 2 months ago
  50. ea7631b Change mbedtls_rsa_set_padding() signature by Ronald Cron · 4 years, 2 months ago
  51. e7dce55 Merge branch 'development' into mbedtls_private_with_python by Mateusz Starzyk · 4 years, 2 months ago
  52. 5dd4f6e Add MBEDTLS_PRIVATE wrapping to sample programs. by Mateusz Starzyk · 4 years, 3 months ago
  53. 68d9cbc Removes mode param from mbedtls_rsa_pkcs1_verify by Thomas Daubney · 4 years, 3 months ago
  54. 613d1a4 Removes p_rng param from mbedtls_rsa_pkcs1_verify by Thomas Daubney · 4 years, 3 months ago
  55. ac13312 Removes f_rng parameter from mbedtls_rsa_pkcs1_verify by Thomas Daubney · 4 years, 3 months ago
  56. 140184d Removes mode param from mbedtls_rsa_pkcs1_sign by Thomas Daubney · 4 years, 3 months ago
  57. 2177277 Removes mode param from mbedtls_rsa_pkcs1_encrypt by Thomas Daubney · 4 years, 3 months ago
  58. c7feaf3 Remove mode param from mbedtls_rsa_pkcs1_decrypt by Thomas Daubney · 4 years, 3 months ago
  59. 995c66f Build: Add MBEDTLS_TARGET_PREFIX by Raef Coles · 4 years, 10 months ago
  60. e5874e1 Merge pull request #3525 from HowJMay/typo by Dave Rodgman · 5 years ago
  61. ccbd622 Fix typo in comment by HowJMay · 5 years ago
  62. ed19762 Merge pull request #3574 from makise-homura/e2k_support by Gilles Peskine · 5 years ago
  63. e014fec Don't forget to free G, P, Q, ctr_drbg, and entropy by makise-homura · 5 years ago
  64. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  65. 8dc0af2 programs: Link to tests common code by Ronald Cron · 5 years ago
  66. bfd45f1 programs: cmake: Use list of executables by Ronald Cron · 5 years ago
  67. ee40e76 Normalize line endings by Gilles Peskine · 5 years ago
  68. e24fc7b Merge pull request #2595 from k-stachowiak/unified-exit-in-examples by Gilles Peskine · 5 years ago
  69. d9f6949 Merge pull request #3190 from gilles-peskine-arm/config-full-clarify-development by Gilles Peskine · 5 years ago
  70. 518d435 Fix GCC format-signedness warnings by Kenneth Soerensen · 5 years ago
  71. a5fc939 Strict C99: don't use a signed* when an unsigned* is expected by Gilles Peskine · 5 years ago
  72. 2353636 Merge pull request #3013 from eozturk1/development by Manuel Pégourié-Gonnard · 5 years ago
  73. e123395 cmake: link programs that only use crypto with libmbedcrypto by Gilles Peskine · 5 years ago
  74. 93a0f90 pkey/rsa_genkey: Remove commented out code by Jaeden Amero · 6 years ago
  75. ed73699 pkey: Remove dependency on X.509 by Jaeden Amero · 7 years ago
  76. d437309 Fix debug message by using the correct function name called by Ercan Ozturk · 6 years ago
  77. 96a7cd1 Use MBEDTLS_PK_SIGNATURE_MAX_SIZE in pkey sample programs by Gilles Peskine · 6 years ago
  78. 5e1b195 Unify the example programs' termination by Krzysztof Stachowiak · 6 years ago
  79. bd3a746 Merge remote-tracking branch 'restricted/pr/573' into development-restricted by Jaeden Amero · 6 years ago
  80. 3abbced Remove mbedtls_param_failed from programs by Gilles Peskine · 6 years ago
  81. c4638cc Change size of preallocated buffer for pk_sign() calls by k-stachowiak · 6 years ago
  82. eb0195d Merge remote-tracking branch 'origin/pr/2239' into development by Jaeden Amero · 6 years ago
  83. fbda612 Remove duplicate #include by Masashi Honma · 7 years ago
  84. 3ef6a6d Fix const-ness in mbedtls_param_failed() by Manuel Pégourié-Gonnard · 7 years ago
  85. 63cb97e Add handlers for parameter validation in the sample programs by Simon Butcher · 7 years ago
  86. 52ed0b9 Merge remote-tracking branch 'upstream-public/pr/2101' into development by Jaeden Amero · 7 years ago
  87. 9055a7d Merge remote-tracking branch 'upstream-public/pr/2175' into development by Jaeden Amero · 7 years ago
  88. 52735ef ECDH: Prevent direct access in non-legacy mode by Janos Follath · 7 years ago
  89. a92c545 Fix private DER output shifted by one byte. by Christian Walther · 7 years ago
  90. e2dae7e Add explicit integer to enumeration casts to programs/pkey/gen_key.c by Hanno Becker · 7 years ago
  91. b14c331 Add dependency of key_app_writer example program on PK parse module by Hanno Becker · 7 years ago
  92. a0b67c2 Bignum: Deprecate mbedtls_mpi_is_prime() by Janos Follath · 7 years ago
  93. a63c1c3 pk_encrypt: Uniformize debugging output by Hanno Becker · 7 years ago
  94. ae513a5 Minor formatting improvements in pk_encrypt and pk_decrypt examples by Hanno Becker · 7 years ago
  95. bd336c1 Correct memory leak in pk_decrypt example program by Hanno Becker · 8 years ago
  96. 55c11ba Correct memory-leak in pk_encrypt example program by Hanno Becker · 7 years ago
  97. fb3b032 Merge remote-tracking branch 'public/pr/919' into development by Simon Butcher · 7 years ago
  98. fad5470 Merge remote-tracking branch 'public/pr/532' into development by Simon Butcher · 7 years ago
  99. 19c01ef Merge remote-tracking branch 'public/pr/1258' into development by Simon Butcher · 7 years ago
  100. bf47099 Adjust to new RSA infrastructure by Ron Eldor · 7 years ago