1. f9a1c37 Whitespace cleanup by Dave Rodgman · 2 years, 9 months ago
  2. fdd967e Detect support for unaligned memory access by Dave Rodgman · 2 years, 9 months ago
  3. 8c18baf Add test for unaligned buffers by Dave Rodgman · 2 years, 9 months ago
  4. c36a56e Use mbedtls_xor in TLS messaging layer by Dave Rodgman · 2 years, 9 months ago
  5. 74b345f Use mbedtls_xor in PKCS #5 by Dave Rodgman · 2 years, 9 months ago
  6. 99a507e Use mbedtls_xor in md by Dave Rodgman · 2 years, 9 months ago
  7. d22fb73 Use mbedtls_xor in GCM by Dave Rodgman · 2 years, 9 months ago
  8. 2e9db8e Use mbedtls_xor in DES by Dave Rodgman · 2 years, 9 months ago
  9. ffb5499 Use mbedtls_xor in CTR_DRBG by Dave Rodgman · 2 years, 9 months ago
  10. 8c0ff81 Use mbedtls_xor in CMAC by Dave Rodgman · 2 years, 9 months ago
  11. c1d9022 Use mbedtls_xor in ChaCha20 by Dave Rodgman · 2 years, 9 months ago
  12. 0d3b55b Use mbedtls_xor in ccm by Dave Rodgman · 2 years, 9 months ago
  13. d23399e Use mbedtls_xor in Camellia by Dave Rodgman · 2 years, 9 months ago
  14. 7bb6b84 Use mbedtls_xor in ARIA by Dave Rodgman · 2 years, 9 months ago
  15. a8cf607 Use mbedtls_xor in AES by Dave Rodgman · 2 years, 9 months ago
  16. 4413b66 Add tests for mbedtls_xor by Dave Rodgman · 2 years, 9 months ago
  17. c3d8041 Introduce mbedtls_xor by Dave Rodgman · 2 years, 9 months ago
  18. 339406d Merge pull request #6609 from gilles-peskine-arm/mpi_sint-min-ub by Gilles Peskine · 2 years, 9 months ago
  19. 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
  20. 9e1836c Merge pull request #6593 from Mbed-TLS/fix_tls12_sent_sigalgs by Dave Rodgman · 2 years, 9 months ago
  21. 821d862 Merge pull request #6624 from xkqian/tls13_disable_early_data_test by Ronald Cron · 2 years, 9 months ago
  22. 4e83173 Skip early data basic check temp by Xiaokang Qian · 2 years, 9 months ago
  23. ba7c006 Merge pull request #6466 from mprse/driver-only-hash-ci by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  24. 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
  25. 3b4ceda Add SSL_SRV requirement to test by Paul Elliott · 2 years, 9 months ago
  26. ec71b09 Introduce a test for single signature algorithm correctness by Andrzej Kurek · 2 years, 9 months ago
  27. 96a0fd9 Fix signature algorithms list entry getting overwritten by length. by Paul Elliott · 2 years, 9 months ago
  28. d12922a Merge pull request #6486 from xkqian/tls13_add_early_data_indication by Ronald Cron · 2 years, 9 months ago
  29. 85c54ea Allow providing space sepatated tasks by Przemek Stekiel · 2 years, 9 months ago
  30. e9622ac Remove the fore_tls13 option case from client side by Xiaokang Qian · 2 years, 9 months ago
  31. 8c0eb97 Must call mbedtls_mpi_mod_modulus_init() before anything else in tests by Tom Cosgrove · 2 years, 9 months ago
  32. 542d932 Fix handling of default value for task argument by Przemek Stekiel · 2 years, 9 months ago
  33. 045158c Merge pull request #6607 from gilles-peskine-arm/negative-zero-from-add-development by Janos Follath · 2 years, 9 months ago
  34. 6419ab5 Reduce number of skipped suites (after making configs more similar) by Przemek Stekiel · 2 years, 9 months ago
  35. 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
  36. f3be7cc Keep drivers enabled also in reference build by Przemek Stekiel · 2 years, 9 months ago
  37. e7bab00 Update enabled guards for early data cases by Xiaokang Qian · 2 years, 9 months ago
  38. 0cc4320 Add EARLY_DATA guard to the early data extension in session ticket by Xiaokang Qian · 2 years, 9 months ago
  39. 51c5a8b Update ticket flag macros by Xiaokang Qian · 2 years, 9 months ago
  40. f3cefb4 Move early data test cases to tls13-misc.sh by Xiaokang Qian · 2 years, 9 months ago
  41. 2dbfeda Update early data test cases with latest code message by Xiaokang Qian · 2 years, 9 months ago
  42. ef7f4e4 Express abs(z) in a way that satisfies GCC and MSVC by Gilles Peskine · 2 years, 9 months ago
  43. af601f9 Fix undefined behavior with the most negative mbedtls_mpi_sint by Gilles Peskine · 2 years, 9 months ago
  44. db14a9d Fix NULL+0 in addition 0 + 0 by Gilles Peskine · 2 years, 9 months ago
  45. 6110a16 Document mbedtls_mpi_uint and mbedtls_mpi_sint by Gilles Peskine · 2 years, 9 months ago
  46. 23875ce Fix autocucumber in documentation by Gilles Peskine · 2 years, 9 months ago
  47. b9b9026 Pacify pylint by Gilles Peskine · 2 years, 9 months ago
  48. 35af021 Add negative zero as an input to automatically generated tests by Gilles Peskine · 2 years, 9 months ago
  49. ca6e8aa Support negative zero as MPI test input by Gilles Peskine · 2 years, 9 months ago
  50. 806c958 Changelog entry for the negative zero from add/sub by Gilles Peskine · 2 years, 9 months ago
  51. 4a768dd Fix negative zero created by (-A) + (+A) or (-A) - (-A) by Gilles Peskine · 2 years, 9 months ago
  52. 4cbbfd8 For binary operations, test both x op y and y op x by Gilles Peskine · 2 years, 9 months ago
  53. 1288957 Document invariants of MPI objects by Gilles Peskine · 2 years, 9 months ago
  54. 72ee1e3 Unify mbedtls_mpi_add_mpi and mbedtls_mpi_sub_mpi by Gilles Peskine · 2 years, 9 months ago
  55. aa88e0b Make configurations (driver, reference) as close as possible by Przemek Stekiel · 2 years, 9 months ago
  56. 32605b2 Merge pull request #6559 from ihsinme/patch-1 by Gilles Peskine · 2 years, 9 months ago
  57. 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
  58. 2cd5ce0 Fix various issues cause rebase to latest code by Xiaokang Qian · 2 years, 9 months ago
  59. edce0b4 Merge pull request #6454 from valeriosetti/issue4577 by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  60. f90111b Must call mbedtls_mpi_mod_modulus_init() before anything else in tests by Tom Cosgrove · 2 years, 9 months ago
  61. 72b9b17 Add comments to fix mini format issue by Xiaokang Qian · 2 years, 9 months ago
  62. 9a0aafb Enable/disable MBEDTLS_SSL_EARLY_DATA for cases in ssl-opt.sh by Xiaokang Qian · 2 years, 9 months ago
  63. d3068af Optimize code (tasks list initialization, task verification) by Przemek Stekiel · 2 years, 9 months ago
  64. 48e8fc7 Adding unit test for mbedtls_x509write_csr_set_extension() by Valerio Setti · 2 years, 10 months ago
  65. 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
  66. 4d0ea7f Merge pull request #6550 from minosgalanakis/minos/6017_add_montgomery_conversion by Janos Follath · 2 years, 9 months ago
  67. 8b6826d Revert "Add fake dependency to test CI" by Przemek Stekiel · 2 years, 9 months ago
  68. 733c76e Fix style issues pointed by pylint by Przemek Stekiel · 2 years, 9 months ago
  69. 402bb1e Update documents and check by Xiaokang Qian · 2 years, 9 months ago
  70. de95604 Update ticket_flags related macros by Xiaokang Qian · 2 years, 9 months ago
  71. fe3483f Update early data doument and config dependencies by Xiaokang Qian · 2 years, 9 months ago
  72. ae07cd9 Change ticket_flag base on review by Xiaokang Qian · 2 years, 9 months ago
  73. 2d87a9e Pend one alert in case wrong EXT_EARLY_DATA length by Xiaokang Qian · 2 years, 9 months ago
  74. 29ee43c Update document base on comments by Xiaokang Qian · 2 years, 9 months ago
  75. 50a4794 Update early data test case with gnutls by Xiaokang Qian · 2 years, 9 months ago
  76. 0977716 Update early data document and prerequisites check by Xiaokang Qian · 2 years, 9 months ago
  77. a042b84 Address some format issues by Xiaokang Qian · 2 years, 9 months ago
  78. f447e8a Address comments base on reviews by Xiaokang Qian · 2 years, 9 months ago
  79. a341225 Change function name ssl_tls13_early_data_has_valid_ticket by Xiaokang Qian · 2 years, 9 months ago
  80. 01323a4 Add session ticket related check when send early data by Xiaokang Qian · 2 years, 9 months ago
  81. b0c32d8 Update early data test cases by Xiaokang Qian · 2 years, 9 months ago
  82. ecc2948 Fix format issues by Xiaokang Qian · 2 years, 9 months ago
  83. 7633281 Define the EARLY_DATA_STATUS by Xiaokang Qian · 2 years, 9 months ago
  84. 338f727 Move EARLY_DATA_OFF/ON guard to ssl_misc.h by Xiaokang Qian · 2 years, 9 months ago
  85. b781a23 Move ssl_tls13_has_configured_ticket() back to tls13 client by Xiaokang Qian · 2 years, 9 months ago
  86. 893ad81 Remove useless early_secrets field by Xiaokang Qian · 2 years, 9 months ago
  87. 911c0cc Fix format issues in comments by Xiaokang Qian · 2 years, 9 months ago
  88. 0e97d4d Add early data indication to client side by Xiaokang Qian · 2 years, 10 months ago
  89. 50de073 bignum_mod_raw.py: Added BignumModRawConvertfromMont by Minos Galanakis · 2 years, 9 months ago
  90. a252f6b bignum_mod_raw.py: Added BignumModRawConvertToMont by Minos Galanakis · 2 years, 9 months ago
  91. aeb8bf2 Merge pull request #6170 from yuhaoth/pr/tls13-cleanup-extensions-parser by Paul Elliott · 2 years, 9 months ago
  92. 47691fb bignum_tests: Refactored mpi_mod_raw_to/fromt_mont_rep by Minos Galanakis · 2 years, 9 months ago
  93. df070d6 bignum_tests: Added test for `mbedtls_mpi_mod_raw_from_mont_rep()` by Minos Galanakis · 2 years, 9 months ago
  94. 631b491 bignum_tests: Added test for `mbedtls_mpi_mod_raw_to_mont_rep()` by Minos Galanakis · 2 years, 9 months ago
  95. d9299c3 bignum_mod_raw: Refactored Montgomery conversion functions by Minos Galanakis · 2 years, 9 months ago
  96. 5ad4a93 bignum_mod_raw: Added conversion methods for internal/public data representation by Hanno Becker · 3 years ago
  97. 9f1ecad Merge pull request #6577 from minosgalanakis/minos/add_bignum_more_raw_base_classes by Janos Follath · 2 years, 9 months ago
  98. bd2bfa9 Add Changelog entry by Aditya Deshpande · 2 years, 9 months ago
  99. fd7aa13 Merge pull request #6436 from yanrayw/ssl_client2-add-build-version by Gilles Peskine · 2 years, 9 months ago
  100. 163d895 Add additional (would fail) test cases for mpi_mod_int with 0 remainder by Tom Cosgrove · 2 years, 9 months ago