1. 06d64ad library: Makefile: use wildcard to select sources for crypto library by Valerio Setti · 7 weeks ago
  2. 4ccde0c Merge pull request #10225 from valeriosetti/issue229-mbedtls by Manuel Pégourié-Gonnard · 7 weeks ago
  3. 2d7ded6 scripts: generate_visualc_files: fix include_directories by Valerio Setti · 7 weeks ago
  4. f5e27fa Revert "update further everest paths" by Valerio Setti · 7 weeks ago
  5. 26893d9 Revert "CMakeLists: prepare for Everest headers relocation" by Valerio Setti · 7 weeks ago
  6. e4960bc framework: update reference by Valerio Setti · 7 weeks ago
  7. 3150913 Revert "update framework submodule to pull in everest changes" by Valerio Setti · 7 weeks ago
  8. 653a86d CMakeLists: prepare for Everest headers relocation by Valerio Setti · 7 weeks ago
  9. 3de417f scripts: generate_visualc_files.pl: prepare for Everest headers relocation by Valerio Setti · 7 weeks ago
  10. 48552b6 Merge pull request #10187 from valeriosetti/ecp-restartable-development by Manuel Pégourié-Gonnard · 7 weeks ago
  11. b1d3e2e Merge pull request #9634 from gabor-mezei-arm/9144_update_depends.py_hashes_domain by Ronald Cron · 8 weeks ago
  12. d7d0acb tf-psa-crypto: update reference by Valerio Setti · 8 weeks ago
  13. a81d6df tests|programs: remove usage of mbedtls_ecp_set_max_ops() by Valerio Setti · 3 months ago
  14. eaf5789 library: remove ECDSA_C dependency from ECP_RESTARTABLE by Valerio Setti · 3 months ago
  15. c394fd0 library: debug: replace MBEDTLS_PK_USE_PSA_EC_DATA with PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY by Valerio Setti · 3 months ago
  16. ae89dcc library: tls12: remove usage of MBEDTLS_PK_USE_PSA_EC_DATA by Valerio Setti · 3 months ago
  17. c2b7f85 Merge pull request #10206 from felixc-arm/doxygen-doxyfile-public-only by Gilles Peskine · 8 weeks ago
  18. 035247d Re-add doxygen/input to INPUT variable by Felix Conway · 8 weeks ago
  19. 1704578 Update tf-psa-crypto pointer to bring in doxygen pre-work by Felix Conway · 9 weeks ago
  20. 4f94ae8 Doxygen: only render public files by Felix Conway · 9 weeks ago
  21. c6654fc Replace MBEDTLS_ERR_ECP_IN_PROGRESS with alias PSA_OPERATION_INCOMPLETE in documentation by Felix Conway · 9 weeks ago
  22. 96e17e8 Merge pull request #10204 from felixc-arm/remove-mbedtlsplatformc-requirements by Gilles Peskine · 8 weeks ago
  23. 3795f8a Remove temporary component created for SHA3 testing by Gabor Mezei · 9 weeks ago
  24. ef013a6 Use PSA macros for the `hashes` domain by Gabor Mezei · 11 months ago
  25. c54da23 Update tf-psa-crypto pointer by Felix Conway · 9 weeks ago
  26. 43c891a Remove requirement on MBEDTLS_PLATFORM_C from configs by Felix Conway · 9 weeks ago
  27. cdd91da Merge pull request #10145 from gabor-mezei-arm/remove_sha3_config_option by Manuel Pégourié-Gonnard · 8 weeks ago
  28. 2649800 Do not disable `PSA_WANT_SHA3` macros when driver accel is used by Gabor Mezei · 9 weeks ago
  29. c45f3d6 Update PSA repo by Gabor Mezei · 9 weeks ago
  30. 83e5a7b update framework submodule to pull in everest changes by Ben Taylor · 10 weeks ago
  31. de864e7 Remove ChangeLog as it is not required by Ben Taylor · 4 months ago
  32. 40bc348 corrected ChangeLog by Ben Taylor · 4 months ago
  33. 1423473 Add ChangeLog for removal of everest headers by Ben Taylor · 4 months ago
  34. 243b54f update further everest paths by Ben Taylor · 4 months ago
  35. 2d6374a adjust everest header paths in generate_visualc_files.pl by Ben Taylor · 4 months ago
  36. b4cbc15 Merge pull request #10192 from valeriosetti/fixes-for-ecp-restartable-part2 by Gilles Peskine · 9 weeks ago
  37. e806134 Merge pull request #10173 from gilles-peskine-arm/oid-split-x509 by Manuel Pégourié-Gonnard · 9 weeks ago
  38. 72cc7bb Start the generation at the beginning of the line by Gabor Mezei · 3 months ago
  39. 588769c Update error generation by Gabor Mezei · 3 months ago
  40. 4aa974f Remove `MBEDTLS_SHA3_C` config option by Gabor Mezei · 3 months ago
  41. 7e7dc6f Align endif comments with auxiliary macros by Gilles Peskine · 3 months ago
  42. 9e147f2 Exclude crypto's oid.h now that it is in mbedtls by Gilles Peskine · 3 months ago
  43. 53e11cb Changelog entry for the OID module in Mbed TLS 4.0 by Gilles Peskine · 3 months ago
  44. dcd43fc Move oid_xxx_numeric_string back to oid.h by Gilles Peskine · 3 months ago
  45. b828820 Declare oid_xxx_numeric_string only when they are defined by Gilles Peskine · 3 months ago
  46. 02ec585 Replace MBEDTLS_OID_C by function-specific dependencies by Gilles Peskine · 3 months ago
  47. 6354411 Remove unused function by Gilles Peskine · 3 months ago
  48. cd4c0d7 Move OID string definitions back to mbedtls/oid.h by Gilles Peskine · 3 months ago
  49. f9ca8ed Create a public header file for OID values by Gilles Peskine · 3 months ago
  50. 71ccc72 Remove macros for crypto OID by Gilles Peskine · 3 months ago
  51. 4c83221 Replace MBEDTLS_ERR_OID_NOT_FOUND with MBEDTLS_ERR_X509_UNKNOWN_OID by Gilles Peskine · 3 months ago
  52. 47f1d7b Replace MBEDTLS_ERR_OID_BUF_TOO_SMALL with PSA_ERROR_BUFFER_TOO_SMALL by Gilles Peskine · 3 months ago
  53. 32a1112 Remove MBEDTLS_OID_X509_EXT_xxx constants by Gilles Peskine · 4 months ago
  54. b7ef4df Remove OID tables that are not used in X.509 by Gilles Peskine · 3 months ago
  55. 532e3ee Switch library and tests to the x509_oid module by Gilles Peskine · 3 months ago
  56. d2fe51c Add the x509_oid module to the build by Gilles Peskine · 3 months ago
  57. 86e45ba Rename OID functions and types to mbedtls_x509_oid_xxx in x509_oid by Gilles Peskine · 3 months ago
  58. 86a47f8 Switch to "x509_oid.h" in code that uses OID functions by Gilles Peskine · 3 months ago
  59. b825dcf Update file names in comments by Gilles Peskine · 3 months ago
  60. 86b9d3f documentation of mbedtls_ssl_async_sign_t with RSA: update to PSA by Gilles Peskine · 4 months ago
  61. 591d854 Merge pull request #10201 from gabor-mezei-arm/9144_SHA3_testing by Bence Szépkúti · 9 weeks ago
  62. b9d7284 Fix calling `config.py` and update comment by Gabor Mezei · 9 weeks ago
  63. 8e5ee47 Add temporary component for SHA3 testing by Gabor Mezei · 9 weeks ago
  64. 03a86e7 test: suites: pkcs7/x509parse: add missing PSA_INIT and PSA_DONE by Valerio Setti · 10 weeks ago
  65. 80b697d Merge pull request #10183 from felixc-arm/fix-ssl-opt-error-codes by Gilles Peskine · 2 months ago
  66. 7f363df programs: ssl_client2: set max restartable op also in PSA by Valerio Setti · 2 months ago
  67. ffac311 library: debug: fix guards for EC helper functions by Valerio Setti · 2 months ago
  68. 199a156 library: debug: make mbedtls_debug_print_ecp() internal by Valerio Setti · 2 months ago
  69. 36f424e Merge pull request #10190 from valeriosetti/prerequisites-for-ecp-restartable by Ronald Cron · 2 months ago
  70. 4a2e7b9 tests: suite_x509parse: set PSA max operations in x509_verify_restart() by Valerio Setti · 2 months ago
  71. 153a906 library: debug: remove mbedtls_debug_printf_ecdh() by Valerio Setti · 2 months ago
  72. 28ef01a library: debug: make mbedtls_debug_print_psa_ec() static by Valerio Setti · 2 months ago
  73. 127c78e Merge pull request #10133 from bjwtaylor/remove-compat-2 by Gilles Peskine · 2 months ago
  74. 768f90f Merge pull request #10186 from mpg/rm-pk-decrypt by Manuel Pégourié-Gonnard · 3 months ago
  75. 92a9bd3 Remove call to pk_decrypt() in ssl_server2 by Manuel Pégourié-Gonnard · 3 months ago
  76. 66c6aaa Merge pull request #10177 from gilles-peskine-arm/union-initialization-gcc15-basic-fix-dev by Manuel Pégourié-Gonnard · 3 months ago
  77. e0ce40b Change hardcoded error values in ssl-opt to take in the PSA error alias by Felix Conway · 3 months ago
  78. b9da11f Test with GCC 15 with sloppy union initialization by Gilles Peskine · 3 months ago
  79. 421318c Update crypto with the union initialization fixes by Gilles Peskine · 3 months ago
  80. 32745c9 Merge pull request #8947 from rojer/consts by Manuel Pégourié-Gonnard · 3 months ago
  81. d31a3c3 Merge pull request #10159 from gilles-peskine-arm/union-initialization-gcc15-preliminaries-dev by Gilles Peskine · 3 months ago
  82. 7dddc17 Mark ssl_tls12_preset_suiteb_sig_algs const by Deomid rojer Ryabkov · 1 year, 5 months ago
  83. e2d71cc Mark ssl_tls12_preset_default_sig_algs const by Deomid rojer Ryabkov · 1 year, 5 months ago
  84. 7769c16 Merge pull request #9654 from gabor-mezei-arm/9145_update_depends.py_pkalgs_domain by Manuel Pégourié-Gonnard · 3 months ago
  85. 49b7ef6 Merge pull request #10166 from gilles-peskine-arm/oid-split-restore-x509 by Gilles Peskine · 3 months ago
  86. f13fd1e Use PSA macros for the `pkalgs` domain by Gabor Mezei · 10 months ago
  87. e718e83 reverted compat-2.x.h removal from psa-transition.md by Ben Taylor · 3 months ago
  88. d056136 Correct ChangeLog file extension by Ben Taylor · 3 months ago
  89. 4c9ad3c Add ChangeLog by Ben Taylor · 3 months ago
  90. e23afdd remove compat-2.x.h by Ben Taylor · 4 months ago
  91. 46771ff Remove trace of secp224k1 by Gilles Peskine · 3 months ago
  92. dcff079 Update submodules by Gilles Peskine · 3 months ago
  93. d0e799a Improve comments by Gilles Peskine · 3 months ago
  94. d69bfb9044 Allow gcc-15 to be in $PATH by Gilles Peskine · 6 months ago
  95. 27f0713 Enable drivers when testing with GCC 15 by Gilles Peskine · 6 months ago
  96. 6e24504 GCC 15: Silence -Wunterminated-string-initialization by Gilles Peskine · 8 months ago
  97. 579475d Test with GCC 15 by Gilles Peskine · 8 months ago
  98. 06af417 Disable warning from gcc -pedantic on dlsym/dlopen by Gilles Peskine · 7 months ago
  99. 1782587 Merge pull request #10130 from valeriosetti/issue8154-development by Gilles Peskine · 3 months ago
  100. 1876efc Merge remote-tracking branch 'development' into HEAD by Gilles Peskine · 3 months ago