1. 3048c8c Merge pull request #7725 from minosgalanakis/ecp/7268_add_optimised_reduction_setup_3 by Paul Elliott · 2 years, 1 month ago
  2. 88e16df bignum_mod: Refactored `mbedtls_mpi_mod_modulus_setup()` by Minos Galanakis · 2 years, 3 months ago
  3. ff7f861 tests: replace deprecated symbols with temporary _LEGACY ones by Valerio Setti · 2 years, 2 months ago
  4. 6ff271e pake: fixed warning for casting between different types by Valerio Setti · 2 years, 2 months ago
  5. 13230a4 Merge pull request #7349 from mpg/rm-hash-info by Gilles Peskine · 2 years, 2 months ago
  6. 259903b Merge pull request #7643 from lpy4105/issue/renew_cert_2024-01-01 by Gilles Peskine · 2 years, 2 months ago
  7. 02b10d8 Add missing include by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  8. 2d6d993 Use MD<->PSA functions from MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  9. 9b41eb8 Replace hash_info_get_type with MD function by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  10. 5e2f312 Update cert macros in tests/src/certs.c by Pengyu Lv · 2 years, 2 months ago
  11. 0b68784 Merge pull request #7577 from mprse/ffdh_drivers by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  12. 33c91eb Add driver support for DH import key and export public key by Przemek Stekiel · 2 years, 2 months ago
  13. 36ad151 Merge pull request #7191 from oberon-microsystems/fix-test-sign-hash-check-for-pure-eddsa by Gilles Peskine · 2 years, 2 months ago
  14. ff7a346 Merge pull request #7416 from bharsaklemukesh975/update-pkparse-tests-to-use-AES by Gilles Peskine · 2 years, 3 months ago
  15. cc207bc Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. by Fredrik Hesse · 3 years, 10 months ago
  16. c4019fa Fix peer vs our key missmatch in ffdh key agreement transparent driver by Przemek Stekiel · 2 years, 3 months ago
  17. bfba51d Add FFDH support for transparent drivers(generate, export public key) by Przemek Stekiel · 2 years, 3 months ago
  18. 4823d5f Merge branch 'Mbed-TLS:development' into update-pkparse-tests-to-use-AES by Mukesh Bharsakle · 2 years, 3 months ago
  19. 1d046fa Merge pull request #6010 from mprse/ffdh_import_export by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  20. 4f387ef pk: use better naming for the new key ID field by Valerio Setti · 2 years, 3 months ago
  21. 048cd44 pk: fix library code for using the new opaque key solution by Valerio Setti · 2 years, 3 months ago
  22. 4c0da51 mbedtls_test_psa_exported_key_sanity_check: check for length equality for DH keys by Przemek Stekiel · 2 years, 3 months ago
  23. 654bef0 Fix typos, comments, style, optimize macros by Przemek Stekiel · 2 years, 8 months ago
  24. 1702d5a test driver: add support for FFDH key agreement by Przemek Stekiel · 2 years, 8 months ago
  25. 7cf26df Add sanity check for FFDH key excercise by Przemek Stekiel · 2 years, 8 months ago
  26. 2dbc306 test: remove useless ECP_LIGHT guard in psa_exercise_key by Valerio Setti · 2 years, 4 months ago
  27. d49cbc1 test: fix remaining failures in test due to the ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  28. 02c52a0 Merge pull request #7287 from yanrayw/7285-followup-of-PR6500 by Gilles Peskine · 2 years, 4 months ago
  29. 1a4cc5e updating test-ca.key to use AES instead of DES by Mukesh Bharsakle · 2 years, 4 months ago
  30. 097ba14 tls: srv: Set hybrid TLS 1.2/1.3 as default configuration by Ronald Cron · 2 years, 5 months ago
  31. a697a71 tests: ssl: Move min/max TLS version setting to endpoint init by Ronald Cron · 2 years, 5 months ago
  32. e6e6b75 psa: Remove MBEDTLS_PSA_CRYPTO_DRIVERS configuration option by Ronald Cron · 2 years, 7 months ago
  33. 7224086 Remove legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  34. 23fc437 SSL: fix test failures by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  35. bef824d SSL: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  36. f56181a ssl_helpers.c: add mbedtls_test prefix for tweak_tls13_certificate* by Yanray Wang · 2 years, 5 months ago
  37. b088bfc ssl_helpers.c: add mbedtls_test_ssl prefix for *_exchange_data by Yanray Wang · 2 years, 5 months ago
  38. 5f86a42 ssl_helpers.c: add mbedtls_test prefix for mbedtls_mock_socket_init by Yanray Wang · 2 years, 5 months ago
  39. 5e22a92 ssl_helpers.c: change prefix and move *queue_peek_info to static by Yanray Wang · 2 years, 5 months ago
  40. f6f7190 ssl_helpers.c: change prefix and move *certificate_free to static by Yanray Wang · 2 years, 5 months ago
  41. ead70c8 ssl_helpers.c: move some internal functions to static by Yanray Wang · 2 years, 5 months ago
  42. 25b766f ssl_helpers.c: move #define Directive to header file by Yanray Wang · 2 years, 5 months ago
  43. d19894f ssl_helpers.c: unify code format between source file and header file by Yanray Wang · 2 years, 5 months ago
  44. 8d60574 Merge pull request #6500 from yanrayw/split-TLS-connection-func-into-ssl_helpers by Gilles Peskine · 2 years, 5 months ago
  45. af727a2 ssl_helpers.c: improve code readability by Yanray Wang · 2 years, 5 months ago
  46. 3463435 ssl_helpers.c: fix review comments and improve code readability by Yanray Wang · 2 years, 6 months ago
  47. a8f445e Fix issue of conversion from size_t to int by Yanray Wang · 2 years, 9 months ago
  48. e64b405 Fix build error in CI about test_fail_if_psa_leaking by Yanray Wang · 2 years, 9 months ago
  49. b458b8c Fix build errors in CMake by Yanray Wang · 2 years, 9 months ago
  50. 1fca4de ssl_helpers.c: remove duplicate comments for some functions by Yanray Wang · 2 years, 6 months ago
  51. 4d07d1c Resolve build errors for ssl_helpers.c and test_suite_ssl.c by Yanray Wang · 2 years, 9 months ago
  52. e6afd91 Move TLS connection related functions to ssl_helpers.c by Yanray Wang · 2 years, 9 months ago
  53. 47907a4 Create ssl_helpers.c to hold functions of TLS connection by Yanray Wang · 2 years, 10 months ago
  54. d51b1c5 Remove duplicate test macros by Dave Rodgman · 2 years, 5 months ago
  55. bf4016e Merge pull request #6567 from mprse/ecjpake-driver-dispatch by Dave Rodgman · 2 years, 5 months ago
  56. 30fc999 Merge pull request #7164 from oberon-microsystems/fix-test-exported-length-edwards by Gilles Peskine · 2 years, 5 months ago
  57. 6eb7311 Fix codestyle with uncrustify. by Stephan Koch · 2 years, 5 months ago
  58. 083745e Fix code style by Przemek Stekiel · 2 years, 5 months ago
  59. d59d2a4 Optimize pake tests by Przemek Stekiel · 2 years, 6 months ago
  60. 51a677b Remove support for pake opaque driver by Przemek Stekiel · 2 years, 6 months ago
  61. 6b64862 Documentation fixes and code adaptation by Przemek Stekiel · 2 years, 6 months ago
  62. 251e86a Adapt names to more suitable and fix conditional compilation flags by Przemek Stekiel · 2 years, 6 months ago
  63. a48cf50 mbedtls_test_transparent_pake_abort: call driver/build-in impl even when status is forced by Przemek Stekiel · 2 years, 6 months ago
  64. b09c487 Combine core pake computation stage(step,sequence,state) into single driver step by Przemek Stekiel · 2 years, 7 months ago
  65. e12ed36 Move JPAKE state machine logic from driver to core by Przemek Stekiel · 2 years, 8 months ago
  66. 95629ab Add forced status for pake setup by Przemek Stekiel · 2 years, 8 months ago
  67. 51eac53 Divide pake operation into two phases collecting inputs and computation. by Przemek Stekiel · 2 years, 8 months ago
  68. 0c78180 mbedtls_psa_pake_get_implicit_key: move psa_key_derivation_input_bytes call to upper layer by Przemek Stekiel · 2 years, 8 months ago
  69. d3da040 Add test driver impl for pake by Przemek Stekiel · 2 years, 9 months ago
  70. f7a824b Add check, if the algorithm supports psa_sign_hash() before running the test. by oberon-sk · 2 years, 6 months ago
  71. 6d50173 Handle Edwards curves similar to Montgomery curves wrt key export length. by oberon-sk · 2 years, 6 months ago
  72. 16f02e0 test: adjust include after PK_CAN_ECDSA_SOME was moved by Valerio Setti · 2 years, 6 months ago
  73. d928aeb test_suite_ssl: use new macros for ECDSA capabilities by Valerio Setti · 2 years, 6 months ago
  74. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  75. d008abb Fix leak of modulus structures in tests by Gilles Peskine · 2 years, 8 months ago
  76. 195f998 New helper function to allocate and read a modulus by Gilles Peskine · 2 years, 8 months ago
  77. 881447d Move bignum helpers to their own module by Gilles Peskine · 2 years, 8 months ago
  78. b6bc752 Minor formatting fixes to address code review comments by Aditya Deshpande · 2 years, 8 months ago
  79. 1ac41de Add test function for opaque driver (simply returns PSA_ERROR_NOT_SUPPORTED), and address other review comments. by Aditya Deshpande · 2 years, 8 months ago
  80. 5e3c70e Merge branch 'development' into driver-wrapper-key-agreement by Aditya Deshpande · 2 years, 9 months ago
  81. 8cc1470 Merge branch 'development' into driver-wrapper-key-agreement by Aditya Deshpande · 2 years, 9 months ago
  82. 39e08d4 Add tests for the key agreement driver wrapper to test_suite_psa_crypto_driver_wrappers by Aditya Deshpande · 2 years, 9 months ago
  83. ca6e8aa Support negative zero as MPI test input by Gilles Peskine · 2 years, 9 months ago
  84. 0b7e079 Forbid empty mpi_core in test data by Gilles Peskine · 2 years, 9 months ago
  85. 98061a7 Add default return case to mbedtls_test_transparent_key_agreement() by Aditya Deshpande · 2 years, 9 months ago
  86. d1b72a7 Merge branch 'development' into driver-wrapper-key-agreement by Aditya Deshpande · 2 years, 9 months ago
  87. 5567c66 Fix formatting and code comments by Aditya Deshpande · 2 years, 9 months ago
  88. 3f1606a Refactor call hierarchy for ECDH so that it goes through the driver wrapper in a similar fashion to ECDSA. by Aditya Deshpande · 2 years, 9 months ago
  89. 8258ea7 test_suite_psa_crypto: adapt dependenies and guards so the test can run in the driver-only build by Przemek Stekiel · 2 years, 10 months ago
  90. 40c05cc Newlines at end of file + trim trailing whitespace by Aditya Deshpande · 2 years, 10 months ago
  91. 17845b8 Add driver wrapper function for raw key agreement, along with test call for transparent drivers. by Aditya Deshpande · 2 years, 10 months ago
  92. b3c3090 Merge pull request #6383 from mprse/aead_driver_test by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  93. c5772a1 mbedtls_test_read_mpi_core: allow odd number of hex digits by Gilles Peskine · 2 years, 10 months ago
  94. 99a82dc Readability improvement by Gilles Peskine · 2 years, 10 months ago
  95. bd99a02 test_driver_aead.c: add support for LIBTESTDRIVER1 tests by Przemek Stekiel · 2 years, 10 months ago
  96. 3aae4e8 New function mbedtls_test_read_mpi_core by Gilles Peskine · 2 years, 11 months ago
  97. bdc7b8b Allow test assertions on constant-flow scalar data by Gilles Peskine · 2 years, 11 months ago
  98. 07018f9 Make legacy_or_psa.h public. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  99. 299b1d6 Remove unnecessary `psa/crypto.h` include by Andrzej Kurek · 3 years ago
  100. 25f2715 Update SHA and MD5 dependencies in the SSL module by Andrzej Kurek · 3 years ago