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