1. c848d22 Switch code style check to enforcement mode by Gilles Peskine · 2 years, 8 months ago archive/new-code-style/development archive/new-code-style/test/6802/target features/new-code-style/development features/new-code-style/test/6802/target
  2. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  3. fd13a0f Merge pull request #6905 from gilles-peskine-arm/code-style-casts-psa-headers-more by Gilles Peskine · 2 years, 7 months ago
  4. c55c343 Merge pull request #6884 from gilles-peskine-arm/check-files-unicode by Gilles Peskine · 2 years, 7 months ago
  5. 03e99cf Remove redundant error code definitions by Gilles Peskine · 2 years, 7 months ago
  6. 83c5ad4 Merge pull request #6787 from yuhaoth/pr/workaround-gnutls_anti_replay_fail by Ronald Cron · 2 years, 7 months ago
  7. 3900bdd Merge pull request #6823 from mpg/unify-openssl-variables by Gilles Peskine · 2 years, 7 months ago
  8. f9c8d76 Merge pull request #6893 from tom-daubney-arm/modify_generate_errors_script by Gilles Peskine · 2 years, 7 months ago
  9. b4ffe78 Merge pull request #6878 from gilles-peskine-arm/code-style-casts-psa-headers by Gilles Peskine · 2 years, 7 months ago
  10. 0770efe Merge pull request #6888 from daverodgman/iar-bignum-warning by Gilles Peskine · 2 years, 7 months ago
  11. bbbd803 Add Changelog by Dave Rodgman · 2 years, 7 months ago
  12. 1efe4a8 Add ChangeLog entry by Thomas Daubney · 2 years, 7 months ago
  13. 28d4d43 Merge pull request #6863 from valeriosetti/issue6830 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  14. 6e666c2 Remove obsolete comment by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  15. 3368724 Merge pull request #6870 from valeriosetti/issue6831 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  16. 3e60cad Improve comment and changlog by Jerry Yu · 2 years, 7 months ago
  17. 33878ed Modify generate errors script by Thomas Daubney · 2 years, 7 months ago
  18. a0b97bc fix wrong type in debug message by Valerio Setti · 2 years, 7 months ago
  19. 2c12185 test: fix dependencies on function and data files by Valerio Setti · 2 years, 7 months ago
  20. 1e868cc fix several typos and extra blank spaces by Valerio Setti · 2 years, 7 months ago
  21. 2b5d3de remove remaining occurencies of mbedtls_ecc_group_to_psa() from TLS by Valerio Setti · 2 years, 7 months ago
  22. 99e902f Add changlog entry. by Jerry Yu · 2 years, 7 months ago
  23. bdb936b Workaround anti replay fail of GnuTLS by Jerry Yu · 2 years, 7 months ago
  24. a15af37 Change time resolution of reco_delay from second to millionseconds by Jerry Yu · 2 years, 8 months ago
  25. f05b6ee Revert "Skip early data basic check temp" by Jerry Yu · 2 years, 8 months ago
  26. 14db512 Fix IAR warning by Glenn Strauss · 2 years, 7 months ago archive/new-code-style/test/6888/old features/new-code-style/test/6888/old
  27. b178036 Merge pull request #6873 from mpg/fix-derive-key-exercise by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  28. d11bb47 Reject invalid UTF-8 and weird characters in text files by Gilles Peskine · 2 years, 7 months ago
  29. b389743 Pass line number to issue_with_line by Gilles Peskine · 2 years, 7 months ago
  30. 0ed9e78 Treat more *.bin files as binary by Gilles Peskine · 2 years, 7 months ago
  31. cd0a565 Merge pull request #6703 from yuhaoth/pr/tls13-misc-from-prototype by Gilles Peskine · 2 years, 7 months ago
  32. f07ddde Merge pull request #6876 from davidhorstmann-arm/disable-code-style-for-bn-asm by Gilles Peskine · 2 years, 7 months ago
  33. 78d566b Fix pylint warnings about comparison to True by David Horstmann · 2 years, 7 months ago
  34. 8d1d6ed Fix incorrect typing of function in code_style.py by David Horstmann · 2 years, 7 months ago
  35. bec9532 Don't restyle end of file by David Horstmann · 2 years, 7 months ago
  36. 8e45cdd fix wrong dependency for X509_TRUSTED_CERTIFICATE_CALLBACK by Valerio Setti · 2 years, 7 months ago
  37. 8841d6b add missing dependency documentation for SSL_ASYNC_PRIVATE by Valerio Setti · 2 years, 7 months ago
  38. a651607 Skip restyling of PSA macros also defined in psa-arch-tests by Gilles Peskine · 2 years, 7 months ago
  39. 45873ce Skip restyling of PSA error code definitions by Gilles Peskine · 2 years, 7 months ago
  40. c571c5b Check Uncrustify returncode in code_style.py by David Horstmann · 2 years, 7 months ago
  41. cb3b6ae Disable code style correction for bignum assembly by David Horstmann · 2 years, 7 months ago
  42. 67419f0 tls: fix + save code size when DEBUG_C is not enabled by Valerio Setti · 2 years, 7 months ago
  43. 40d9ca9 tls: remove useless legacy function by Valerio Setti · 2 years, 7 months ago
  44. 9502b56 Fix test function derive_key_exercise() by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  45. 262851d Merge pull request #6868 from davidhorstmann-arm/workaround-uncrustify-asm-defines by Gilles Peskine · 2 years, 7 months ago
  46. a4bb0fa check_config: add missing dependencies for the build without BIGNUM by Valerio Setti · 2 years, 7 months ago
  47. e1655b8 test: add test for building without BIGNUM_C by Valerio Setti · 2 years, 7 months ago
  48. 73260b6 test: extend test_suite_ssl for testing new functions by Valerio Setti · 2 years, 7 months ago
  49. 3322f61 test: verify that TLS and X509 are independent from mbedtls_ecp_curve functions by Valerio Setti · 2 years, 7 months ago
  50. 18c9fed tls: remove dependency from mbedtls_ecp_curve functions by Valerio Setti · 2 years, 7 months ago
  51. e3d8f31 Workaround Uncrustify parsing of "asm" by David Horstmann · 2 years, 7 months ago
  52. 7a389dd Merge pull request #6784 from valeriosetti/issue6702 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  53. b4b0bb7 Merge pull request #5907 from mpg/use-psa-rsa-pss by Janos Follath · 2 years, 7 months ago
  54. 4511ca0 Use PSS-signed CRL for PSS tests by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  55. ea8c88f test: fix some descriptions by Valerio Setti · 2 years, 7 months ago
  56. 6ea0a8d Disable 'wrong salt len' PK test with USE_PSA by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  57. 62e1ebb changelog: fix text error by Valerio Setti · 2 years, 7 months ago
  58. c963bb1 test: remove SHA224 from default test driver config by Valerio Setti · 2 years, 7 months ago
  59. b402e4b Merge pull request #6595 from mfischer/lms_heap by Gilles Peskine · 2 years, 7 months ago
  60. 8eee21e Merge pull request #6836 from gilles-peskine-arm/code-style-more-kr-20221222 by Gilles Peskine · 2 years, 7 months ago
  61. 326cf46 test: improved readability in sha self tests by Valerio Setti · 2 years, 8 months ago
  62. e269750 sha: fix description for starts functions by Valerio Setti · 2 years, 8 months ago
  63. 77b1452 test: fix error in test_suite_ssl by Valerio Setti · 2 years, 8 months ago
  64. 676766f Merge pull request #6776 from gabor-mezei-arm/6222_bignum_mod_mul by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  65. 2fcb4c1 Merge pull request #6747 from gilles-peskine-arm/bignum-mod-random by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  66. e19d7e5 Require a space after a cast by Gilles Peskine · 2 years, 8 months ago
  67. fe6c19b added changelog file for PR #6784 by Valerio Setti · 2 years, 8 months ago
  68. 6528763 config: remove SHA224_C from some config files by Valerio Setti · 2 years, 8 months ago
  69. b6bf7dc test: fix depends.py for hash tests by Valerio Setti · 2 years, 8 months ago
  70. 543d00e sha: remove SHA1 from ssl_cookie by Valerio Setti · 2 years, 8 months ago
  71. d55cb5b sha: decline MD defines for various SHA by Valerio Setti · 2 years, 8 months ago
  72. d10e0a6 sha: fix minor issues/typos by Valerio Setti · 2 years, 8 months ago
  73. 2510dd4 Merge pull request #6282 from gstrauss/sw_derive_y by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  74. 5efe449 More robust dependency filtering by Gilles Peskine · 2 years, 8 months ago
  75. f287366 Simplify logic and document test_cases_for_values by Gilles Peskine · 2 years, 8 months ago
  76. 394da2d Pacify pylint by Gilles Peskine · 2 years, 8 months ago
  77. 6d40e54 Split the high nesting of BignumModRawConvertRep.generate_function_tests by Gilles Peskine · 2 years, 8 months ago
  78. 636809f Fix type declaration by Gilles Peskine · 2 years, 8 months ago
  79. 342b9a9 bignum_mod_raw.py: Added a filtering logic to `BignumModRawConvertRep.generate_function_tests()` by Minos Galanakis · 2 years, 8 months ago
  80. afa7c04 bignum_common.py: Refactored `BignumModRawConvertRep.generate_function_tests()` by Minos Galanakis · 2 years, 8 months ago
  81. ae4d2cf bignum_common.py: Introduce the set_representation setter. by Minos Galanakis · 2 years, 8 months ago
  82. 5689410 bignum_mod_raw: Simplified `BignumModRawCanonicalToFromModulusRep` output expressions. by Minos Galanakis · 2 years, 8 months ago
  83. 3d2aab8 bignum_common: Adjusted `format_arg` to always size input according to modulo. by Minos Galanakis · 2 years, 8 months ago
  84. f65c71f Fix possible uninitialization error by Gabor Mezei · 2 years, 8 months ago
  85. a6e0291 Update documentation by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  86. 3b1a706 Disable 'wrong salt len' test with USE_PSA by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  87. 4dacf58 Take advantage of now-public macro in pk.c by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  88. 6958355 Use PSA Crypto more often in pk_verify_ext() by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  89. eab43a6 Merge pull request #6795 from gilles-peskine-arm/check_test_cases-quiet_ci by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  90. ad335b5 Fix representation conversion with 32-bit limbs by Gilles Peskine · 2 years, 8 months ago
  91. 4c950d5 Cosmetic fix by Gilles Peskine · 2 years, 8 months ago
  92. d1aa75d Update of the RNG seed in mpi_mod_random_values by Gilles Peskine · 2 years, 8 months ago
  93. e1d8326 Fix representation of mod-random output by Gilles Peskine · 2 years, 8 months ago
  94. be69c7d Generate test cases for mpi_mod_raw_modulus_to_canonical_rep as well by Gilles Peskine · 2 years, 8 months ago
  95. 23636ac Generate test cases for mpi_mod_raw_canonical_to_modulus_rep by Gilles Peskine · 2 years, 8 months ago
  96. e655479 Generalize representation handling in mbedtls_mpi_mod_read by Gilles Peskine · 2 years, 8 months ago
  97. eb2e77f Document modulus representation selectors by Gilles Peskine · 2 years, 8 months ago
  98. 1e2a4d4 Functions to convert raw residues to/from the modulus representation by Gilles Peskine · 2 years, 8 months ago
  99. 7a708fd Helpers for generating representation-aware test cases by Gilles Peskine · 2 years, 8 months ago
  100. 5623ecc Mod operations: fill arguments to the width of the modulus by Gilles Peskine · 2 years, 8 months ago