1. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  2. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  3. 10bda58 Merge pull request #4259 from CJKay/cmake-config by Dave Rodgman · 4 years, 1 month ago
  4. 63ad854 Merge pull request #4712 from daverodgman/psa_cipher_and_mac_abort_on_error by Dave Rodgman · 4 years, 1 month ago
  5. 90d1cb8 Use more standard label name by Dave Rodgman · 4 years, 1 month ago
  6. 3698fa1 Merge pull request #4673 from gilles-peskine-arm/psa_crypto_spm-from_platform_h by Ronald Cron · 4 years, 1 month ago
  7. 1fed4b8 Merge pull request #4720 from gilles-peskine-arm/gcm-finish-outlen by Gilles Peskine · 4 years, 1 month ago
  8. 8036bdd Tidy up logic in psa_mac_sign_finish by Dave Rodgman · 4 years, 1 month ago
  9. b5dd7c7 Correct coding style issues by Dave Rodgman · 4 years, 1 month ago
  10. 5464824 Call abort on error in psa_mac/cipher setup by Dave Rodgman · 4 years, 1 month ago
  11. 685b6a7 Update multipart hash operations to abort on error by Dave Rodgman · 4 years, 1 month ago
  12. fedd52c Merge pull request #4707 from gilles-peskine-arm/require-matching-hashlen-rsa-implementation by Gilles Peskine · 4 years, 1 month ago
  13. 5a7be10 Add output_length parameter to mbedtls_gcm_finish by Gilles Peskine · 4 years, 1 month ago
  14. 38e62ae Update cipher and mac functions to abort on error by Dave Rodgman · 4 years, 1 month ago
  15. f06b92d Merge pull request #4567 from mstarzyk-mobica/gcm_ad by Gilles Peskine · 4 years, 1 month ago
  16. cb17fc3 Merge pull request #4671 from mpg/x509-crt-profile-public by Dave Rodgman · 4 years, 1 month ago
  17. 4f7cc1b Merge pull request #4713 from gilles-peskine-arm/psa-storage-format-test-lifetimes-3.0 by Ronald Cron · 4 years, 1 month ago
  18. aa5938e Merge pull request #4703 from gilles-peskine-arm/mpi_montmul-null-3.0 by Janos Follath · 4 years, 1 month ago
  19. 939a54c Fix typos and style issues. by Mateusz Starzyk · 4 years, 1 month ago
  20. f9a046e Remove duplicate wipe call in psa_destroy_key by Gilles Peskine · 4 years, 2 months ago
  21. 6687cd0 Refuse to destroy read-only keys by Gilles Peskine · 4 years, 4 months ago
  22. 87bc91c Forbid creating a read-only key by Gilles Peskine · 4 years, 4 months ago
  23. f5f07c8 Fix mbedtls_psa_get_stats for keys with fancy lifetimes by Gilles Peskine · 4 years, 4 months ago
  24. c9d86a0 Merge pull request #4665 from yanesca/issue-3990-fix_psa_verify_with_alt by Gilles Peskine · 4 years, 1 month ago
  25. e9bc857 Merge pull request #4552 from hanno-arm/mbedtls_3_0_key_export by Gilles Peskine · 4 years, 1 month ago
  26. 6e3187b RSA: Use hashlen as the hash input size as documented by Gilles Peskine · 4 years, 1 month ago
  27. b09c7ee Correct some statements about the ordering of A and B by Gilles Peskine · 4 years, 1 month ago
  28. 4d3fd36 Clarification in a comment by Gilles Peskine · 4 years, 1 month ago
  29. 4169c32 Simplify is-zero check by Gilles Peskine · 4 years, 2 months ago
  30. 2a63c5b Write a proof of correctness for mbedtls_mpi_gcd by Gilles Peskine · 4 years, 2 months ago
  31. 4df3f1f Explain how the code relates to the description in HAC by Gilles Peskine · 4 years, 2 months ago
  32. 997be0a Fix multiplication with negative result and a low-order 0 limb by Gilles Peskine · 4 years, 2 months ago
  33. 2aa3f16 Whitespace fix by Gilles Peskine · 4 years, 2 months ago
  34. 7cba859 mbedtls_mpi_read_string: make an empty bignum for an empty string by Gilles Peskine · 4 years, 2 months ago
  35. f4998b0 Fix multiplication producing a negative zero by Gilles Peskine · 4 years, 2 months ago
  36. b4347d8 mbedtls_mpi_gcd: small optimization by Gilles Peskine · 4 years, 2 months ago
  37. 27253bc mbedtls_mpi_gcd: fix the case B==0 by Gilles Peskine · 4 years, 2 months ago
  38. 3da1a8f Fix null pointer dereference in mbedtls_mpi_exp_mod by Gilles Peskine · 4 years, 2 months ago
  39. 36ff66c Merge pull request #4316 from gabor-mezei-arm/3258_implement_one-shot_MAC by Gilles Peskine · 4 years, 1 month ago
  40. 3e7ddb2 Merge pull request #4604 from gilles-peskine-arm/default-hashes-curves-3.0 by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  41. 508d3a5 Merge pull request #4664 from tom-daubney-arm/rm_truncated_HMAC_ext by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  42. ffafae4 Merge pull request #4687 from gilles-peskine-arm/winsock-fd-range-3.0 by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  43. a805d57 Merge pull request #4588 from TRodziewicz/remove_MD2_MD4_RC4_Blowfish_and_XTEA by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  44. ab97e00 Improve psa_rsa_decode_md_type() by Janos Follath · 4 years, 1 month ago
  45. 0af093b PSA RSA PSS: pass pre-hash algorithm to Mbed TLS by Janos Follath · 4 years, 2 months ago
  46. a587cbc psa: mac: Add driver delegation support for psa_mac_verify() by Ronald Cron · 4 years, 2 months ago
  47. cd989b5 psa: mac: Introduce psa_mac_compute_internal by Ronald Cron · 4 years, 2 months ago
  48. c3dd75f psa: mac: Improve MAC finalization code by Ronald Cron · 4 years, 2 months ago
  49. 51131b5 psa: mac: Add driver delegation support for psa_mac_compute() by Ronald Cron · 4 years, 2 months ago
  50. a5dd7bd Fix fd range for select on Windows by Gilles Peskine · 4 years, 2 months ago
  51. 0536000 Refactor file descriptor checks into a common function by Gilles Peskine · 4 years, 2 months ago
  52. 76be3e0 psa: mac: Add MAC compute builtin implementation by Ronald Cron · 4 years, 2 months ago
  53. 79bdd82 psa: mac: Improve implementation of psa_mac_finalize_alg_and_key_validation() by Ronald Cron · 4 years, 2 months ago
  54. 2dff3b2 psa: mac: Split psa_mac_setup() by Ronald Cron · 4 years, 2 months ago
  55. 28ea050 psa: mac: Re-organize psa_mac_setup() internal function by Ronald Cron · 4 years, 2 months ago
  56. 7e6c178 Make key export callback and context connection-specific by Hanno Becker · 4 years, 2 months ago
  57. 457d616 Define and implement new key export API for Mbed TLS 3.0 by Hanno Becker · 4 years, 2 months ago
  58. 2d6e6f8 Remove '_ext' suffix from SSL key exporter API by Hanno Becker · 4 years, 2 months ago
  59. 78ba2af Remove old key export API by Hanno Becker · 4 years, 2 months ago
  60. 9a32d45 Merge pull request #4517 from hanno-arm/ticket_api_3_0 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  61. ae35830 Merge pull request #4661 from mpg/make-blinding-mandatory by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  62. 8c8166a Merge pull request #4640 from TRodziewicz/move_part_of_timing_module_out_of_the_library_and_to_test by Dave Rodgman · 4 years, 2 months ago
  63. 963bb81 Removing global variable and moving variant function comment block by TRodziewicz · 4 years, 2 months ago
  64. 9d4c2c4 Clarify how to create custom profiles by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  65. 75628d5 Code review fixes by TRodziewicz · 4 years, 2 months ago
  66. 3995750 Remove secp256k1 from the default X.509 and TLS profiles by Gilles Peskine · 4 years, 2 months ago
  67. 55cb9af Add missing parentheses by Gilles Peskine · 4 years, 2 months ago
  68. 3b3aa36 Indicate that the truncation from size_t to int is deliberate by Gilles Peskine · 4 years, 2 months ago
  69. b26696b Simplify mbedtls_debug_print_mpi and fix the case of empty bignums by Gilles Peskine · 4 years, 2 months ago
  70. a28f0f5 Leave the preference order for hashes unspecified by Gilles Peskine · 4 years, 2 months ago
  71. b1940a7 In TLS, order curves by resource usage, not size by Gilles Peskine · 4 years, 2 months ago
  72. 2c69fa2 Initializer element was not constant by Gilles Peskine · 4 years, 2 months ago
  73. ae270bf Upgrade the default TLS hash and curve selection, matching X.509 by Gilles Peskine · 4 years, 2 months ago
  74. ffb92da Upgrade the default X.509 profile to the former "next" profile by Gilles Peskine · 4 years, 2 months ago
  75. e96c585 Move the inclusion of crypto_spe.h to psa/crypto_platform.h by Gilles Peskine · 4 years, 2 months ago
  76. 532327b Merge pull request #4576 from gilles-peskine-arm/psa_key_derivation-bad_workflow-20210527 by Gilles Peskine · 4 years, 2 months ago
  77. 609ab64 Fix warning in some configurations by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  78. 02b5705 Simplify internal code by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  79. 7962bfa Remove "internal RNG" code from ECP by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  80. 84dea01 Add RNG params to private key parsing by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  81. 39be141 Add RNG parameter to check_pair functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  82. f8c24bf Fix signature of check_pub_priv by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  83. 75525ae Fix mbedtls_ecp_muladd() by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  84. aa3ed6f Make RNG parameters mandatory in ECP functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  85. 1a87722 Make RNG parameters mandatory in DHM functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  86. f035904 Check for mandatory RNG parameters in RSA private by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  87. e1c9a40 Removes truncated HMAC code from ssl_X.c by Thomas Daubney · 4 years, 2 months ago
  88. 32fb900 Removes truncated HMAC code from ssl_tls.c by Thomas Daubney · 4 years, 2 months ago
  89. 4076d3e Implement one-shot MAC functions by gabor-mezei-arm · 4 years, 5 months ago
  90. 3d0bbee Reword description of the authentation tag computation stages by Mateusz Starzyk · 4 years, 2 months ago
  91. 25a571e Code style fix by Mateusz Starzyk · 4 years, 2 months ago
  92. 3443bd2 Add comment on exiting early from mbedtls_gcm_update(). by Mateusz Starzyk · 4 years, 2 months ago
  93. b45b57e Add comment on how mbedtls_gcm_context::buf data depends on by Mateusz Starzyk · 4 years, 2 months ago
  94. 333f48f Fix code style. by Mateusz Starzyk · 4 years, 2 months ago
  95. bd513bb Enable multiple calls to mbedtls_gcm_update_ad. by Mateusz Starzyk · 4 years, 2 months ago
  96. 15a7b73 Documentation rewording by TRodziewicz · 4 years, 2 months ago
  97. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  98. 17575dc Merge pull request #4629 from TRodziewicz/rename_functions_whose_deprecated_variants_have_been_removd by Gilles Peskine · 4 years, 2 months ago
  99. 5bbbb5e Remove the mbedtls_printf and FAIL macros by TRodziewicz · 4 years, 2 months ago
  100. 90f304f Fixing test_clang_opt (asm not defined) by TRodziewicz · 4 years, 2 months ago