1. 6d62fac Only include psa_pake_setup() and friends if some PAKE algorithms are required by Tom Cosgrove · 2 years, 3 months ago
  2. 1d046fa Merge pull request #6010 from mprse/ffdh_import_export by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  3. 8d42cfd Merge pull request #7539 from gilles-peskine-arm/mbedtls_error_pair_t-smaller by Gilles Peskine · 2 years, 3 months ago
  4. ddfd0a2 Merge pull request #7399 from lpy4105/issue/7014/certificate-audit-script by Bence Szépkúti · 2 years, 3 months ago
  5. eb2c39e Install cryptography only on linux platform by Pengyu Lv · 2 years, 3 months ago
  6. 97edeb4 Merge pull request #6866 from mprse/extract-key-ids by Gilles Peskine · 2 years, 3 months ago
  7. 61aed06 Code optimization by Przemek Stekiel · 2 years, 3 months ago
  8. 67d3f52 Use int instead uint in test function arguments by Przemek Stekiel · 2 years, 3 months ago
  9. ed9fb78 Fix parsing of KeyIdentifier (tag length error case) + test by Przemek Stekiel · 2 years, 3 months ago
  10. aaa26f2 Merge pull request #7552 from davidhorstmann-arm/remove-doxygen-mainpage-content by Gilles Peskine · 2 years, 3 months ago
  11. fca2d2b Merge pull request #7555 from yuhaoth/pr/remove-delay-milliseconds-test by Gilles Peskine · 2 years, 3 months ago
  12. 4837e9d Correct comment about mbedtls error codes by Gilles Peskine · 2 years, 3 months ago
  13. 8beb250 fix wrong target detection by Jerry Yu · 2 years, 3 months ago
  14. ef468ea Merge pull request #6740 from xkqian/tls13_fix_unkown_pk_type by Tom Cosgrove · 2 years, 3 months ago
  15. 501fb3a Merge pull request #5894 from Xeenych/patch-1 by Tom Cosgrove · 2 years, 3 months ago
  16. 58d8c23 Merge pull request #7514 from valeriosetti/issue7513 by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  17. 417c4c8 Merge pull request #5770 from mstorsjo/win32-fallback-timer by Dave Rodgman · 2 years, 3 months ago
  18. 837d2d1 mbedtls_psa_export_ffdh_public_key: return fixed key size by Przemek Stekiel · 2 years, 3 months ago
  19. 92da2a7 pk: improve description for the next opaque ID field by Valerio Setti · 2 years, 3 months ago
  20. fc90dec pkwrite: removing unused/duplicated variables by Valerio Setti · 2 years, 3 months ago
  21. 484a9e1 Remove `delay milliseconds` test by Jerry Yu · 2 years, 3 months ago
  22. 4f387ef pk: use better naming for the new key ID field by Valerio Setti · 2 years, 3 months ago
  23. 048cd44 pk: fix library code for using the new opaque key solution by Valerio Setti · 2 years, 3 months ago
  24. e00954d pk: store opaque key ID directly in the pk_context structure by Valerio Setti · 2 years, 3 months ago
  25. 134cc2e Fix code style by Przemek Stekiel · 2 years, 3 months ago
  26. 71f88ec Merge pull request #6838 from jethrogb/jb/pkix-curdle by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  27. e1621a4 mbedtls_psa_ffdh_generate_key: optimize code and return fixed key size by Przemek Stekiel · 2 years, 3 months ago
  28. 8998894 Minor cosmetic changes by David Horstmann · 2 years, 3 months ago
  29. 2a82474 Update broken link to doxygen homepage by David Horstmann · 2 years, 3 months ago
  30. 2431bfa Remove most of the doxygen mainpage by David Horstmann · 2 years, 3 months ago
  31. 453ff5b Merge pull request #7551 from daverodgman/prtemplate by Gilles Peskine · 2 years, 3 months ago
  32. fe6c3ef Update PR template by Dave Rodgman · 2 years, 3 months ago
  33. 6dc62e6 Merge pull request #7544 from tom-cosgrove-arm/use-mbedtls_ct_uint_if-rather-than-mbedtls_ct_cond_select_sign by Dave Rodgman · 2 years, 3 months ago
  34. cb706ea Silence bad "maybe unitialized" warning for ec_grp_id by Jethro Beekman · 2 years, 3 months ago
  35. cf4545e Fix unsued variable in mbedtls_pk_write_pubkey_der in certain configurations by Jethro Beekman · 2 years, 3 months ago
  36. 13d415c Only use mbedtls_ecc_group_of_psa if defined(MBEDTLS_ECP_LIGHT) by Jethro Beekman · 2 years, 3 months ago
  37. 33a3ccd Fix bug in mbedtls_pk_wrap_as_opaque by Jethro Beekman · 2 years, 3 months ago
  38. e3d98fc Add pkwrite tests for X25519/X448 DER by Jethro Beekman · 2 years, 3 months ago
  39. abbba5e Add derive public test for X25519/X448 by Jethro Beekman · 2 years, 3 months ago
  40. 8e59ebb Refactor EC SPKI serialization by Jethro Beekman · 2 years, 3 months ago
  41. 2e662c6 Add comment about version 1 PKCS8 keys not containing a public key by Jethro Beekman · 2 years, 3 months ago
  42. 0167244 Read and write X25519 and X448 private keys by Jethro Beekman · 2 years, 4 months ago
  43. e4072c0 Merge pull request #7548 from jethrogb/jb/mbedtls_pem_write_buffer by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  44. b643283 Merge pull request #7490 from paul-elliott-arm/test_ecp_mod_p448 by Paul Elliott · 2 years, 3 months ago
  45. 2488afc Add FFDH alg to test driver extensions by Przemek Stekiel · 2 years, 3 months ago
  46. 2eff33c Merge pull request #6716 from gilles-peskine-arm/test-argument-types-union by Gilles Peskine · 2 years, 3 months ago
  47. 746dfae Enable FFDH through PSA if it's enabled in the legacy interface by Przemek Stekiel · 2 years, 3 months ago
  48. 2593ec4 Use TEST_EQUAL instead of TEST_ASSERT by Jethro Beekman · 2 years, 3 months ago
  49. 3477a67 Fix cross-platform compilation issue by Jethro Beekman · 2 years, 3 months ago
  50. 8194285 Fix parsing of authorityCertSerialNumber (use valid tags) by Przemek Stekiel · 2 years, 3 months ago
  51. 746df88 mbedtls_pem_write_buffer: Correctly report needed buffer size for all possible line lengths and counts by Jethro Beekman · 2 years, 3 months ago
  52. b8bd47d Remove unrequired limb size calculation by Paul Elliott · 2 years, 3 months ago
  53. b7fd1d6 Correct max canonical multiplication result by Paul Elliott · 2 years, 3 months ago
  54. f57273c Merge pull request #7496 from valeriosetti/issue7480 by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  55. e22413c Use mbedtls_ct_uint_if() rather than mbedtls_ct_cond_select_sign() by Tom Cosgrove · 2 years, 3 months ago
  56. b567f83 Halve size of mbedtls_error_pair_t by Gilles Peskine · 2 years, 3 months ago
  57. d3ca5e5 Merge pull request #7328 from mprse/ec-jpake-fix1 by Gilles Peskine · 2 years, 3 months ago
  58. c70d9ea Merge pull request #7412 from silabs-Kusumit/PBKDF2_implementation by Gilles Peskine · 2 years, 3 months ago
  59. 9a855f2 test: check for exact length of returned pub key by Valerio Setti · 2 years, 3 months ago
  60. f545171 test: optimize code for pk_write_public_from_private() by Valerio Setti · 2 years, 3 months ago
  61. 84554e9 test: use better naming for the newly introduced test function by Valerio Setti · 2 years, 3 months ago
  62. 2d81499 pk: fix position for mbedtls_platform_zeroize by Valerio Setti · 2 years, 3 months ago
  63. 8820b57 test: fix makefile for ec_pub.[der/pem] generation by Valerio Setti · 2 years, 3 months ago
  64. d860a79 test: fix wrong private key file by Valerio Setti · 2 years, 3 months ago
  65. 1751341 test: add test function for public key derivation starting from private one by Valerio Setti · 2 years, 3 months ago
  66. 2c50526 pk: fix: clear buffer holding raw EC private key on exit by Valerio Setti · 2 years, 3 months ago
  67. c8b7865 test: align ec_pub public keyfile with its ec_prv.sec1 counterpart by Valerio Setti · 2 years, 3 months ago
  68. 8e076e4 Merge pull request #6915 from aditya-deshpande-arm/example-driver-post-codestyle by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  69. f317df9 Merge pull request #7461 from valeriosetti/issue7460-part1 by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  70. d60dfc0 Add test for parse_binary_string by Kusumit Ghoderao · 2 years, 3 months ago
  71. 8225587 Change from Mbed TLS 3.3.0 to 3.4.0 in driver documentation. by Aditya Deshpande · 2 years, 3 months ago
  72. 641cb89 Minor changes to documentation and code comments for clarity by Aditya Deshpande · 2 years, 4 months ago
  73. 7b9934d Add support for building p256-m alongside Mbed TLS with CMake. by Aditya Deshpande · 2 years, 4 months ago
  74. ac363d8 Migrate p256-m_driver_entrypoints.[hc] to new code style by Aditya Deshpande · 2 years, 5 months ago
  75. ebd624e Minor formatting change to driver wrapper jinja template by Aditya Deshpande · 2 years, 5 months ago
  76. f100f00 Add warnings to documentation stating that p256-m code may be out of date with upstream, plus other minor grammatical fixes. by Aditya Deshpande · 2 years, 5 months ago
  77. be55bb2 Use psa_generate_random() instead of mbedtls_ctr_dbrg by Aditya Deshpande · 2 years, 6 months ago
  78. 8d99f25 Add 3rdparty license information to the README by Aditya Deshpande · 2 years, 6 months ago
  79. 045b370 Add SPDX license identifiers to driver entry point files by Aditya Deshpande · 2 years, 6 months ago
  80. a8d663d Add README and license from the p256-m repo by Aditya Deshpande · 2 years, 6 months ago
  81. bac592d Remove rand() from p256_generate_random() and move to an implementation based on mbedtls_ctr_drbg by Aditya Deshpande · 2 years, 6 months ago
  82. caed18e Add README in p256-m/ by Aditya Deshpande · 2 years, 6 months ago
  83. a9612d0 Remove unnecessary no-check-names comments by Aditya Deshpande · 2 years, 6 months ago
  84. f80b939 Add information for driver points where auto-generation is implemented by Aditya Deshpande · 2 years, 6 months ago
  85. 755b174 Add example for integrating a driver alongside Mbed TLS for entrypoints where auto-generation of driver wrappers is not implemented yet. by Aditya Deshpande · 2 years, 6 months ago
  86. 695e44b Rename p256m to p256 for uniform function/macro prefixes by Aditya Deshpande · 2 years, 7 months ago
  87. abf4bf3 Start the driver example write-up (p256-m integration) by Aditya Deshpande · 2 years, 7 months ago
  88. 277690e Add step-by-step guide for writing and integrating drivers for entry points where auto-generation is not implemented by Aditya Deshpande · 2 years, 7 months ago
  89. e41f7e4 Integrate p256-m as an example driver alongside Mbed TLS and write documentation for the example. by Aditya Deshpande · 2 years, 7 months ago
  90. 75095cc mbedtls_psa_ffdh_set_prime_generator: use switch instead if-else by Przemek Stekiel · 2 years, 3 months ago
  91. 4ce5232 Fix definition of PSA_RAW_KEY_AGREEMENT_OUTPUT_MAX_SIZE (ECC vs FFDH max) by Przemek Stekiel · 2 years, 3 months ago
  92. eb511a4 Update config files to make PSA FFDH undependent on MBEDTLS_DHM_C by Przemek Stekiel · 2 years, 3 months ago
  93. 5341050 Add guards for psa_is_dh_key_size_valid by Przemek Stekiel · 2 years, 3 months ago
  94. 14d6b11 Merge pull request #7419 from yuhaoth/test/random-time-test-fail by Gilles Peskine · 2 years, 3 months ago
  95. 7351101 Merge pull request #7502 from daverodgman/inline-clz by Gilles Peskine · 2 years, 3 months ago
  96. 53a9ac5 Merge pull request #7443 from mprse/psa_init_in_programs by Gilles Peskine · 2 years, 3 months ago
  97. d2e1dd0 Merge pull request #7499 from JonathanWitthoeft/development by Gilles Peskine · 2 years, 3 months ago
  98. 7c0f91b test: use define for initializing ssl_message_queue struct by Valerio Setti · 2 years, 3 months ago
  99. 6d85afa Fix naming: FFDH key -> DH key and fix guard in psa_validate_key_type_and_size_for_key_generation by Przemek Stekiel · 2 years, 3 months ago
  100. 00a256f test: fix USE_PSA_INIT position in test_suite_ssl by Valerio Setti · 2 years, 3 months ago