1. c1541cb pk: minor fixes (guards and a wrong assignment) by Valerio Setti · 2 years, 3 months ago
  2. 483738e tests: fixes for using the new public key raw format by Valerio Setti · 2 years, 3 months ago
  3. 92c3f36 test_suite_debug: fix USE_PSA_INIT/DONE guards in a test by Valerio Setti · 2 years, 3 months ago
  4. d7ca395 tls12: use the the raw format for the public key when USE_PSA is enabled by Valerio Setti · 2 years, 3 months ago
  5. 7ca7b90 debug: add support for printing the new EC raw format by Valerio Setti · 2 years, 3 months ago
  6. a1b8af6 pkwrap: update ECDSA verify and EC pair check to use the new public key by Valerio Setti · 2 years, 3 months ago
  7. 4064dbb pk: update pkparse and pkwrite to use the new public key storing solution by Valerio Setti · 2 years, 3 months ago
  8. 722f8f7 pk: adding a new field to store the public key in raw format by Valerio Setti · 2 years, 3 months ago
  9. 4ac9d44 pk: fix typos in description of mbedtls_pk_ec_[ro/rw] by Valerio Setti · 2 years, 3 months ago
  10. b1c0afe Merge pull request #7595 from valeriosetti/deprecate_pk_ec by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  11. ff7a346 Merge pull request #7416 from bharsaklemukesh975/update-pkparse-tests-to-use-AES by Gilles Peskine · 2 years, 3 months ago
  12. 63df4ec Merge pull request #7589 from daverodgman/pr4990 by Gilles Peskine · 2 years, 3 months ago
  13. f0806be Merge pull request #7489 from minosgalanakis/ecp/7246_xtrack_core_shift_l by Paul Elliott · 2 years, 3 months ago
  14. 99453ad bignum_core.py: Simplified result calculation for `BignumCoreShiftL` by Minos Galanakis · 2 years, 3 months ago
  15. 55a701a Merge pull request #7564 from gabor-mezei-arm/7262_fix_ouput_width_in_ecc_mod_koblitz by Paul Elliott · 2 years, 3 months ago
  16. 7e37aa8 Merge pull request #5904 from gilles-peskine-arm/psa-doc-implementing-new-mechanism by Gilles Peskine · 2 years, 3 months ago
  17. de4cbc5 Fix copypasta by Gilles Peskine · 2 years, 3 months ago
  18. 926bcb0 Merge pull request #7532 from AndrzejKurek/remove-leading-zeroes-ip-parsing by Paul Elliott · 2 years, 3 months ago
  19. aba165b Merge pull request #7586 from gilles-peskine-arm/gitignore-objects-at-root by Paul Elliott · 2 years, 3 months ago
  20. 7d8b371 Merge pull request #7580 from adeaarm/cmake_options_warning_fix by Paul Elliott · 2 years, 3 months ago
  21. a274041 Fix comment by Gabor Mezei · 2 years, 3 months ago
  22. f70b3e0 pk: fix: explicilty set const in casted value in mbedtls_pk_ec_ro by Valerio Setti · 2 years, 3 months ago
  23. 3f00b84 pk: fix build issues by Valerio Setti · 2 years, 3 months ago
  24. 77a7568 pk: align library and tests code to the new internal functions by Valerio Setti · 2 years, 3 months ago
  25. 229bf10 pk: make mbedtls_pk_ec internal when !ECP_C by Valerio Setti · 2 years, 3 months ago
  26. 95bd5a5 Minor adjustments after review. by Fredrik Hesse · 3 years, 10 months ago
  27. 0ec8a90 Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. by Fredrik Hesse · 3 years, 10 months ago
  28. cc207bc Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. by Fredrik Hesse · 3 years, 10 months ago
  29. 8075f76 Ignore *.o everywhere by Gilles Peskine · 2 years, 3 months ago
  30. 23b1010 Add test cases to test overflow in the Kobltz reduction by Gabor Mezei · 2 years, 3 months ago
  31. b6653f3 Update comments by Gabor Mezei · 2 years, 3 months ago
  32. dcaf99e Add another round in the Koblitz reduction by Gabor Mezei · 2 years, 3 months ago
  33. 1a0feb3 Set LANGUAGES explicitly in CMakeLists.txt project() by Antonio de Angelis · 2 years, 3 months ago
  34. e06d863 Merge pull request #7538 from bensze01/in-tree-redirects by Bence Szépkúti · 2 years, 3 months ago
  35. 013167e bignum_common.py: Addressed minor typos by Minos Galanakis · 2 years, 3 months ago
  36. 71f41de Work around Readthedocs command parsing bug by Bence Szépkúti · 2 years, 3 months ago
  37. 481a6a8 Merge pull request #7482 from gabor-mezei-arm/6029_use_core_api_in_ecp_mod_koblitz by Paul Elliott · 2 years, 3 months ago
  38. 4823d5f Merge branch 'Mbed-TLS:development' into update-pkparse-tests-to-use-AES by Mukesh Bharsakle · 2 years, 3 months ago
  39. 1d046fa Merge pull request #6010 from mprse/ffdh_import_export by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  40. 09f8df8 Reword the API token explanation in redirects.yaml by Bence Szépkúti · 2 years, 3 months ago
  41. 6a89a04 Use if statement for post_build control flow by Bence Szépkúti · 2 years, 3 months ago
  42. 8d42cfd Merge pull request #7539 from gilles-peskine-arm/mbedtls_error_pair_t-smaller by Gilles Peskine · 2 years, 3 months ago
  43. ddfd0a2 Merge pull request #7399 from lpy4105/issue/7014/certificate-audit-script by Bence Szépkúti · 2 years, 3 months ago
  44. eb2c39e Install cryptography only on linux platform by Pengyu Lv · 2 years, 3 months ago
  45. 97edeb4 Merge pull request #6866 from mprse/extract-key-ids by Gilles Peskine · 2 years, 3 months ago
  46. 61aed06 Code optimization by Przemek Stekiel · 2 years, 3 months ago
  47. 67d3f52 Use int instead uint in test function arguments by Przemek Stekiel · 2 years, 3 months ago
  48. ed9fb78 Fix parsing of KeyIdentifier (tag length error case) + test by Przemek Stekiel · 2 years, 3 months ago
  49. aaa26f2 Merge pull request #7552 from davidhorstmann-arm/remove-doxygen-mainpage-content by Gilles Peskine · 2 years, 3 months ago
  50. fca2d2b Merge pull request #7555 from yuhaoth/pr/remove-delay-milliseconds-test by Gilles Peskine · 2 years, 3 months ago
  51. 4837e9d Correct comment about mbedtls error codes by Gilles Peskine · 2 years, 3 months ago
  52. 8beb250 fix wrong target detection by Jerry Yu · 2 years, 3 months ago
  53. ef468ea Merge pull request #6740 from xkqian/tls13_fix_unkown_pk_type by Tom Cosgrove · 2 years, 3 months ago
  54. 9bf1aaf Fix input parameter alignment in P256K1 test cases by Gabor Mezei · 2 years, 3 months ago
  55. 908f400 Determine special cases in-place in the common Koblitz function by Gabor Mezei · 2 years, 3 months ago
  56. 501fb3a Merge pull request #5894 from Xeenych/patch-1 by Tom Cosgrove · 2 years, 3 months ago
  57. 58d8c23 Merge pull request #7514 from valeriosetti/issue7513 by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  58. 417c4c8 Merge pull request #5770 from mstorsjo/win32-fallback-timer by Dave Rodgman · 2 years, 3 months ago
  59. 837d2d1 mbedtls_psa_export_ffdh_public_key: return fixed key size by Przemek Stekiel · 2 years, 3 months ago
  60. 92da2a7 pk: improve description for the next opaque ID field by Valerio Setti · 2 years, 3 months ago
  61. fc90dec pkwrite: removing unused/duplicated variables by Valerio Setti · 2 years, 3 months ago
  62. 484a9e1 Remove `delay milliseconds` test by Jerry Yu · 2 years, 3 months ago
  63. 4f387ef pk: use better naming for the new key ID field by Valerio Setti · 2 years, 3 months ago
  64. 048cd44 pk: fix library code for using the new opaque key solution by Valerio Setti · 2 years, 3 months ago
  65. e00954d pk: store opaque key ID directly in the pk_context structure by Valerio Setti · 2 years, 3 months ago
  66. 134cc2e Fix code style by Przemek Stekiel · 2 years, 3 months ago
  67. 71f88ec Merge pull request #6838 from jethrogb/jb/pkix-curdle by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  68. e1621a4 mbedtls_psa_ffdh_generate_key: optimize code and return fixed key size by Przemek Stekiel · 2 years, 3 months ago
  69. 8998894 Minor cosmetic changes by David Horstmann · 2 years, 3 months ago
  70. 2a82474 Update broken link to doxygen homepage by David Horstmann · 2 years, 3 months ago
  71. 2431bfa Remove most of the doxygen mainpage by David Horstmann · 2 years, 3 months ago
  72. b894403 bignum_core: Removed input checking for `mbedtls_mpi_core_shift_l` by Minos Galanakis · 2 years, 3 months ago
  73. 453ff5b Merge pull request #7551 from daverodgman/prtemplate by Gilles Peskine · 2 years, 3 months ago
  74. fe6c3ef Update PR template by Dave Rodgman · 2 years, 3 months ago
  75. 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
  76. cb706ea Silence bad "maybe unitialized" warning for ec_grp_id by Jethro Beekman · 2 years, 3 months ago
  77. cf4545e Fix unsued variable in mbedtls_pk_write_pubkey_der in certain configurations by Jethro Beekman · 2 years, 3 months ago
  78. 13d415c Only use mbedtls_ecc_group_of_psa if defined(MBEDTLS_ECP_LIGHT) by Jethro Beekman · 2 years, 3 months ago
  79. 33a3ccd Fix bug in mbedtls_pk_wrap_as_opaque by Jethro Beekman · 2 years, 3 months ago
  80. e3d98fc Add pkwrite tests for X25519/X448 DER by Jethro Beekman · 2 years, 3 months ago
  81. abbba5e Add derive public test for X25519/X448 by Jethro Beekman · 2 years, 3 months ago
  82. 8e59ebb Refactor EC SPKI serialization by Jethro Beekman · 2 years, 3 months ago
  83. 2e662c6 Add comment about version 1 PKCS8 keys not containing a public key by Jethro Beekman · 2 years, 3 months ago
  84. 0167244 Read and write X25519 and X448 private keys by Jethro Beekman · 2 years, 4 months ago
  85. e4072c0 Merge pull request #7548 from jethrogb/jb/mbedtls_pem_write_buffer by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  86. b643283 Merge pull request #7490 from paul-elliott-arm/test_ecp_mod_p448 by Paul Elliott · 2 years, 3 months ago
  87. 2488afc Add FFDH alg to test driver extensions by Przemek Stekiel · 2 years, 3 months ago
  88. 2eff33c Merge pull request #6716 from gilles-peskine-arm/test-argument-types-union by Gilles Peskine · 2 years, 3 months ago
  89. 746dfae Enable FFDH through PSA if it's enabled in the legacy interface by Przemek Stekiel · 2 years, 3 months ago
  90. 2593ec4 Use TEST_EQUAL instead of TEST_ASSERT by Jethro Beekman · 2 years, 3 months ago
  91. 3477a67 Fix cross-platform compilation issue by Jethro Beekman · 2 years, 3 months ago
  92. 8194285 Fix parsing of authorityCertSerialNumber (use valid tags) by Przemek Stekiel · 2 years, 3 months ago
  93. 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
  94. b8bd47d Remove unrequired limb size calculation by Paul Elliott · 2 years, 3 months ago
  95. b7fd1d6 Correct max canonical multiplication result by Paul Elliott · 2 years, 3 months ago
  96. f57273c Merge pull request #7496 from valeriosetti/issue7480 by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  97. 9c9880a Explicitly exit IPv4 parsing on a fatal error by Andrzej Kurek · 2 years, 3 months ago
  98. e22413c Use mbedtls_ct_uint_if() rather than mbedtls_ct_cond_select_sign() by Tom Cosgrove · 2 years, 3 months ago
  99. b567f83 Halve size of mbedtls_error_pair_t by Gilles Peskine · 2 years, 3 months ago
  100. d3ca5e5 Merge pull request #7328 from mprse/ec-jpake-fix1 by Gilles Peskine · 2 years, 3 months ago