1. 4380d7b Simplify cleanup logic by Gilles Peskine · 2 years, 9 months ago
  2. 3b63d09 Make the main loop's logic clearer by Gilles Peskine · 2 years, 9 months ago
  3. c718a3c Simplify exponent bit selection by Gilles Peskine · 2 years, 9 months ago
  4. d83b5cb Local readability improvements by Gilles Peskine · 2 years, 9 months ago
  5. 0de0a04 Move window precomputation into an auxiliary function by Gilles Peskine · 2 years, 9 months ago
  6. cf979b0 Define variables closer to their use by Gilles Peskine · 2 years, 9 months ago
  7. 7af166b Change E closer to where it's used by Gilles Peskine · 2 years, 9 months ago
  8. 07f2c69 More consistent variable names by Gilles Peskine · 2 years, 9 months ago
  9. 0ec6e3f mpi_core_mod_exp: improve style and documentation by Janos Follath · 2 years, 9 months ago
  10. a77911e core_exp_mod: improve window selection by Janos Follath · 2 years, 10 months ago
  11. 0f0d1e8 mpi_core_exp_mod: add unit tests by Janos Follath · 2 years, 10 months ago
  12. 59cbd1b Make mbedtls_mpi_core_ct_uint_table_lookup static by Janos Follath · 2 years, 9 months ago
  13. bad42c4 mpi_core_exp_mod: fix local variable type by Janos Follath · 2 years, 9 months ago
  14. b6673f0 Add modular exponentiation to bignum core by Janos Follath · 2 years, 10 months ago
  15. 0fc8877 Merge pull request #6632 from yanesca/refactor_bignum_test_framework by Janos Follath · 2 years, 9 months ago
  16. a08103a Merge pull request #6611 from gilles-peskine-arm/run-test-suites-out-of-tree by Gilles Peskine · 2 years, 9 months ago
  17. 4f19d86 Merge pull request #6608 from mprse/ecjpake_password_fix by Gilles Peskine · 2 years, 9 months ago
  18. 0bdec19 Further optimizations of pake set_password implementation by Przemek Stekiel · 2 years, 9 months ago
  19. 339406d Merge pull request #6609 from gilles-peskine-arm/mpi_sint-min-ub by Gilles Peskine · 2 years, 9 months ago
  20. 8b85b48 Merge pull request #6617 from tom-cosgrove-arm/call-mbedtls_mpi_mod_modulus_init-first-final-2 by Gilles Peskine · 2 years, 9 months ago
  21. f82effa Optimize pake test code by Przemek Stekiel · 2 years, 9 months ago
  22. ad0f357 Optimize pake code that sets/use password key by Przemek Stekiel · 2 years, 9 months ago
  23. e2d6b5f psa_key_slot_get_slot_number: Move documentation to header file by Przemek Stekiel · 2 years, 9 months ago
  24. cd356c3 Add ec-jpake test to verify if key can be destroyed after set_password_key by Przemek Stekiel · 2 years, 9 months ago
  25. 9e1836c Merge pull request #6593 from Mbed-TLS/fix_tls12_sent_sigalgs by Dave Rodgman · 2 years, 9 months ago
  26. f352c67 Bignum tests: use default dataset in mod_raw by Janos Follath · 2 years, 9 months ago
  27. f457976 Bignum tests: set unique combinations off by default by Janos Follath · 2 years, 9 months ago
  28. 76c21bd Bignum tests: flatten class hierarchy in _core by Janos Follath · 2 years, 9 months ago
  29. be5e7ae Bignum tests: remove deprecated dataset by Janos Follath · 2 years, 9 months ago
  30. dac44e6 Bignum tests: add default datasets by Janos Follath · 2 years, 9 months ago
  31. b2a850c Bignum Tests: add test data by Janos Follath · 2 years, 9 months ago
  32. a36e430 Bignum tests: add support for fixed width input by Janos Follath · 2 years, 9 months ago
  33. 8ae7a65 Bignum tests: improve mod descriptions by Janos Follath · 2 years, 9 months ago
  34. 284672c Bignum tests: complete support for unary operators by Janos Follath · 2 years, 9 months ago
  35. 435b305 Bignum tests: add special cases to mod by Janos Follath · 2 years, 9 months ago
  36. 98edf21 Bignum test: remove type restrictrion by Janos Follath · 2 years, 9 months ago
  37. c4fca5d Bignum tests: automate modulo test object generation by Janos Follath · 2 years, 9 months ago
  38. 939621f Bignum tests: add support for filtering by Janos Follath · 2 years, 9 months ago
  39. 1921fd5 Bignum tests: use arity in bignum_mod_raw by Janos Follath · 2 years, 9 months ago
  40. a36a3d3 Bignum tests: add arity by Janos Follath · 2 years, 9 months ago
  41. abfca8f Bignum tests: make n an attribute by Janos Follath · 2 years, 9 months ago
  42. 4c59d35 Bignum tests: make args use input_style by Janos Follath · 2 years, 9 months ago
  43. 6fa3f06 Bignum Tests: remove OperationCommonArchSplit by Janos Follath · 2 years, 9 months ago
  44. b41ab92 Bignum Tests: move properties to superclass by Janos Follath · 2 years, 9 months ago
  45. 155ad8c Bignum Tests: remove ModOperationCommonArchSplit by Janos Follath · 2 years, 9 months ago
  46. 948afce Bignum Tests: move ModOperationArchSplit to common by Janos Follath · 2 years, 9 months ago
  47. 5b1dbb4 Bignum Tests: Move ModOperation to common by Janos Follath · 2 years, 9 months ago
  48. 351e688 Make pylint happy by Janos Follath · 2 years, 9 months ago
  49. 3aeb60a Bignum test: move archsplit to superclass by Janos Follath · 2 years, 9 months ago
  50. 87df373 Bignum test: Move identical function to superclass by Janos Follath · 2 years, 9 months ago
  51. 0cd8967 Split test generator base class by Janos Follath · 2 years, 9 months ago
  52. 821d862 Merge pull request #6624 from xkqian/tls13_disable_early_data_test by Ronald Cron · 2 years, 9 months ago
  53. 4e83173 Skip early data basic check temp by Xiaokang Qian · 2 years, 9 months ago
  54. ba7c006 Merge pull request #6466 from mprse/driver-only-hash-ci by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  55. f6e342c Add test for single signature alg with openssl by Paul Elliott · 2 years, 9 months ago archive/dev/fix_tls12_sent_sigalgs fix_tls12_sent_sigalgs
  56. 3b4ceda Add SSL_SRV requirement to test by Paul Elliott · 2 years, 9 months ago
  57. ec71b09 Introduce a test for single signature algorithm correctness by Andrzej Kurek · 2 years, 9 months ago
  58. 96a0fd9 Fix signature algorithms list entry getting overwritten by length. by Paul Elliott · 2 years, 9 months ago
  59. 369ae0a Zeroize pake password buffer before free by Przemek Stekiel · 2 years, 9 months ago
  60. 152ae07 Change password ec j-pake operation fields to more suitable by Przemek Stekiel · 2 years, 9 months ago
  61. d12922a Merge pull request #6486 from xkqian/tls13_add_early_data_indication by Ronald Cron · 2 years, 9 months ago
  62. 85c54ea Allow providing space sepatated tasks by Przemek Stekiel · 2 years, 9 months ago
  63. e9622ac Remove the fore_tls13 option case from client side by Xiaokang Qian · 2 years, 9 months ago
  64. 8c0eb97 Must call mbedtls_mpi_mod_modulus_init() before anything else in tests by Tom Cosgrove · 2 years, 9 months ago
  65. 542d932 Fix handling of default value for task argument by Przemek Stekiel · 2 years, 9 months ago
  66. 1def5be Add psa_get_and_lock_key_slot_with_policy to header file by Przemyslaw Stekiel · 2 years, 9 months ago
  67. 7c79548 Adapt ec-jpake_setup test by Przemek Stekiel · 2 years, 9 months ago
  68. 045158c Merge pull request #6607 from gilles-peskine-arm/negative-zero-from-add-development by Janos Follath · 2 years, 9 months ago
  69. 6419ab5 Reduce number of skipped suites (after making configs more similar) by Przemek Stekiel · 2 years, 9 months ago
  70. 52d8e96 Disable PSA_WANT_ALG_STREAM_CIPHER, PSA_WANT_ALG_ECB_NO_PADDING also in reference config by Przemek Stekiel · 2 years, 9 months ago
  71. f3be7cc Keep drivers enabled also in reference build by Przemek Stekiel · 2 years, 9 months ago
  72. e7bab00 Update enabled guards for early data cases by Xiaokang Qian · 2 years, 9 months ago
  73. 0cc4320 Add EARLY_DATA guard to the early data extension in session ticket by Xiaokang Qian · 2 years, 9 months ago
  74. 51c5a8b Update ticket flag macros by Xiaokang Qian · 2 years, 9 months ago
  75. f3cefb4 Move early data test cases to tls13-misc.sh by Xiaokang Qian · 2 years, 9 months ago
  76. 2dbfeda Update early data test cases with latest code message by Xiaokang Qian · 2 years, 9 months ago
  77. 298f781 Use .datax for `make test`, not .data by Gilles Peskine · 2 years, 9 months ago
  78. ef7f4e4 Express abs(z) in a way that satisfies GCC and MSVC by Gilles Peskine · 2 years, 9 months ago
  79. af601f9 Fix undefined behavior with the most negative mbedtls_mpi_sint by Gilles Peskine · 2 years, 9 months ago
  80. db14a9d Fix NULL+0 in addition 0 + 0 by Gilles Peskine · 2 years, 9 months ago
  81. 6110a16 Document mbedtls_mpi_uint and mbedtls_mpi_sint by Gilles Peskine · 2 years, 9 months ago
  82. 348410f Make a copy of the key in operation while setting pake password by Przemek Stekiel · 2 years, 9 months ago
  83. 23875ce Fix autocucumber in documentation by Gilles Peskine · 2 years, 9 months ago
  84. b9b9026 Pacify pylint by Gilles Peskine · 2 years, 9 months ago
  85. 35af021 Add negative zero as an input to automatically generated tests by Gilles Peskine · 2 years, 9 months ago
  86. ca6e8aa Support negative zero as MPI test input by Gilles Peskine · 2 years, 9 months ago
  87. 806c958 Changelog entry for the negative zero from add/sub by Gilles Peskine · 2 years, 9 months ago
  88. 4a768dd Fix negative zero created by (-A) + (+A) or (-A) - (-A) by Gilles Peskine · 2 years, 9 months ago
  89. 4cbbfd8 For binary operations, test both x op y and y op x by Gilles Peskine · 2 years, 9 months ago
  90. 1288957 Document invariants of MPI objects by Gilles Peskine · 2 years, 9 months ago
  91. 72ee1e3 Unify mbedtls_mpi_add_mpi and mbedtls_mpi_sub_mpi by Gilles Peskine · 2 years, 9 months ago
  92. aa88e0b Make configurations (driver, reference) as close as possible by Przemek Stekiel · 2 years, 9 months ago
  93. 32605b2 Merge pull request #6559 from ihsinme/patch-1 by Gilles Peskine · 2 years, 9 months ago
  94. 2909f53 Merge pull request #6604 from tom-cosgrove-arm/call-mbedtls_mpi_mod_modulus_init-first-cid-381893-381894 by Gilles Peskine · 2 years, 9 months ago
  95. 2cd5ce0 Fix various issues cause rebase to latest code by Xiaokang Qian · 2 years, 9 months ago
  96. edce0b4 Merge pull request #6454 from valeriosetti/issue4577 by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  97. f90111b Must call mbedtls_mpi_mod_modulus_init() before anything else in tests by Tom Cosgrove · 2 years, 9 months ago
  98. 72b9b17 Add comments to fix mini format issue by Xiaokang Qian · 2 years, 9 months ago
  99. 9a0aafb Enable/disable MBEDTLS_SSL_EARLY_DATA for cases in ssl-opt.sh by Xiaokang Qian · 2 years, 9 months ago
  100. d3068af Optimize code (tasks list initialization, task verification) by Przemek Stekiel · 2 years, 9 months ago