1. 227d922 Enable MBEDTLS_ECP_RESTARTABLE in PSA_CRYPTO builds by Paul Elliott · 2 years, 7 months ago allow_restartable_ecp_psa
  2. c3902ac Merge pull request #6698 from wernerlewis/bignum_mod_py by Dave Rodgman · 2 years, 7 months ago
  3. 266f79c Merge pull request #6426 from aditya-deshpande-arm/driver-wrapper-key-agreement by Paul Elliott · 2 years, 7 months ago
  4. cff7578 Add imports to bignum_mod by Werner Lewis · 2 years, 7 months ago
  5. 5484e96 Add changelog entry by Aditya Deshpande · 2 years, 7 months ago
  6. a942b37 Merge pull request #6694 from tom-cosgrove-arm/fix-name-of-basic-build-test.sh by Gilles Peskine · 2 years, 7 months ago
  7. c84b731 Enable test generation from bignum_mod.py by Werner Lewis · 2 years, 7 months ago
  8. fc2ac75 Fix the name of basic-build-test.sh within the file by Tom Cosgrove · 2 years, 7 months ago
  9. 7df787c Merge pull request #6538 from yuhaoth/pr/tls13-add-early-data-transform-computation by Ronald Cron · 2 years, 7 months ago
  10. 72bffe0 Merge pull request #6663 from davidhorstmann-arm/fix-typo-unsupported by Gilles Peskine · 2 years, 7 months ago
  11. edaa17b Merge pull request #6547 from yanesca/extract_mod_exp_from_prototype by Gilles Peskine · 2 years, 7 months ago
  12. b6bc752 Minor formatting fixes to address code review comments by Aditya Deshpande · 2 years, 7 months ago
  13. bfec9d0 Merge pull request #6676 from davidhorstmann-arm/cmake-get-skip-test-from-env by Gilles Peskine · 2 years, 7 months ago
  14. 7f5bc5c Merge pull request #6681 from mpg/changelog-6264 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  15. 0b9b560 Merge pull request #6601 from valeriosetti/issue6502 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  16. f9720cf Merge pull request #6670 from gilles-peskine-arm/pkcs7-use-after-free-20221127 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  17. 37d41c7 Add ChangeLog entry for DTLS Connection ID by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  18. ffc330f Merge pull request #6264 from hannestschofenig/rfc9146_2 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  19. aec08b3 fix various format issues by Jerry Yu · 2 years, 7 months ago
  20. a13f5eb Add missing dependency for the fuzzer-constructed test data by Gilles Peskine · 2 years, 7 months ago
  21. 97915c8 Merge pull request #6619 from minosgalanakis/bignum/add_high_lv_IO_methods by Janos Follath · 2 years, 7 months ago
  22. 1f8afa2 Bignum Mod: improve documentation and style by Janos Follath · 2 years, 7 months ago
  23. 1ac41de Add test function for opaque driver (simply returns PSA_ERROR_NOT_SUPPORTED), and address other review comments. by Aditya Deshpande · 2 years, 7 months ago
  24. 095c475 Merge pull request #6674 from AndrzejKurek/ecjpake-changelog by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  25. a34d030 test: psa_pake: fix dependency by Valerio Setti · 2 years, 7 months ago
  26. 84bee4c mbedtls_mpi_mod_write: improve readability by Janos Follath · 2 years, 7 months ago
  27. 3861062 Tell cmake to get SKIP_TEST_SUITES from ENV by David Horstmann · 2 years, 7 months ago
  28. 3d78e08 erase early secrets and transcripts by Jerry Yu · 2 years, 7 months ago
  29. a5db6c0 fix coding style issues. by Jerry Yu · 2 years, 7 months ago
  30. e31688b fix comments issue by Jerry Yu · 2 years, 8 months ago
  31. a877183 Refactor make_traffic_keys by Jerry Yu · 2 years, 8 months ago
  32. 3ce61ff fix comments and function name issues by Jerry Yu · 2 years, 8 months ago
  33. b094e12 fix various issues by Jerry Yu · 2 years, 8 months ago
  34. 91b560f Add compute early transform by Jerry Yu · 2 years, 8 months ago
  35. 3d9b590 guards transform_earlydata by Jerry Yu · 2 years, 8 months ago
  36. 84a6eda change signature of get_cipher_key_info by Jerry Yu · 2 years, 8 months ago
  37. a6ab9d8 Add a changelog entry explaining usage of PSA in TLS 1.2 EC J-PAKE by Andrzej Kurek · 2 years, 7 months ago
  38. 13256ba Merge pull request #6667 from gilles-peskine-arm/lib-crypto-modules-202211 by Ronald Cron · 2 years, 7 months ago
  39. 4f01121 Fix memory leak on error in pkcs7_get_signers_info_set by Gilles Peskine · 2 years, 7 months ago
  40. e7f8c61 Fix dangling freed pointer in pkcs7_free_signer_info by Gilles Peskine · 2 years, 7 months ago
  41. 47a7326 Simplify control flow in PKCS7 functions by Gilles Peskine · 2 years, 7 months ago
  42. 391005c Fix structures initialized too late in tests by Gilles Peskine · 2 years, 7 months ago
  43. 2336555 Improve test failure reporting by Gilles Peskine · 2 years, 7 months ago
  44. 290f01b Fix dangling freed pointer on error in pkcs7_get_signers_info_set by Gilles Peskine · 2 years, 7 months ago
  45. e7190a2 mpi_mod_io_neg: fix use of uninitialized value by Janos Follath · 2 years, 7 months ago
  46. 6eb92c0 Bignum Mod: improve documentation and style by Janos Follath · 2 years, 7 months ago
  47. 0020df9 mpi_mod_io: test with various buffer sizes by Janos Follath · 2 years, 7 months ago
  48. 8dfc8c4 mbedtls_mpi_mod_write: prevent data corruption by Janos Follath · 2 years, 7 months ago
  49. d7bb352 mbedtls_mpi_mod_read/write: restrict pre-conditions by Janos Follath · 2 years, 7 months ago
  50. 75b9f0f mbedtls_mpi_mod_read/write: remove redundant checks by Janos Follath · 2 years, 7 months ago
  51. 6ef582f Bignum Mod Tests: improve readabilty and style by Janos Follath · 2 years, 7 months ago
  52. 89e31ad Move mps modules to the correct library by Gilles Peskine · 2 years, 7 months ago
  53. 898db6b Move ssl_debug_helpers_generated to the correct library by Gilles Peskine · 2 years, 7 months ago
  54. 339b439 Bignum Mod: remove unused parameter in io_neg test by Janos Follath · 2 years, 7 months ago
  55. 566c91d Bignum Mod: io_neg test pass data directly by Janos Follath · 2 years, 7 months ago
  56. 96070a5 bignum_tests: Refactored `mpi_mod_io_neg()` by Minos Galanakis · 2 years, 7 months ago
  57. 91f3abd Bignum Mod: improve residue_setup test by Janos Follath · 2 years, 7 months ago
  58. f55505d Bignum Mod Raw: fix tests after rebase by Janos Follath · 2 years, 7 months ago
  59. 799eaee Bignum Mod: move init before any goto by Janos Follath · 2 years, 7 months ago
  60. ee530cc Bignum Mod: improve documentation by Janos Follath · 2 years, 7 months ago
  61. fc6fbb4 Bignum Mod: improve documentation by Janos Follath · 2 years, 7 months ago
  62. 41427de Bignum Mod: improve documentation by Janos Follath · 2 years, 7 months ago
  63. 91295d2 Bignum Mod: remove endianness from modulus by Janos Follath · 2 years, 7 months ago
  64. 3e3fc91 Bignum Mod: pass endianness as a parameter by Janos Follath · 2 years, 7 months ago
  65. d3eed33 Bignum Mod Raw: pass endianness as a parameter by Janos Follath · 2 years, 7 months ago
  66. 50cd4b8 Bignum Mod: Restrict residue setup by Janos Follath · 2 years, 7 months ago
  67. b62bad4 Bidnum Mod: fix check in setup by Janos Follath · 2 years, 7 months ago
  68. 8b37545 bignum_mod: Refactored `mbedtls_mpi_mod_read/write()` by Minos Galanakis · 2 years, 7 months ago
  69. aed832a bignum_mod: Adjusted input checking for `mbedtls_mpi_mod_residue_setup()` by Minos Galanakis · 2 years, 7 months ago
  70. a17ad48 bignum_mod: Fixed an issue with input checking in `mpi_mod_residue_setup` by Minos Galanakis · 2 years, 8 months ago
  71. 8f24270 test_suite_bignum_mod: Added tests for hight level IO by Minos Galanakis · 2 years, 8 months ago
  72. 81f4b11 bignum_mod: Added `mbedtls_mpi_mod_read/write()` IO functions by Minos Galanakis · 2 years, 8 months ago
  73. 590ae53 Merge pull request #6656 from tom-cosgrove-arm/bignum_pr_6225-updated by Janos Follath · 2 years, 7 months ago
  74. bf9b23a Merge pull request #6648 from gilles-peskine-arm/psa-ecb-null-0 by Dave Rodgman · 2 years, 7 months ago
  75. 119d7e2 Fix typo 'unsupoported' -> 'unsupported' by David Horstmann · 2 years, 7 months ago
  76. 6e85673 Merge pull request #3431 from naynajain/development-pkcs7 by Bence Szépkúti · 2 years, 7 months ago
  77. ddad40b Free the modulus before the data in it in mod_raw_add tests by Tom Cosgrove · 2 years, 7 months ago
  78. 505a228 Merge pull request #6606 from gabor-mezei-arm/6222_bignum_low_level_subtraction by Janos Follath · 2 years, 7 months ago
  79. 7d23778 Explain why p + n isn't good enough by Gilles Peskine · 2 years, 7 months ago
  80. 5a34b36 Remove more now-redundant definitions of inline by Gilles Peskine · 2 years, 7 months ago
  81. f1419db Merge pull request #6381 from tom-cosgrove-arm/pr2164 by Dave Rodgman · 2 years, 7 months ago
  82. 6a543ba Remove redundant component in all.sh by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  83. 5a454f7 Remove redundant tests in ssl-opt.sh by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  84. 6133684 Fix bug when legacy CID is enabled but not used by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  85. db01d05 Removal of redundant DTLS CID test in ssl-opt.sh by Hannes Tschofenig · 2 years, 7 months ago
  86. df84bb3 Removed MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH from CID tests in all.sh by Hannes Tschofenig · 2 years, 7 months ago
  87. 6b6b63f Added closing SECTION of doxygen markup by Hannes Tschofenig · 2 years, 7 months ago
  88. b2e6615 Added deprecated warning in check_config.h by Hannes Tschofenig · 2 years, 7 months ago
  89. e2c46e0 Reference to RFC 9146 added by Hannes Tschofenig · 2 years, 7 months ago
  90. 88e5566 Changed order of conditions in check_config.h by Hannes Tschofenig · 2 years, 7 months ago
  91. 91f88db Merge pull request #6639 from mpg/doc-driver-only-limitation by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  92. 12269e2 Add changelog for PKCS7 parser by Bence Szépkúti · 2 years, 7 months ago
  93. ae79fb2 Merge branch 'development' into pr3431 by Bence Szépkúti · 2 years, 7 months ago
  94. 187db00 Update the Travis "full" build to use modern Clang by Gilles Peskine · 2 years, 7 months ago
  95. 4bdb9fb Enable all ciphers in OpenSSL >=1.1.0 by Gilles Peskine · 2 years, 7 months ago
  96. 50fc127 Change order of test arguments for bignum_mod_raw to simplify Python script by Tom Cosgrove · 2 years, 7 months ago
  97. 1923009 Add test generation for mbedtls_mpi_mod_raw_add() by Tom Cosgrove · 2 years, 7 months ago
  98. abddad4 Add note about aliasing of operands for mbedtls_mpi_mod_raw_add() by Tom Cosgrove · 2 years, 7 months ago
  99. 54d87bf Take limb count from the modulus in mod_raw_add tests by Tom Cosgrove · 2 years, 7 months ago
  100. e4c0a6c Change cast to correct type by Werner Lewis · 2 years, 8 months ago