1. 3b18a29 Amend changelog entry by Aditya Deshpande · 2 years, 6 months ago
  2. d05aa0f Add changelog entry by Aditya Deshpande · 2 years, 6 months ago
  3. 644a5c0 Fix bugs in example programs: change argc == 0 to argc < 2 by Aditya Deshpande · 2 years, 6 months ago
  4. e28397a Merge pull request #6938 from aditya-deshpande-arm/check-names-exclusions by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  5. 169d9e6 Merge pull request #6802 from gilles-peskine-arm/test_suite_psa_crypto_metadata-20221215 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  6. b82977a Merge pull request #6962 from davidhorstmann-arm/fix-check-python-errors by Gilles Peskine · 2 years, 6 months ago
  7. 81505e4 Merge pull request #6917 from yanrayw/6658-not-print-Terminated-ubuntu-22.04 by Gilles Peskine · 2 years, 6 months ago
  8. 803638c Merge pull request #6939 from minosgalanakis/bignum/6027_hardcode_montgomery_moduli by Janos Follath · 2 years, 6 months ago
  9. 8296eab Merge pull request #6957 from tom-cosgrove-arm/fix-spelling-of-doxygen-return by Gilles Peskine · 2 years, 6 months ago
  10. 3b8623f Merge pull request #6903 from Mihir-Raj-Singh/Bignum_rename_mtoN by Gilles Peskine · 2 years, 6 months ago
  11. 79f14e3 Give proper Dict type hints in crypto_knowledge.py by David Horstmann · 2 years, 6 months ago
  12. f0c7579 Fix a missing type hint warning by David Horstmann · 2 years, 6 months ago
  13. 00d3e96 Merge pull request #6855 from mpg/driver-only-ecdsa-starter by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  14. 9ee8ebf Merge pull request #6952 from daverodgman/getting-started by Dave Rodgman · 2 years, 6 months ago
  15. 4455fd2 Merge pull request #6531 from AndrzejKurek/depends-py-kex-fixes by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  16. 37dabd5 Fix doxygen return parameter spelling by Tom Cosgrove · 2 years, 7 months ago
  17. 17292f7 Minor fixes by Dave Rodgman · 2 years, 7 months ago
  18. 99ff0a7 Fix some additional over-long lines by Dave Rodgman · 2 years, 7 months ago
  19. d84902f Add issue numbers to TODO comments by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  20. bc19a0b Fix missing SHA-224 in test driver build by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  21. 5a2e026 Improve a few comments & documentation by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  22. 98682b5 Remove obsolete comment from depends.py by Andrzej Kurek · 2 years, 7 months ago
  23. 3e0769b Merge pull request #6832 from daverodgman/fast-unaligned-ct by Janos Follath · 2 years, 7 months ago
  24. 8692ec8 pkarse: Added `pk_group_id_from_specified()` documentation. by Minos Galanakis · 2 years, 7 months ago
  25. 58c721e Add TEST_CF_SECRET to mbedtls_ct_memcpy_if_eq test by Dave Rodgman · 2 years, 7 months ago
  26. 22b0d1a Test memcmp with differences starting after the first byte by Dave Rodgman · 2 years, 7 months ago
  27. d4fa9e9 Merge pull request #6950 from daverodgman/fix-rsaalt-test-guards by Dave Rodgman · 2 years, 7 months ago
  28. 7658b63 Remove volatile from diff; add explanatory comment by Dave Rodgman · 2 years, 7 months ago
  29. fa96026 Move definition of asm out of public header by Dave Rodgman · 2 years, 7 months ago
  30. 95ec58c Remove not-needed stdio include from tests by Dave Rodgman · 2 years, 7 months ago
  31. 7f376fa Improve documentation by Dave Rodgman · 2 years, 7 months ago
  32. b9cd19b Prevent perf regressions in mbedtls_xor by Dave Rodgman · 2 years, 7 months ago
  33. 051225d Address potential perf regression by Dave Rodgman · 2 years, 7 months ago
  34. 36dfc5a Improve efficiency of some constant time functions by Dave Rodgman · 2 years, 8 months ago
  35. cb0f2c4 Tidy-up - move asm #define into build_info.h by Dave Rodgman · 2 years, 8 months ago
  36. 39188c0 Add unit tests for mbedtls_ct_memcmp and mbedtls_ct_memcpy_if_eq by Dave Rodgman · 2 years, 8 months ago
  37. 1a034dc Add regression test by Dave Rodgman · 2 years, 7 months ago
  38. 38699e5 Update the getting-started doc by Dave Rodgman · 2 years, 7 months ago
  39. fd09b31 Add Changelog by Dave Rodgman · 2 years, 7 months ago
  40. dc3b154 Fix test guards by Dave Rodgman · 2 years, 7 months ago
  41. 723b877 Add missing key exchange requirements to test_suite_ssl by Andrzej Kurek · 2 years, 7 months ago
  42. a86cef3 Add missing KEX DHE-RSA requirement for one ssl test by Andrzej Kurek · 2 years, 7 months ago
  43. 9113df8 Add missing RSA-type dependencies in test_suite_ssl by Andrzej Kurek · 2 years, 7 months ago
  44. c8e381a pkarse: Update `pk_group_id_from_specified()` clean-up. by Minos Galanakis · 2 years, 7 months ago
  45. e9fa7a7 ecp_curves: Update pre-processor define guards for `ecp_mpi_load()`. by Minos Galanakis · 2 years, 7 months ago
  46. d61dbd4 ecp_curves: Update `mbedtls_ecp_group_free()`. by Minos Galanakis · 2 years, 7 months ago
  47. 146fed9 ecp_curves: Hardcode Montgomery const for curve448. by Minos Galanakis · 2 years, 7 months ago
  48. bececeb ecp_curves: Hardcod Montgomery const for curve25519 by Minos Galanakis · 2 years, 7 months ago
  49. 52a7aee Merge pull request #6834 from gilles-peskine-arm/code-style-files by Gilles Peskine · 2 years, 7 months ago
  50. bb3814c Reject key agreement chained with PSA_ALG_TLS12_ECJPAKE_TO_PMS by Gilles Peskine · 2 years, 8 months ago
  51. f6c6b64 A key agreement cannot be chained with PSA_ALG_TLS12_ECJPAKE_TO_PMS by Gilles Peskine · 2 years, 8 months ago
  52. 2566679 Add metadata test case for PSA_ALG_TLS12_ECJPAKE_TO_PMS by Gilles Peskine · 2 years, 8 months ago
  53. 4db02f2 Add SECRET input validation test cases for PSA_WANT_ALG_TLS12_ECJPAKE_TO_PMS by Gilles Peskine · 2 years, 8 months ago
  54. 763ffdd Add metadata test case for PSA_ALG_CCM_STAR_NO_TAG by Gilles Peskine · 2 years, 8 months ago
  55. bba2630 Add ECJPAKE secret input types to psa/crypto_config.h by Gilles Peskine · 2 years, 8 months ago
  56. cafda87 Fix documentation by Gilles Peskine · 2 years, 8 months ago
  57. 72f4156 Refactoring: new method Algorithm.is_valid_for_operation by Gilles Peskine · 2 years, 8 months ago
  58. ecaa7ca Add missing supported algorithm to psa/crypto_config.h by Gilles Peskine · 2 years, 8 months ago
  59. 0e9e442 NotSupported is specifically about key types by Gilles Peskine · 2 years, 8 months ago
  60. 340d4c8 Merge pull request #6616 from lpy4105/6551-tls13-SessionTicket-kex-change-check by Ronald Cron · 2 years, 7 months ago
  61. 714ae65 Add missing key exchange requirements to test_suite_ssl by Andrzej Kurek · 2 years, 9 months ago
  62. 1ff7336 depends.py: enable key exchange tests by Andrzej Kurek · 2 years, 9 months ago
  63. 432cacf bignum_mod_raw: Renamed `m` -> N in mbedtls_mpi_mod_raw_neg() by Mihir Raj Singh · 2 years, 7 months ago
  64. b0354c5 bignum_mod_raw: Renamed `m` -> N in mbedtls_mpi_mod_raw_from_mont_rep() by Mihir Raj Singh · 2 years, 7 months ago
  65. 37ece72 bignum_mod_raw: Renamed `m` -> N in mbedtls_mpi_mod_raw_to_mont_rep() by Mihir Raj Singh · 2 years, 7 months ago
  66. 01e861f bignum_mod_raw: Renamed `m` -> N in mbedtls_mpi_mod_raw_write() by Mihir Raj Singh · 2 years, 7 months ago
  67. cd17ff0 bignum_mod_raw: Renamed `m` -> N in mbedtls_mpi_mod_raw_read() by Mihir Raj Singh · 2 years, 7 months ago
  68. a43290d bignum_mod: Renamed `m` -> N in mbedtls_mpi_mod_write() by Mihir Raj Singh · 2 years, 7 months ago
  69. fdc314b bignum_mod: Renamed `m` -> N in mbedtls_mpi_mod_read() by Mihir Raj Singh · 2 years, 7 months ago
  70. 928a07b bignum_mod: Renamed `m` -> N in mbedtls_mpi_mod_modulus_free by Mihir Raj Singh · 2 years, 7 months ago
  71. f438ad1 bignum_mod: Renamed `m` -> N in mbedtls_mpi_mod_modulus_setup() by Mihir Raj Singh · 2 years, 7 months ago
  72. b6fa940 bignum_mod: Renamed `m` -> N in mbedtls_mpi_mod_modulus_init() by Mihir Raj Singh · 2 years, 7 months ago
  73. b13a589 bignum_mod: Renamed `m` -> N in mbedtls_mpi_mod_residue_setup() by Mihir Raj Singh · 2 years, 7 months ago
  74. 0584df4 Minor changes to account for CodeParser.parse_identifiers being used in list_internal_identifiers.py by Aditya Deshpande · 2 years, 7 months ago
  75. 461b825 Merge pull request #6865 from scop/patch-1 by Dave Rodgman · 2 years, 7 months ago
  76. dd8ac67 Update check_names.py so that identifiers in excluded files are still compared against the output of nm. by Aditya Deshpande · 2 years, 7 months ago
  77. 9b84ea7 remove ssl_tls13_has_compat_ticket_flags by Pengyu Lv · 2 years, 7 months ago
  78. 2bfd716 simplify test case dependencies and test commands by Pengyu Lv · 2 years, 7 months ago
  79. e2f1dbf update docs of ssl_client2 and improve code format by Pengyu Lv · 2 years, 7 months ago
  80. 4938a56 refine ticket_flags printing helper by Pengyu Lv · 2 years, 7 months ago
  81. acecf9c make ticket_flags param types consistent by Pengyu Lv · 2 years, 7 months ago
  82. 74d6e59 Merge pull request #6927 from tom-cosgrove-arm/allow-more-than-255-errors-in-compat-and-all-sh by Dave Rodgman · 2 years, 7 months ago
  83. fc0e79e Have compat.sh and ssl-opt.sh not return success for > 255 errors by Tom Cosgrove · 2 years, 7 months ago
  84. 1288597 Redirect stdout/stderr to SRV_OUT by Yanray Wang · 2 years, 7 months ago
  85. 05f940b Remove Terminated message from stdout by Yanray Wang · 2 years, 7 months ago
  86. 3643fdb refine the state setting in tls13_handshake_wrapup by Pengyu Lv · 2 years, 7 months ago
  87. c1334d9 correct test case dependencies by Pengyu Lv · 2 years, 7 months ago
  88. ee455c0 move ticket_flags debug helpers by Pengyu Lv · 2 years, 7 months ago
  89. 1894653 remove MBEDTLS_ERR_SSL_TICKET_INVALID_KEX_MODE error by Pengyu Lv · 2 years, 7 months ago
  90. 80270b2 rename ticket_flags helper functions to generic ones by Pengyu Lv · 2 years, 7 months ago
  91. a1aa31b fix review comments by Pengyu Lv · 2 years, 8 months ago
  92. 06cf66d unroll test cases to improve coverage of check_test_cases in all.sh by Pengyu Lv · 2 years, 8 months ago
  93. 1735ba3 fix review comments by Pengyu Lv · 2 years, 8 months ago
  94. 9eacb44 improve code format and readability by Pengyu Lv · 2 years, 8 months ago
  95. 302feb3 add cases to test session resumption with different ticket_flags by Pengyu Lv · 2 years, 8 months ago
  96. 9356678 filter the tickets with tls13_kex_mode on client side. by Pengyu Lv · 2 years, 8 months ago
  97. e6487fe guard tls13_kex_modes related function calls with macro by Pengyu Lv · 2 years, 8 months ago
  98. 3eb49be move kex mode check in ticket_flags to psks_check_identity_match_ticket by Pengyu Lv · 2 years, 8 months ago
  99. c7af2c4 tls13: send new session ticket only when client supports psk by Pengyu Lv · 2 years, 8 months ago
  100. c55eeb6 tls13: check if the session ticket is compatible with key exchange modes by Pengyu Lv · 2 years, 9 months ago