1. dcd43fc Move oid_xxx_numeric_string back to oid.h by Gilles Peskine · 3 months ago
  2. b828820 Declare oid_xxx_numeric_string only when they are defined by Gilles Peskine · 3 months ago
  3. 02ec585 Replace MBEDTLS_OID_C by function-specific dependencies by Gilles Peskine · 3 months ago
  4. 6354411 Remove unused function by Gilles Peskine · 3 months ago
  5. cd4c0d7 Move OID string definitions back to mbedtls/oid.h by Gilles Peskine · 3 months ago
  6. f9ca8ed Create a public header file for OID values by Gilles Peskine · 3 months ago
  7. 71ccc72 Remove macros for crypto OID by Gilles Peskine · 3 months ago
  8. 4c83221 Replace MBEDTLS_ERR_OID_NOT_FOUND with MBEDTLS_ERR_X509_UNKNOWN_OID by Gilles Peskine · 3 months ago
  9. 47f1d7b Replace MBEDTLS_ERR_OID_BUF_TOO_SMALL with PSA_ERROR_BUFFER_TOO_SMALL by Gilles Peskine · 3 months ago
  10. 32a1112 Remove MBEDTLS_OID_X509_EXT_xxx constants by Gilles Peskine · 4 months ago
  11. b7ef4df Remove OID tables that are not used in X.509 by Gilles Peskine · 3 months ago
  12. 532e3ee Switch library and tests to the x509_oid module by Gilles Peskine · 3 months ago
  13. d2fe51c Add the x509_oid module to the build by Gilles Peskine · 3 months ago
  14. 86e45ba Rename OID functions and types to mbedtls_x509_oid_xxx in x509_oid by Gilles Peskine · 3 months ago
  15. 86a47f8 Switch to "x509_oid.h" in code that uses OID functions by Gilles Peskine · 3 months ago
  16. b825dcf Update file names in comments by Gilles Peskine · 3 months ago
  17. 86b9d3f documentation of mbedtls_ssl_async_sign_t with RSA: update to PSA by Gilles Peskine · 4 months ago
  18. 80b697d Merge pull request #10183 from felixc-arm/fix-ssl-opt-error-codes by Gilles Peskine · 10 weeks ago
  19. 36f424e Merge pull request #10190 from valeriosetti/prerequisites-for-ecp-restartable by Ronald Cron · 2 months ago
  20. 4a2e7b9 tests: suite_x509parse: set PSA max operations in x509_verify_restart() by Valerio Setti · 2 months ago
  21. 153a906 library: debug: remove mbedtls_debug_printf_ecdh() by Valerio Setti · 2 months ago
  22. 28ef01a library: debug: make mbedtls_debug_print_psa_ec() static by Valerio Setti · 2 months ago
  23. 127c78e Merge pull request #10133 from bjwtaylor/remove-compat-2 by Gilles Peskine · 2 months ago
  24. 768f90f Merge pull request #10186 from mpg/rm-pk-decrypt by Manuel Pégourié-Gonnard · 3 months ago
  25. 92a9bd3 Remove call to pk_decrypt() in ssl_server2 by Manuel Pégourié-Gonnard · 3 months ago
  26. 66c6aaa Merge pull request #10177 from gilles-peskine-arm/union-initialization-gcc15-basic-fix-dev by Manuel Pégourié-Gonnard · 3 months ago
  27. e0ce40b Change hardcoded error values in ssl-opt to take in the PSA error alias by Felix Conway · 3 months ago
  28. b9da11f Test with GCC 15 with sloppy union initialization by Gilles Peskine · 3 months ago
  29. 421318c Update crypto with the union initialization fixes by Gilles Peskine · 3 months ago
  30. 32745c9 Merge pull request #8947 from rojer/consts by Manuel Pégourié-Gonnard · 3 months ago
  31. d31a3c3 Merge pull request #10159 from gilles-peskine-arm/union-initialization-gcc15-preliminaries-dev by Gilles Peskine · 3 months ago
  32. 7dddc17 Mark ssl_tls12_preset_suiteb_sig_algs const by Deomid rojer Ryabkov · 1 year, 5 months ago
  33. e2d71cc Mark ssl_tls12_preset_default_sig_algs const by Deomid rojer Ryabkov · 1 year, 5 months ago
  34. 7769c16 Merge pull request #9654 from gabor-mezei-arm/9145_update_depends.py_pkalgs_domain by Manuel Pégourié-Gonnard · 3 months ago
  35. 49b7ef6 Merge pull request #10166 from gilles-peskine-arm/oid-split-restore-x509 by Gilles Peskine · 3 months ago
  36. f13fd1e Use PSA macros for the `pkalgs` domain by Gabor Mezei · 10 months ago
  37. e718e83 reverted compat-2.x.h removal from psa-transition.md by Ben Taylor · 3 months ago
  38. d056136 Correct ChangeLog file extension by Ben Taylor · 3 months ago
  39. 4c9ad3c Add ChangeLog by Ben Taylor · 3 months ago
  40. e23afdd remove compat-2.x.h by Ben Taylor · 4 months ago
  41. 46771ff Remove trace of secp224k1 by Gilles Peskine · 3 months ago
  42. dcff079 Update submodules by Gilles Peskine · 3 months ago
  43. d0e799a Improve comments by Gilles Peskine · 3 months ago
  44. d69bfb9044 Allow gcc-15 to be in $PATH by Gilles Peskine · 6 months ago
  45. 27f0713 Enable drivers when testing with GCC 15 by Gilles Peskine · 6 months ago
  46. 6e24504 GCC 15: Silence -Wunterminated-string-initialization by Gilles Peskine · 8 months ago
  47. 579475d Test with GCC 15 by Gilles Peskine · 8 months ago
  48. 06af417 Disable warning from gcc -pedantic on dlsym/dlopen by Gilles Peskine · 7 months ago
  49. 1782587 Merge pull request #10130 from valeriosetti/issue8154-development by Gilles Peskine · 3 months ago
  50. 1876efc Merge remote-tracking branch 'development' into HEAD by Gilles Peskine · 3 months ago
  51. 47c8579 Copy OID files that are getting moved to tf-psa-crypto by Gilles Peskine · 3 months ago
  52. b8d5649 tests: test_suite_x509: adapt RSA-PSS tests by Valerio Setti · 3 months ago
  53. 7f6f4e6 library: pass NULL options parameter to mbedtls_pk_verify_ext() by Valerio Setti · 3 months ago
  54. d24dfad library: x509: remove sig_opts from mbedtls_x509_sig_alg_gets() by Valerio Setti · 3 months ago
  55. 68878cc library: x509: simplify RSA-PSS management by Valerio Setti · 4 months ago
  56. 2439c4c Merge pull request #10090 from valeriosetti/issue9618-development by Gilles Peskine · 3 months ago
  57. 7f8b7b7 tf-psa-crypto: update reference by Valerio Setti · 3 months ago
  58. 55fa875 framework: update reference by Valerio Setti · 3 months ago
  59. 1afedac tests: scripts: add new component to configuration-platform.sh by Valerio Setti · 3 months ago
  60. 5f6c633 Merge pull request #10157 from diopoex/development by Gilles Peskine · 3 months ago
  61. 02c80e6 Fix test and formatting in ssl_context_info by Paul Höhn · 3 months ago
  62. e380416 fixed the tests by Paul Höhn · 3 months ago
  63. 5a7a530 removed trailing whitespace by Paul Höhn · 3 months ago
  64. da95274 ssl context fix for 4.0 by Paul Höhn · 3 months ago
  65. 0f0304d scripts: tests: fix component_test_full_cmake_clang by Valerio Setti · 3 months ago
  66. 7fb7fda tests: scripts: fix component_test_no_platform() by Valerio Setti · 3 months ago
  67. 1971eab programs: test: add C++ specific commands to cpp_dummy_build by Valerio Setti · 3 months ago
  68. b13d29e tests: scripts: fix test_cmake_out_of_source by Valerio Setti · 4 months ago
  69. 7ac1184 configs: add PLATFORM_C to configs using ENTROPY_C by Valerio Setti · 4 months ago
  70. 3775c9b programs: selftest: remove direct call to mbedtls_platform_entropy_poll() by Valerio Setti · 4 months ago
  71. 73bd210 tests: remove usage of MBEDTLS_NO_PLATFORM_ENTROPY by Valerio Setti · 4 months ago
  72. 405d4ad psasim: add timeout while waiting for psa_server to start by Valerio Setti · 4 months ago
  73. c568688 config.py: do not enable MBEDTLS_PLATFORM_GET_ENTROPY_ALT in full config by Valerio Setti · 4 months ago
  74. 0fe9277 Merge pull request #9983 from bjwtaylor/kw-api-rework by Manuel Pégourié-Gonnard · 3 months ago
  75. 1948c94 added dependencies to test scripts by Ben Taylor · 5 months ago
  76. 4695204 remove mbedtls_nist_kw_self_test from selftests by Ben Taylor · 6 months ago
  77. 748e24d Merge pull request #10143 from diopoex/development by Gilles Peskine · 3 months ago
  78. 4f4a2b3 Merge pull request #10146 from gilles-peskine-arm/pylint-check-str-concat-dev by David Horstmann · 3 months ago
  79. ad6953f Merge pull request #10114 from felixc-arm/switch-to-which-aes by David Horstmann · 3 months ago
  80. 8893a8f Complain about a missing comma in multiline lists of strings by Gilles Peskine · 3 months ago
  81. 0f6dd1c Prepare framework for pylint check-str-concat-over-line-jumps by Gilles Peskine · 3 months ago
  82. 4156c49 Merge pull request #10122 from felixc-arm/move-public-headers by Gilles Peskine · 3 months ago
  83. 97c45bb Merge pull request #10120 from gilles-peskine-arm/test_suite_ssl-fix-ret-20250408 by Gilles Peskine · 3 months ago
  84. f065c31 Update tf-psa-crypto pointer by Felix Conway · 4 months ago
  85. 6908580 Use aesni_crypt_ecb and internal_aes_encrypt to check conditional compilation by Felix Conway · 4 months ago
  86. ad70494 Remove executable permissions and shebang from component-platforms.sh by Felix Conway · 4 months ago
  87. 8e13c8f Add shebang to fix CI error by Felix Conway · 4 months ago
  88. 9949f00 Add tf-psa-crypto/programs/test/which_aes to Makefile by Felix Conway · 4 months ago
  89. 5081d65 Switch all.sh components from selftest to which_aes by Felix Conway · 4 months ago
  90. b12205c Removed use of mbedtls_cipher_info from ssl_context_info.c by diopoex · 4 months ago
  91. 0d4fca2 Update submodule pointers by Felix Conway · 4 months ago
  92. 232da48 Merge pull request #9421 from mfil/feature/implement_tls_exporter by David Horstmann · 4 months ago
  93. 61bd272 Check include/mbedtls exists before including from it by Felix Conway · 4 months ago
  94. dc6f6ec Update framework pointer to merge commit by Felix Conway · 4 months ago
  95. 819bb4a Reset crypto pointer to development by Felix Conway · 4 months ago
  96. dba07e1 Add missing ifdef for mbedtls_ssl_tls13_exporter by Max Fillinger · 4 months ago
  97. 8ab3d8c Merge pull request #10074 from bjwtaylor/rng-documentation by Manuel Pégourié-Gonnard · 4 months ago gh-readonly-queue/development/pr-10074-a3d27b54fc9dd5d4f030e3e46e637015a863362c
  98. a3d27b5 Merge pull request #10045 from gilles-peskine-arm/defragment-test-server-first-flight-dev by Ronald Cron · 4 months ago gh-readonly-queue/development/pr-10045-4580c71f677f4e56b16f9fe4c71d66457637c0b6
  99. a5db6c1 Fix record insertion by Manuel Pégourié-Gonnard · 4 months ago
  100. 7af97b6 Use HANDSHAKE_OVER in nominal test cases by Manuel Pégourié-Gonnard · 4 months ago