Commit Graph

  • 2b70a3f831 Merge pull request #6558 from lpy4105/6416-psa_macros_name_typo Manuel Pégourié-Gonnard 2022-12-13 09:56:27 +01:00
  • 48232ed2c1 Merge pull request #6743 from minosgalanakis/bignum/implement_modular_negation Manuel Pégourié-Gonnard 2022-12-13 09:54:38 +01:00
  • 97ead79cd7 Merge pull request #6204 from wernerlewis/ecp_group_test_2.28 Manuel Pégourié-Gonnard 2022-12-13 09:29:40 +01:00
  • 1d1baa7fc3 Merge pull request #6586 from lpy4105/2.28-check-psa-name-typo Manuel Pégourié-Gonnard 2022-12-13 09:24:56 +01:00
  • f7641544ea Correct the fix for the PKCS 7 memory leak Bence Szépkúti 2022-12-12 21:37:36 +01:00
  • 1362c5ab16 Test for both PKCS 7 bugs found by OSS-Fuzz Demi Marie Obenour 2022-11-29 17:16:55 -05:00
  • 91a2aabb86 Refactor mpi_core_sub tests to use arch_split Werner Lewis 2022-12-12 17:04:16 +00:00
  • a5edd2b553 Merge pull request #6762 from ZachFleck42/2.28-backport Dave Rodgman 2022-12-12 16:31:00 +00:00
  • 8a05c069a5 Merge pull request #6751 from ZachFleck42/development Dave Rodgman 2022-12-12 16:30:54 +00:00
  • 2b52a2e412 Improve Changelog wording Dave Rodgman 2022-12-12 15:23:44 +00:00
  • 89f040a5c9 Merge pull request #978 from Mbed-TLS/mbedtls-2.28.2rc0-pr v2.28.2 mbedtls-2.28.2 Dave Rodgman 2022-12-12 15:17:36 +00:00
  • c039f8a300 Merge pull request #979 from Mbed-TLS/mbedtls-3.3.0rc0-pr Dave Rodgman 2022-12-12 15:17:21 +00:00
  • 5e9d2e9019 Add conventions for bignum mod and mod_raw Werner Lewis 2022-12-12 14:00:25 +00:00
  • a9ac61203b Merge pull request #6666 from daverodgman/fast_unaligned Manuel Pégourié-Gonnard 2022-12-12 12:18:17 +01:00
  • f3abea6641 bignum_mod_raw.py: Changed the symbol for modular negation to "-". Minos Galanakis 2022-12-08 11:48:26 +00:00
  • 9a60b2373b bignum_mod_raw testsuite: Refactored mpi_mod_raw_neg(). Minos Galanakis 2022-12-08 11:45:00 +00:00
  • 5e8443e6ef mbedtls_mpi_mod_raw_neg: Updated documentation. Minos Galanakis 2022-12-08 11:40:51 +00:00
  • 78665eba8f bignum_mod_raw.py: Added BignumModRawModNegate. Minos Galanakis 2022-12-07 18:10:46 +00:00
  • 6118a3e5aa test_suite_bignumg_mod_raw: Added test for mpi_mod_raw_neg Minos Galanakis 2022-12-07 18:09:48 +00:00
  • 21fe8bdeac bignum_mod_raw: Added modular negation. Minos Galanakis 2022-12-07 18:06:05 +00:00
  • 5e06857123 Merge pull request #6301 from paul-elliott-arm/fix_changelog Manuel Pégourié-Gonnard 2022-12-12 12:08:50 +01:00
  • 785116a5be test: pake: modify opaque key verification before destruction Valerio Setti 2022-12-12 11:59:25 +01:00
  • 08f7f0d1f6 Merge pull request #6744 from gilles-peskine-arm/windows-different-drives-build-error-2.28 Manuel Pégourié-Gonnard 2022-12-12 11:59:06 +01:00
  • cd98805bd7 Merge pull request #6683 from mpg/optimize-with-asan Manuel Pégourié-Gonnard 2022-12-12 11:58:23 +01:00
  • df86cef899 Merge pull request #6693 from mpg/optimize-with-asan-2.28 Manuel Pégourié-Gonnard 2022-12-12 11:58:21 +01:00
  • cd98b939b6 Merge pull request #6750 from tom-cosgrove-arm/issue-6023-mod_inv_prime Manuel Pégourié-Gonnard 2022-12-12 09:52:21 +01:00
  • 4364fc94c1 Fix typo in library/entropy.c Zachary Fleckenstein 2022-12-09 09:26:42 -05:00
  • 852191e0b5 Improve Changelog Dave Rodgman 2022-12-09 14:24:33 +00:00
  • 31e99bb0c7 test: pake: fix: destroy key only in opaque case Valerio Setti 2022-12-09 14:35:10 +01:00
  • 016f682796 tls: pake: small code refactoring for password setting functions Valerio Setti 2022-12-09 14:17:50 +01:00
  • f4d96b8c4f Merge branch 'Mbed-TLS:development' into development Zachary Fleckenstein 2022-12-09 08:12:58 -05:00
  • 6ed34c672d Switch code style check to enforcement mode dev/gilles-peskine-arm/coding-style-switch-to-enforcement Gilles Peskine 2022-12-09 12:23:35 +01:00
  • d6f774f63f Fix ChangeLog Aditya Deshpande 2022-12-09 12:52:43 +00:00
  • b884f7e3dc Clarify documentation of ECP_RESTARTABLE Manuel Pégourié-Gonnard 2022-12-09 09:53:55 +01:00
  • 9d8afd1ccf Have BignumModRawInvPrime() do Montgomery conversion in arg_a() Tom Cosgrove 2022-12-09 10:58:46 +00:00
  • 5f09930017 Clarify use of temporary in mbedtls_mpi_mod_raw_inv_prime() Tom Cosgrove 2022-12-09 10:58:15 +00:00
  • 1aa138a9e5 Update BRANCHES.md so that it links to the LTS release tag on GitHub. Aditya Deshpande 2022-12-09 10:41:46 +00:00
  • 9d313dfeeb test: pake: minor enhancement for opaque keys Valerio Setti 2022-12-09 11:38:59 +01:00
  • bf864160a9 Fix ChangeLog Formatting aditya-deshpande-arm 2022-12-09 10:36:50 +00:00
  • cd060e290b Update BRANCHES.md Dave Rodgman 2022-12-09 09:46:23 +00:00
  • c18d932705 Add generated files Dave Rodgman 2022-12-09 09:44:10 +00:00
  • 3dc7f238e6 Document that ECP_RESTARTABLE depends on ECP_C Manuel Pégourié-Gonnard 2022-12-06 13:20:06 +01:00
  • 875d1eb2c9 Document all effects of MBEDTLS_ECP_RESTARTABLE Manuel Pégourié-Gonnard 2022-12-06 10:42:44 +01:00
  • 67bad73e87 Add a ChangeLog entry for the ECDSA deterministic change Manuel Pégourié-Gonnard 2022-12-09 10:01:29 +01:00
  • df0c73c308 Readability improvement in pk_wrap.c Manuel Pégourié-Gonnard 2022-12-09 09:57:39 +01:00
  • b2812cc274 Clarify documentation of ECP_RESTARTABLE Manuel Pégourié-Gonnard 2022-12-09 09:53:55 +01:00
  • 182a23b1da Adjust all.sh now that restartable is in full Manuel Pégourié-Gonnard 2022-12-07 10:38:43 +01:00
  • ad45c4d386 Document that ECP_RESTARTABLE depends on ECP_C Manuel Pégourié-Gonnard 2022-12-06 13:20:06 +01:00
  • 578664601e Fix missing dependency declaration in test Manuel Pégourié-Gonnard 2022-12-06 12:14:49 +01:00
  • a6e3d3ec10 Disable restartable in build_module_alt Manuel Pégourié-Gonnard 2022-12-06 12:10:33 +01:00
  • a37398427b Remove check for tests disabled with USE_PSA Manuel Pégourié-Gonnard 2022-12-06 09:35:54 +01:00
  • 55a188b420 Clarify the "restart vs use PSA" situation in TLS Manuel Pégourié-Gonnard 2022-12-06 12:00:33 +01:00
  • cc6e0a650f Fix missing initialisation of PSA Crypto Manuel Pégourié-Gonnard 2022-12-05 12:55:05 +01:00
  • 79ae7eb4d1 Use deterministic ECDSA in PSA when we do in legacy Manuel Pégourié-Gonnard 2022-12-05 12:55:51 +01:00
  • 0e0793f4ac Merge pull request #6706 from davidhorstmann-arm/2.28-code-style-script-non-corrected Manuel Pégourié-Gonnard 2022-12-09 09:41:27 +01:00
  • 1a100b69a4 Merge pull request #6705 from davidhorstmann-arm/code-style-script-non-corrected Manuel Pégourié-Gonnard 2022-12-09 09:41:14 +01:00
  • 0c2a738c23 fix various issues Jerry Yu 2022-12-06 13:27:25 +08:00
  • 141bbe7bee tls13: Adjust include files Jerry Yu 2022-12-01 20:30:41 +08:00
  • ddda050604 tls13: Upstream various fix in prototype Jerry Yu 2022-12-01 19:43:12 +08:00
  • 2e19981e17 tls13: guards transform negotiate Jerry Yu 2022-12-01 18:57:19 +08:00
  • 0ab6c8acb7 Remove obsolete target covtest Gilles Peskine 2022-12-08 22:18:31 +01:00
  • 9f54092a01 Avoid unstructured macro usage with code duplication Gilles Peskine 2022-12-08 21:50:34 +01:00
  • eead72ec9e Reindent line continuations for pylint David Horstmann 2022-12-08 17:38:27 +00:00
  • c747fdfe1f Fixup: Config file name in code style script David Horstmann 2022-12-08 17:03:01 +00:00
  • 1f8b4d9c6b Add spaces around '+' David Horstmann 2022-12-08 15:04:20 +00:00
  • 4f51601292 Remove legacy comments from config David Horstmann 2022-12-08 15:02:14 +00:00
  • 9008128491 Improvements to the top of the code style config David Horstmann 2022-12-08 15:00:20 +00:00
  • 6ec778f727 Rename Uncrustify configuration David Horstmann 2022-12-08 14:57:28 +00:00
  • c543870882 Explain that the script is only for the future David Horstmann 2022-12-08 14:56:18 +00:00
  • f47e657fe6 Remove ChangeLog entry, style is not yet official David Horstmann 2022-12-08 14:53:15 +00:00
  • 3a6f9f9921 Use constant for supported Uncrustify version David Horstmann 2022-12-08 14:44:36 +00:00
  • 99a669a50d Fix typo in code style script David Horstmann 2022-12-08 14:36:10 +00:00
  • 448cfec2a5 Use helper function for error printing David Horstmann 2022-12-08 14:33:52 +00:00
  • 27b3704eef Miscellaneous improvements to code style script David Horstmann 2022-12-08 13:12:21 +00:00
  • eb3f788b03 tls: pake: do not destroy password key in TLS Valerio Setti 2022-12-08 18:42:58 +01:00
  • c6b604e842 Reindent line continuations for pylint David Horstmann 2022-12-08 17:38:27 +00:00
  • ae93a3f984 Fixup: Config file name in code style script David Horstmann 2022-12-08 17:03:01 +00:00
  • 2a3ffb4203 test: pake: add test for opaque password key Valerio Setti 2022-12-08 16:27:46 +01:00
  • 0ebc12ea41 Add spaces around '+' David Horstmann 2022-12-08 15:04:20 +00:00
  • d021032d51 Remove legacy comments from config David Horstmann 2022-12-08 15:02:14 +00:00
  • be88e80e3d Improvements to the top of the code style config David Horstmann 2022-12-08 15:00:20 +00:00
  • 0e648f041c Rename Uncrustify configuration David Horstmann 2022-12-08 14:57:28 +00:00
  • 190041d2b1 Explain that the script is only for the future David Horstmann 2022-12-08 14:56:18 +00:00
  • b488ca3497 Remove ChangeLog entry, style is not yet official David Horstmann 2022-12-08 14:53:15 +00:00
  • 2cf779ceff Use constant for supported Uncrustify version David Horstmann 2022-12-08 14:44:36 +00:00
  • 9711f4eeb4 Fix typo in code style script David Horstmann 2022-12-08 14:36:10 +00:00
  • ca13c4f59f Use helper function for error printing David Horstmann 2022-12-08 14:33:52 +00:00
  • b7dab41315 Miscellaneous improvements to code style script David Horstmann 2022-12-08 13:12:21 +00:00
  • 69591e9207 Assemble changelog Dave Rodgman 2022-12-08 14:59:54 +00:00
  • 48223bc19e Bump version to 3.3.0. No changes to .so versions. Dave Rodgman 2022-12-08 14:43:19 +00:00
  • a5b2c52885 Merge remote-tracking branch 'restricted/development-restricted' into mbedtls-3.3.0rc0-pr Dave Rodgman 2022-12-08 14:10:59 +00:00
  • a6ca882943 Merge pull request #6752 from daverodgman/arm-build-changelog Dave Rodgman 2022-12-08 14:09:47 +00:00
  • b74aa5a224 Add Changelog for Arm compile fix Dave Rodgman 2022-12-08 13:43:08 +00:00
  • 73defe4da0 Fix typo in library/entropy.c Zachary Fleckenstein 2022-12-08 07:28:29 -05:00
  • 29cf15dfbc Improve CMake backward compatibility David Horstmann 2022-12-08 12:12:37 +01:00
  • 7428c61df2 Bump LTS version to 2.28.2 Aditya Deshpande 2022-12-08 11:04:44 +00:00
  • a26938aec6 Assemble ChangeLog Aditya Deshpande 2022-12-08 11:01:53 +00:00
  • dbefba7b5c Merge branch 'mbedtls-2.28-restricted' into mbedtls-2.28.2rc0-pr Aditya Deshpande 2022-12-08 10:57:08 +00:00
  • e09c476eb6 Add all.sh component to test with code style David Horstmann 2022-11-10 18:30:52 +00:00
  • 6129268fee Bignum: Implement mbedtls_mpi_mod_raw_inv_prime() and tests Tom Cosgrove 2022-12-08 09:44:10 +00:00