1. f11e05a test: psa: minor improvements to test by Valerio Setti · 2 years, 8 months ago
  2. ba22c9c test: pake: remove useless check in ssl_ecjpake_set_password() by Valerio Setti · 2 years, 8 months ago
  3. 2e1e43f test: pake: fix error in ssl_ecjpake_set_password() by Valerio Setti · 2 years, 8 months ago
  4. 70e0290 test: pake: fix mixed testing in test_tls1_2_ecjpake_compatibility by Valerio Setti · 2 years, 8 months ago
  5. e7518ba test: pake: reshaping the ssl_ecjpake_set_password() by Valerio Setti · 2 years, 8 months ago
  6. b287ddf test: psa_pake: add more tests for opaque password setting by Valerio Setti · 2 years, 8 months ago
  7. dc40bbc test: pake: remove redundant test for opaque passwords by Valerio Setti · 2 years, 8 months ago
  8. 4452e98 test: pake: add tests for set password functions by Valerio Setti · 2 years, 8 months ago
  9. a6b69da test: psa_pake: add a separate test for opaque password by Valerio Setti · 2 years, 8 months ago
  10. 661b9bc test: psa_pake: add specific log message for the opaque password by Valerio Setti · 2 years, 8 months ago
  11. d572a82 tls: psa_pake: add test for opaque password by Valerio Setti · 2 years, 8 months ago
  12. 590ae53 Merge pull request #6656 from tom-cosgrove-arm/bignum_pr_6225-updated by Janos Follath · 2 years, 8 months ago
  13. bf9b23a Merge pull request #6648 from gilles-peskine-arm/psa-ecb-null-0 by Dave Rodgman · 2 years, 8 months ago
  14. 6e85673 Merge pull request #3431 from naynajain/development-pkcs7 by Bence Szépkúti · 2 years, 8 months ago
  15. ddad40b Free the modulus before the data in it in mod_raw_add tests by Tom Cosgrove · 2 years, 8 months ago
  16. 505a228 Merge pull request #6606 from gabor-mezei-arm/6222_bignum_low_level_subtraction by Janos Follath · 2 years, 8 months ago
  17. f1419db Merge pull request #6381 from tom-cosgrove-arm/pr2164 by Dave Rodgman · 2 years, 8 months ago
  18. ae79fb2 Merge branch 'development' into pr3431 by Bence Szépkúti · 2 years, 8 months ago
  19. 4bdb9fb Enable all ciphers in OpenSSL >=1.1.0 by Gilles Peskine · 2 years, 9 months ago
  20. 50fc127 Change order of test arguments for bignum_mod_raw to simplify Python script by Tom Cosgrove · 2 years, 9 months ago
  21. 54d87bf Take limb count from the modulus in mod_raw_add tests by Tom Cosgrove · 2 years, 9 months ago
  22. f907576 Pass correct arguments in test by Werner Lewis · 2 years, 9 months ago
  23. baa34b6 Add test function for mpi_mod_raw_add by Werner Lewis · 2 years, 9 months ago
  24. cbcbf4e Remove hand-written tests got raw_mod_sub by Gabor Mezei · 2 years, 9 months ago
  25. b3b3466 Test subtraction if the parameters are aliased to each other by Gabor Mezei · 2 years, 9 months ago
  26. 4d3f3c5 Fix the checking of the used limbs by Gabor Mezei · 2 years, 9 months ago
  27. 68a45e0 Fix potential not initialized warning by Gabor Mezei · 2 years, 9 months ago
  28. c426d9b Add generated test for low level subtraction with modulus by Gabor Mezei · 2 years, 9 months ago
  29. cefe03a Add tests for low level subtraction with modulus by Gabor Mezei · 2 years, 9 months ago
  30. 531a871 Merge pull request #6235 from tom-cosgrove-arm/issue-6231-core-sub-int by Janos Follath · 2 years, 9 months ago
  31. 42649d9 Fix NULL+0 undefined behavior in ECB encryption and decryption by Gilles Peskine · 2 years, 9 months ago
  32. ef25a99 Merge pull request #6533 from valeriosetti/issue5847 by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  33. 1d1d536 Merge pull request #6490 from xkqian/tls13_parse_early_data_indication_ee by Ronald Cron · 2 years, 9 months ago
  34. cb0e680 Merge pull request #6476 from yuhaoth/pr/fix-tls13-mbedtls_ssl_is_handshake_over by Ronald Cron · 2 years, 9 months ago
  35. d8603a7 Merge pull request #6638 from ronald-cron-arm/tls13-misc by Ronald Cron · 2 years, 9 months ago
  36. d66d5b2 Add unit tests for mbedtls_mpi_core_sub_int(), MPI A - scalar b by Tom Cosgrove · 2 years, 9 months ago
  37. a17d038 Merge branch 'development' into pr3431 by Bence Szépkúti · 2 years, 9 months ago
  38. 0fc8877 Merge pull request #6632 from yanesca/refactor_bignum_test_framework by Janos Follath · 2 years, 9 months ago
  39. a08103a Merge pull request #6611 from gilles-peskine-arm/run-test-suites-out-of-tree by Gilles Peskine · 2 years, 9 months ago
  40. 4f19d86 Merge pull request #6608 from mprse/ecjpake_password_fix by Gilles Peskine · 2 years, 9 months ago
  41. 8bee899 Add parse function for early data in encrypted extentions by Xiaokang Qian · 2 years, 9 months ago
  42. c2e110f tls13: Disable MBEDTLS_SSL_EARLY_DATA by default by Ronald Cron · 2 years, 9 months ago
  43. 339406d Merge pull request #6609 from gilles-peskine-arm/mpi_sint-min-ub by Gilles Peskine · 2 years, 9 months ago
  44. 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
  45. f82effa Optimize pake test code by Przemek Stekiel · 2 years, 9 months ago
  46. cd356c3 Add ec-jpake test to verify if key can be destroyed after set_password_key by Przemek Stekiel · 2 years, 9 months ago
  47. 9e1836c Merge pull request #6593 from Mbed-TLS/fix_tls12_sent_sigalgs by Dave Rodgman · 2 years, 9 months ago
  48. f457976 Bignum tests: set unique combinations off by default by Janos Follath · 2 years, 9 months ago
  49. 351e688 Make pylint happy 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. dddd35c remvoe unrelative change by Jerry Yu · 2 years, 9 months ago
  53. a8d3c50 Rename new session ticket name for TLS 1.3 by Jerry Yu · 2 years, 9 months ago
  54. c5826ea Add debug message by Jerry Yu · 2 years, 9 months ago
  55. 6969eee Remove `Terminated` message on 22.04 by Jerry Yu · 2 years, 10 months ago
  56. 4e83173 Skip early data basic check temp by Xiaokang Qian · 2 years, 9 months ago
  57. ba7c006 Merge pull request #6466 from mprse/driver-only-hash-ci by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  58. 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
  59. 3b4ceda Add SSL_SRV requirement to test by Paul Elliott · 2 years, 9 months ago
  60. ec71b09 Introduce a test for single signature algorithm correctness by Andrzej Kurek · 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. 7c79548 Adapt ec-jpake_setup test by Przemek Stekiel · 2 years, 9 months ago
  67. 6419ab5 Reduce number of skipped suites (after making configs more similar) by Przemek Stekiel · 2 years, 9 months ago
  68. 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
  69. f3be7cc Keep drivers enabled also in reference build by Przemek Stekiel · 2 years, 9 months ago
  70. e7bab00 Update enabled guards for early data cases by Xiaokang Qian · 2 years, 9 months ago
  71. f3cefb4 Move early data test cases to tls13-misc.sh by Xiaokang Qian · 2 years, 9 months ago
  72. 2dbfeda Update early data test cases with latest code message by Xiaokang Qian · 2 years, 9 months ago
  73. 298f781 Use .datax for `make test`, not .data by Gilles Peskine · 2 years, 9 months ago
  74. af601f9 Fix undefined behavior with the most negative mbedtls_mpi_sint by Gilles Peskine · 2 years, 9 months ago
  75. 23875ce Fix autocucumber in documentation by Gilles Peskine · 2 years, 9 months ago
  76. b9b9026 Pacify pylint by Gilles Peskine · 2 years, 9 months ago
  77. 35af021 Add negative zero as an input to automatically generated tests by Gilles Peskine · 2 years, 9 months ago
  78. ca6e8aa Support negative zero as MPI test input by Gilles Peskine · 2 years, 9 months ago
  79. 9f0ec53 add a test for EC-JPAKE compatibility in TLS1.2 by Valerio Setti · 2 years, 9 months ago
  80. aa88e0b Make configurations (driver, reference) as close as possible by Przemek Stekiel · 2 years, 9 months ago
  81. 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
  82. edce0b4 Merge pull request #6454 from valeriosetti/issue4577 by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  83. f90111b Must call mbedtls_mpi_mod_modulus_init() before anything else in tests by Tom Cosgrove · 2 years, 9 months ago
  84. 9a0aafb Enable/disable MBEDTLS_SSL_EARLY_DATA for cases in ssl-opt.sh by Xiaokang Qian · 2 years, 9 months ago
  85. d3068af Optimize code (tasks list initialization, task verification) by Przemek Stekiel · 2 years, 9 months ago
  86. 48e8fc7 Adding unit test for mbedtls_x509write_csr_set_extension() by Valerio Setti · 2 years, 10 months ago
  87. 1b9cb62 Merge pull request #6573 from tom-cosgrove-arm/convert-mpi_mod_int-test-cases-to-hex by Janos Follath · 2 years, 9 months ago
  88. 4d0ea7f Merge pull request #6550 from minosgalanakis/minos/6017_add_montgomery_conversion by Janos Follath · 2 years, 9 months ago
  89. 8b6826d Revert "Add fake dependency to test CI" by Przemek Stekiel · 2 years, 9 months ago
  90. 733c76e Fix style issues pointed by pylint by Przemek Stekiel · 2 years, 9 months ago
  91. 402bb1e Update documents and check by Xiaokang Qian · 2 years, 9 months ago
  92. 50a4794 Update early data test case with gnutls by Xiaokang Qian · 2 years, 9 months ago
  93. f447e8a Address comments base on reviews by Xiaokang Qian · 2 years, 9 months ago
  94. b0c32d8 Update early data test cases by Xiaokang Qian · 2 years, 9 months ago
  95. 0e97d4d Add early data indication to client side by Xiaokang Qian · 2 years, 10 months ago
  96. aeb8bf2 Merge pull request #6170 from yuhaoth/pr/tls13-cleanup-extensions-parser by Paul Elliott · 2 years, 9 months ago
  97. 47691fb bignum_tests: Refactored mpi_mod_raw_to/fromt_mont_rep by Minos Galanakis · 2 years, 9 months ago
  98. df070d6 bignum_tests: Added test for `mbedtls_mpi_mod_raw_from_mont_rep()` by Minos Galanakis · 2 years, 9 months ago
  99. 631b491 bignum_tests: Added test for `mbedtls_mpi_mod_raw_to_mont_rep()` by Minos Galanakis · 2 years, 9 months ago
  100. 71565cf Disable PKCS7 for some TLS 1.3 tests by Dave Rodgman · 2 years, 9 months ago