1. e833998 Update comment by Gilles Peskine · 3 years, 9 months ago
  2. 7f03d9e mbedtls_ssl_config: Replace bit-fields by separate bytes by Gilles Peskine · 3 years, 9 months ago
  3. 9a0e0af mbedtls_ssl_config, mbedtls_ssl_session: reorder fields by Lukasz Gniadzik · 4 years ago
  4. baccfef mbedtls_ssl_handshake_params: reorder fields to save code size by Gilles Peskine · 3 years, 9 months ago
  5. 5107084 mbedtls_ssl_handshake_params: use bytes for some small values by Gilles Peskine · 3 years, 9 months ago
  6. 4a13ebf Tweak whitespace for readability by Gilles Peskine · 3 years, 9 months ago
  7. f5d7eef PSA operation structures: move less-used fields to the end by Gilles Peskine · 3 years, 9 months ago
  8. 4bdcf9a Reorder macro definitions by Gilles Peskine · 3 years, 11 months ago
  9. 8cb22c8 Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASH by Gilles Peskine · 3 years, 11 months ago
  10. 64010dc Add missing PSA_KEY_ID_NULL macro. by Mateusz Starzyk · 4 years ago
  11. 272a3d4 Add missing PSA_HASH_BLOCK_LENGTH macro. by Mateusz Starzyk · 4 years ago
  12. 294ca30 Add missing PSA_ALG_NONE macro. by Mateusz Starzyk · 4 years ago
  13. d22362c Add missing PSA_ALG_IS_SIGN_HASH macro. by Mateusz Starzyk · 4 years ago
  14. 1f1bc2d Merge pull request #5117 from gilles-peskine-arm/psa-rsa-pss_any_salt-2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  15. 6295dcb Merge pull request #5051 from gilles-peskine-arm/psa-add-aria-2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  16. f8362ca Readability improvements by Gilles Peskine · 3 years, 10 months ago
  17. a253609 Support PSA_ALG_RSA_PSS_ANY_SALT iff PSA_ALG_RSA_PSS is supported by Gilles Peskine · 3 years, 10 months ago
  18. 35115f9 New algorithm PSA_ALG_RSA_PSS_ANY_SALT by Gilles Peskine · 3 years, 10 months ago
  19. 95f2324 Merge pull request #4845 from mstarzyk-mobica/ecb-alt-ret-2.2x by Gilles Peskine · 3 years, 10 months ago
  20. 0d3d742 Implement PSA_WANT_KEY_TYPE_ARIA by Gilles Peskine · 3 years, 10 months ago
  21. 8890f64 Add ARIA to the PSA API by Gilles Peskine · 3 years, 11 months ago
  22. a4e060b Merge pull request #5000 from mprse/mbedtls_cipher_setup_psa_ECB_2x by Gilles Peskine · 3 years, 10 months ago
  23. c79e4ab Fix typo in comment by Gilles Peskine · 3 years, 10 months ago
  24. c277932 Make MBEDTLS_IGNORE_RETURN configurable by Gilles Peskine · 3 years, 10 months ago
  25. 327cb72 Cleaner implementation of MBEDTLS_IGNORE_RETURN by Gilles Peskine · 3 years, 10 months ago
  26. 9110809 Fix mistake in the sample implementation of MBEDTLS_CHECK_RETURN by Gilles Peskine · 3 years, 10 months ago
  27. 39f4e75 Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
  28. f0fa86e Add PSA support for MBEDTLS_CIPHER_AES_128_ECB by Przemyslaw Stekiel · 3 years, 10 months ago
  29. 15a7420 Silence warnings about unused return value by Mateusz Starzyk · 4 years ago
  30. 8472a10 New configuration option MBEDTLS_CHECK_RETURN_WARNING by Gilles Peskine · 3 years, 11 months ago
  31. e568eba Use reserved identifier for warn_unused_result by Gilles Peskine · 3 years, 11 months ago
  32. 6b5c0f0 Better default for MBEDTLS_CHECK_RETURN in config.h by Gilles Peskine · 3 years, 11 months ago
  33. ce555e4 Change DES and AES functions to MBEDTLS_CHECK_RETURN_TYPICAL by Gilles Peskine · 3 years, 11 months ago
  34. ee0a443 Define indirection macros MBEDTLS_CHECK_RETURN_xxx by Gilles Peskine · 3 years, 11 months ago
  35. 1ef29fc Add MBEDTLS_CHECK_RETURN description to config.h by Mateusz Starzyk · 4 years ago
  36. 377a310 Catch failures of AES or DES operations by Gilles Peskine · 4 years, 1 month ago
  37. 5b4caf2 Fix typos pointed out by check_names by Yuto Takano · 4 years ago
  38. 186c021 Merge pull request #4978 from davidhorstmann-arm/2.x-fix-aarch64-asm-constraints by Gilles Peskine · 3 years, 10 months ago
  39. b52b91d Remove warning about PSA Crypto being beta by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  40. 00b72fc Add docs/use-psa-crypto.md by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  41. a23be22 Fix aarch64 assembly for bignum multiplication by David Horstmann · 3 years, 11 months ago
  42. 02e17c0 Merge pull request #4941 from gilles-peskine-arm/muladdc-amd64-memory-2.x by Gilles Peskine · 3 years, 11 months ago
  43. c6d977e x86_64 MULADDC assembly: add missing constraints about memory by Gilles Peskine · 3 years, 11 months ago
  44. 7d13539 Disable MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_KEY_EXCHANGE in default config. by Mateusz Starzyk · 4 years ago
  45. b3d344c Remove MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_CERTIFICATES option. by Mateusz Starzyk · 4 years ago
  46. c8ac785 Document that returning 0 from the recv callback means EOF by Hanno Becker · 4 years ago
  47. f87422f Merge pull request #4427 from gilles-peskine-arm/tls_ext_cid-config-2.x by Manuel Pégourié-Gonnard · 4 years ago
  48. 7b8571f New macro MBEDTLS_CHECK_RETURN by Gilles Peskine · 4 years, 1 month ago
  49. a92a3e9 Merge pull request #4827 from gilles-peskine-arm/generate_errors-multiline-2.2x by Gilles Peskine · 4 years ago
  50. 30dc0b5 Remove the duplicate code in mbedtls/include/mbedtls/check_config.h by Spencer Burke · 4 years, 2 months ago
  51. a397443 Move MBEDTLS_ERR_xxx Doxygen comments before the definition by Gilles Peskine · 4 years ago
  52. 9274d46 Merge pull request #4759 from paul-elliott-arm/fix_cipher_output_size_2.x by Gilles Peskine · 4 years ago
  53. c183f20 Add fix to update output size macro as well. by Paul Elliott · 4 years, 1 month ago
  54. 9bc9659 Change PSA Cipher macro safety to use block length by Paul Elliott · 4 years, 1 month ago
  55. 284857e Replace `_RR` with `prec_RR` to prevent reserved identifier clashes by Yuto Takano · 4 years, 1 month ago
  56. 7fe62cc Fix divide by zero if macro used with wrong key by Paul Elliott · 4 years, 1 month ago
  57. bece737 Bump Library Version Number by Paul Elliott · 4 years, 1 month ago
  58. 4128c20 Merge remote-tracking branch 'restricted/development_2.x-restricted' into mbedtls-2.27.0rc0-pr by Paul Elliott · 4 years, 1 month ago
  59. ba940cc Merge pull request #4182 from gabor-mezei-arm/3258_implement_one-shot_MAC_and_cipher by Dave Rodgman · 4 years, 1 month ago
  60. af9b484 Merge pull request #4605 from gabor-mezei-arm/3267_sign_verify_key_policies by Dave Rodgman · 4 years, 1 month ago
  61. 05dac4a Give a better name for struct member by gabor-mezei-arm · 4 years, 1 month ago
  62. bc58902 Add prefix to BYTES_TO_T_UINT_* by Janos Follath · 4 years, 1 month ago
  63. bc96a79 Move mpi constant macros to bn_mul.h by Janos Follath · 4 years, 1 month ago
  64. 132e8c3 Merge pull request #4715 from gilles-peskine-arm/psa_crypto_spm-from_platform_h-2.x by Ronald Cron · 4 years, 1 month ago
  65. f67d8af Fix struct initialization by gabor-mezei-arm · 4 years, 4 months ago
  66. 6439e85 Do key usage policy extension when loading keys by gabor-mezei-arm · 4 years, 1 month ago
  67. eeaeef4 Extend PSA_USAGE_SIGN/VERIFY_HASH key policies by gabor-mezei-arm · 4 years, 3 months ago
  68. eaacabf Merge pull request #4392 from gilles-peskine-arm/psa-storage-format-test-lifetimes by Ronald Cron · 4 years, 1 month ago
  69. 76dec15 Move the inclusion of crypto_spe.h to psa/crypto_platform.h by Gilles Peskine · 4 years, 2 months ago
  70. 727e1f1 Mention that mbedtls_rsa_init can set hash_id too by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  71. 456d7e0 mbedtls_rsa_rsassa_pss_*: improve documentation by Janos Follath · 4 years, 4 months ago
  72. 9a11ac9 Merge pull request #4621 from gilles-peskine-arm/default-hashes-curves-2.x by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  73. 5ea63a3 Mention the Montgomery curve exception by Gilles Peskine · 4 years, 2 months ago
  74. 138d9f5 SHA-1 is allowed for handshake signatures by default by Gilles Peskine · 4 years, 2 months ago
  75. fbf9aff Merge pull request #830 from gilles-peskine-arm/ecp_max_bits-check-2.x by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  76. 3223940 Update MBEDTLS_ECP_MAX_BITS_MIN when adding a curve by Gilles Peskine · 4 years, 2 months ago
  77. 33c92f0 Determine MBEDTLS_ECP_MAX_BITS automatically by Gilles Peskine · 4 years, 2 months ago
  78. 6dba320 Fail the build if MBEDTLS_ECP_MAX_BITS is not large enough by Gilles Peskine · 4 years, 2 months ago
  79. 128c94d config: Allow Mbed to implement TIMING_C by Jaeden Amero · 4 years, 2 months ago
  80. 11794b3 Hopefully clarify the example by Gilles Peskine · 4 years, 2 months ago
  81. da728b3 Remove meaningless clause by Gilles Peskine · 4 years, 2 months ago
  82. b3ca90b Reduce the default ECP window size by Gilles Peskine · 4 years, 2 months ago
  83. 646b78b Document more precisely what goes into the default preset by Gilles Peskine · 4 years, 2 months ago
  84. 0ecd719 Document more precisely what goes into the default profile by Gilles Peskine · 4 years, 2 months ago
  85. 62da8ac Merge pull request #4276 from gilles-peskine-arm/random-range-uniformity by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  86. 33701a6 mbedtls_mpi_random: document MBEDTLS_ERR_MPI_NOT_ACCEPTABLE by Gilles Peskine · 4 years, 4 months ago
  87. 9312ba5 mbedtls_mpi_random: check for invalid arguments by Gilles Peskine · 4 years, 4 months ago
  88. 4699fa4 Move mbedtls_mpi_random to the bignum module by Gilles Peskine · 4 years, 4 months ago
  89. d9b4150 Fix mbedtls_svc_key_id_is_null when KEY_ID_ENCODES_OWNER by Gilles Peskine · 4 years, 2 months ago
  90. 7aa260d New macro PSA_KEY_LIFETIME_IS_READ_ONLY by Gilles Peskine · 4 years, 4 months ago
  91. 72dcd4e Merge pull request #4385 from gilles-peskine-arm/psa-storage-format-test-algorithms by Ronald Cron · 4 years, 2 months ago
  92. cf70d07 Define dependency symbols for hashless signature algorithms by Gilles Peskine · 4 years, 4 months ago
  93. a8d0718 Fix misplaced extern "C" affecting MBEDTLS_ARIA_ALT by Gilles Peskine · 4 years, 2 months ago
  94. db97b1e Merge pull request #4491 from netfoundry/fix-mingw-build by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  95. 6efa722 Fix docs for mbedtls_padlock_has_support by Dave Rodgman · 4 years, 3 months ago
  96. bed4e9e Merge pull request #4357 from gabor-mezei-arm/3267_Implement_psa_sign_message_and_verify by Gilles Peskine · 4 years, 3 months ago
  97. 456d547 Merge pull request #4486 from gilles-peskine-arm/tniessen-typos-in-header-files-2.x by Ronald Cron · 4 years, 3 months ago
  98. 7f5cd47 use proper formatting macros when using MinGW provided stdio by eugene · 4 years, 3 months ago
  99. 02b6fba Fix typos in C header files by Tobias Nießen · 4 years, 3 months ago
  100. 15f0d92 Move is_sign and mac_size checking back to PSA core scope by Steven Cooreman · 4 years, 3 months ago