1. ae89dcc library: tls12: remove usage of MBEDTLS_PK_USE_PSA_EC_DATA by Valerio Setti · 3 months ago
  2. c2b7f85 Merge pull request #10206 from felixc-arm/doxygen-doxyfile-public-only by Gilles Peskine · 8 weeks ago
  3. 035247d Re-add doxygen/input to INPUT variable by Felix Conway · 8 weeks ago
  4. 1704578 Update tf-psa-crypto pointer to bring in doxygen pre-work by Felix Conway · 9 weeks ago
  5. 4f94ae8 Doxygen: only render public files by Felix Conway · 9 weeks ago
  6. c6654fc Replace MBEDTLS_ERR_ECP_IN_PROGRESS with alias PSA_OPERATION_INCOMPLETE in documentation by Felix Conway · 9 weeks ago
  7. 96e17e8 Merge pull request #10204 from felixc-arm/remove-mbedtlsplatformc-requirements by Gilles Peskine · 8 weeks ago
  8. c54da23 Update tf-psa-crypto pointer by Felix Conway · 9 weeks ago
  9. 43c891a Remove requirement on MBEDTLS_PLATFORM_C from configs by Felix Conway · 9 weeks ago
  10. cdd91da Merge pull request #10145 from gabor-mezei-arm/remove_sha3_config_option by Manuel Pégourié-Gonnard · 8 weeks ago
  11. 2649800 Do not disable `PSA_WANT_SHA3` macros when driver accel is used by Gabor Mezei · 9 weeks ago
  12. c45f3d6 Update PSA repo by Gabor Mezei · 9 weeks ago
  13. b4cbc15 Merge pull request #10192 from valeriosetti/fixes-for-ecp-restartable-part2 by Gilles Peskine · 9 weeks ago
  14. e806134 Merge pull request #10173 from gilles-peskine-arm/oid-split-x509 by Manuel Pégourié-Gonnard · 9 weeks ago
  15. 72cc7bb Start the generation at the beginning of the line by Gabor Mezei · 3 months ago
  16. 588769c Update error generation by Gabor Mezei · 3 months ago
  17. 4aa974f Remove `MBEDTLS_SHA3_C` config option by Gabor Mezei · 3 months ago
  18. 7e7dc6f Align endif comments with auxiliary macros by Gilles Peskine · 3 months ago
  19. 9e147f2 Exclude crypto's oid.h now that it is in mbedtls by Gilles Peskine · 3 months ago
  20. 53e11cb Changelog entry for the OID module in Mbed TLS 4.0 by Gilles Peskine · 3 months ago
  21. dcd43fc Move oid_xxx_numeric_string back to oid.h by Gilles Peskine · 3 months ago
  22. b828820 Declare oid_xxx_numeric_string only when they are defined by Gilles Peskine · 3 months ago
  23. 02ec585 Replace MBEDTLS_OID_C by function-specific dependencies by Gilles Peskine · 3 months ago
  24. 6354411 Remove unused function by Gilles Peskine · 3 months ago
  25. cd4c0d7 Move OID string definitions back to mbedtls/oid.h by Gilles Peskine · 3 months ago
  26. f9ca8ed Create a public header file for OID values by Gilles Peskine · 3 months ago
  27. 71ccc72 Remove macros for crypto OID by Gilles Peskine · 3 months ago
  28. 4c83221 Replace MBEDTLS_ERR_OID_NOT_FOUND with MBEDTLS_ERR_X509_UNKNOWN_OID by Gilles Peskine · 3 months ago
  29. 47f1d7b Replace MBEDTLS_ERR_OID_BUF_TOO_SMALL with PSA_ERROR_BUFFER_TOO_SMALL by Gilles Peskine · 3 months ago
  30. 32a1112 Remove MBEDTLS_OID_X509_EXT_xxx constants by Gilles Peskine · 4 months ago
  31. b7ef4df Remove OID tables that are not used in X.509 by Gilles Peskine · 3 months ago
  32. 532e3ee Switch library and tests to the x509_oid module by Gilles Peskine · 3 months ago
  33. d2fe51c Add the x509_oid module to the build by Gilles Peskine · 3 months ago
  34. 86e45ba Rename OID functions and types to mbedtls_x509_oid_xxx in x509_oid by Gilles Peskine · 3 months ago
  35. 86a47f8 Switch to "x509_oid.h" in code that uses OID functions by Gilles Peskine · 3 months ago
  36. b825dcf Update file names in comments by Gilles Peskine · 3 months ago
  37. 86b9d3f documentation of mbedtls_ssl_async_sign_t with RSA: update to PSA by Gilles Peskine · 4 months ago
  38. 591d854 Merge pull request #10201 from gabor-mezei-arm/9144_SHA3_testing by Bence Szépkúti · 9 weeks ago
  39. b9d7284 Fix calling `config.py` and update comment by Gabor Mezei · 9 weeks ago
  40. 8e5ee47 Add temporary component for SHA3 testing by Gabor Mezei · 9 weeks ago
  41. 03a86e7 test: suites: pkcs7/x509parse: add missing PSA_INIT and PSA_DONE by Valerio Setti · 10 weeks ago
  42. 80b697d Merge pull request #10183 from felixc-arm/fix-ssl-opt-error-codes by Gilles Peskine · 10 weeks ago
  43. 7f363df programs: ssl_client2: set max restartable op also in PSA by Valerio Setti · 2 months ago
  44. ffac311 library: debug: fix guards for EC helper functions by Valerio Setti · 2 months ago
  45. 199a156 library: debug: make mbedtls_debug_print_ecp() internal by Valerio Setti · 2 months ago
  46. 36f424e Merge pull request #10190 from valeriosetti/prerequisites-for-ecp-restartable by Ronald Cron · 2 months ago
  47. 4a2e7b9 tests: suite_x509parse: set PSA max operations in x509_verify_restart() by Valerio Setti · 2 months ago
  48. 153a906 library: debug: remove mbedtls_debug_printf_ecdh() by Valerio Setti · 2 months ago
  49. 28ef01a library: debug: make mbedtls_debug_print_psa_ec() static by Valerio Setti · 2 months ago
  50. 127c78e Merge pull request #10133 from bjwtaylor/remove-compat-2 by Gilles Peskine · 2 months ago
  51. 768f90f Merge pull request #10186 from mpg/rm-pk-decrypt by Manuel Pégourié-Gonnard · 3 months ago
  52. 92a9bd3 Remove call to pk_decrypt() in ssl_server2 by Manuel Pégourié-Gonnard · 3 months ago
  53. 66c6aaa Merge pull request #10177 from gilles-peskine-arm/union-initialization-gcc15-basic-fix-dev by Manuel Pégourié-Gonnard · 3 months ago
  54. e0ce40b Change hardcoded error values in ssl-opt to take in the PSA error alias by Felix Conway · 3 months ago
  55. b9da11f Test with GCC 15 with sloppy union initialization by Gilles Peskine · 3 months ago
  56. 421318c Update crypto with the union initialization fixes by Gilles Peskine · 3 months ago
  57. 32745c9 Merge pull request #8947 from rojer/consts by Manuel Pégourié-Gonnard · 3 months ago
  58. d31a3c3 Merge pull request #10159 from gilles-peskine-arm/union-initialization-gcc15-preliminaries-dev by Gilles Peskine · 3 months ago
  59. 7dddc17 Mark ssl_tls12_preset_suiteb_sig_algs const by Deomid rojer Ryabkov · 1 year, 5 months ago
  60. e2d71cc Mark ssl_tls12_preset_default_sig_algs const by Deomid rojer Ryabkov · 1 year, 5 months ago
  61. 7769c16 Merge pull request #9654 from gabor-mezei-arm/9145_update_depends.py_pkalgs_domain by Manuel Pégourié-Gonnard · 3 months ago
  62. 49b7ef6 Merge pull request #10166 from gilles-peskine-arm/oid-split-restore-x509 by Gilles Peskine · 3 months ago
  63. f13fd1e Use PSA macros for the `pkalgs` domain by Gabor Mezei · 10 months ago
  64. e718e83 reverted compat-2.x.h removal from psa-transition.md by Ben Taylor · 3 months ago
  65. d056136 Correct ChangeLog file extension by Ben Taylor · 3 months ago
  66. 4c9ad3c Add ChangeLog by Ben Taylor · 3 months ago
  67. e23afdd remove compat-2.x.h by Ben Taylor · 4 months ago
  68. 46771ff Remove trace of secp224k1 by Gilles Peskine · 3 months ago
  69. dcff079 Update submodules by Gilles Peskine · 3 months ago
  70. d0e799a Improve comments by Gilles Peskine · 3 months ago
  71. d69bfb9044 Allow gcc-15 to be in $PATH by Gilles Peskine · 6 months ago
  72. 27f0713 Enable drivers when testing with GCC 15 by Gilles Peskine · 6 months ago
  73. 6e24504 GCC 15: Silence -Wunterminated-string-initialization by Gilles Peskine · 8 months ago
  74. 579475d Test with GCC 15 by Gilles Peskine · 8 months ago
  75. 06af417 Disable warning from gcc -pedantic on dlsym/dlopen by Gilles Peskine · 7 months ago
  76. 1782587 Merge pull request #10130 from valeriosetti/issue8154-development by Gilles Peskine · 3 months ago
  77. 1876efc Merge remote-tracking branch 'development' into HEAD by Gilles Peskine · 3 months ago
  78. 47c8579 Copy OID files that are getting moved to tf-psa-crypto by Gilles Peskine · 3 months ago
  79. b8d5649 tests: test_suite_x509: adapt RSA-PSS tests by Valerio Setti · 3 months ago
  80. 7f6f4e6 library: pass NULL options parameter to mbedtls_pk_verify_ext() by Valerio Setti · 3 months ago
  81. d24dfad library: x509: remove sig_opts from mbedtls_x509_sig_alg_gets() by Valerio Setti · 3 months ago
  82. 68878cc library: x509: simplify RSA-PSS management by Valerio Setti · 4 months ago
  83. 2439c4c Merge pull request #10090 from valeriosetti/issue9618-development by Gilles Peskine · 3 months ago
  84. 7f8b7b7 tf-psa-crypto: update reference by Valerio Setti · 3 months ago
  85. 55fa875 framework: update reference by Valerio Setti · 3 months ago
  86. 1afedac tests: scripts: add new component to configuration-platform.sh by Valerio Setti · 3 months ago
  87. 5f6c633 Merge pull request #10157 from diopoex/development by Gilles Peskine · 3 months ago
  88. 02c80e6 Fix test and formatting in ssl_context_info by Paul Höhn · 3 months ago
  89. e380416 fixed the tests by Paul Höhn · 3 months ago
  90. 5a7a530 removed trailing whitespace by Paul Höhn · 3 months ago
  91. da95274 ssl context fix for 4.0 by Paul Höhn · 3 months ago
  92. 0f0304d scripts: tests: fix component_test_full_cmake_clang by Valerio Setti · 3 months ago
  93. 7fb7fda tests: scripts: fix component_test_no_platform() by Valerio Setti · 3 months ago
  94. 1971eab programs: test: add C++ specific commands to cpp_dummy_build by Valerio Setti · 3 months ago
  95. b13d29e tests: scripts: fix test_cmake_out_of_source by Valerio Setti · 4 months ago
  96. 7ac1184 configs: add PLATFORM_C to configs using ENTROPY_C by Valerio Setti · 4 months ago
  97. 3775c9b programs: selftest: remove direct call to mbedtls_platform_entropy_poll() by Valerio Setti · 4 months ago
  98. 73bd210 tests: remove usage of MBEDTLS_NO_PLATFORM_ENTROPY by Valerio Setti · 4 months ago
  99. 405d4ad psasim: add timeout while waiting for psa_server to start by Valerio Setti · 4 months ago
  100. c568688 config.py: do not enable MBEDTLS_PLATFORM_GET_ENTROPY_ALT in full config by Valerio Setti · 4 months ago