1. 72d6030 Combine psa_pake_set_password_key and psa_pake_setup into a single function by Anton Matkin · 5 months ago
  2. 3e23cdc Merge pull request #10313 from ronald-cron-arm/dependency-on-generated-files-dev by Gilles Peskine · 5 days ago
  3. db99ca9 Merge remote-tracking branch 'development' into dependency-on-generated-files-dev by Gilles Peskine · 5 days ago
  4. bb9ca49 Merge pull request #10271 from bjwtaylor/new-mbedtls_pk_sigalg_t by Gilles Peskine · 6 days ago
  5. 73b3987 Correct rebase and add in additional type cast by Ben Taylor · 12 days ago
  6. d3ae170 Remove pragmas and use alias by Ben Taylor · 12 days ago
  7. 1c1535f Make pragmas more specific by Ben Taylor · 3 weeks ago
  8. 04b03d7 Replace Werror removal with pragma by Ben Taylor · 3 weeks ago
  9. 1819a91 Include limits.h where needed by Gilles Peskine · 13 days ago
  10. ac637ac Make check_config.h private by Gilles Peskine · 13 days ago
  11. 018e098 New source file for configuration checks by Gilles Peskine · 4 weeks ago
  12. 8719c2f ssl_misc.h: Update PKCS1 dependencies by Ronald Cron · 13 days ago
  13. 27125ce Update references to tf-psa-crypto/core/common.h by Bence Szépkúti · 2 weeks ago
  14. a2c37b3 cmake: library: Add custom targets for generated files by Ronald Cron · 3 months ago
  15. ed4a106 cmake: library: Remove unnecessary link_to_source by Ronald Cron · 3 months ago
  16. 0de8761 Remove additional calls to mbedtls_pk_verify_ext by Ben Taylor · 3 weeks ago
  17. 306ffd3 Switch to mbedtls_pk_verify_new by Ben Taylor · 4 weeks ago
  18. 1030f80 Add private include to additional files by Ben Taylor · 3 weeks ago
  19. 83bef5b Merge tag 'mbedtls-4.0.0-beta' into mbedtls-4.0.0-beta-mergeback by Minos Galanakis · 4 weeks ago
  20. 9213318 Merge pull request #10197 from gilles-peskine-arm/ssl_helpers-split_perform_handshake-dev by Manuel Pégourié-Gonnard · 5 weeks ago
  21. 09dc57d Version Bump by Minos Galanakis · 6 weeks ago
  22. ed87da7 Merge remote-tracking branch 'restricted/development-restricted' into future_rc by Minos Galanakis · 5 weeks ago
  23. e0fb40e library: debug: add error log message in mbedtls_debug_print_psa_rsa() by Valerio Setti · 7 weeks ago
  24. 069617f library: debug: improve input param check in mbedtls_debug_print_psa_rsa() by Valerio Setti · 7 weeks ago
  25. 0c92466 library: debug: rename len as bitlen in mbedtls_debug_print_integer() by Valerio Setti · 7 weeks ago
  26. a18627a library: debug: add comment to explain no-code-check comments by Valerio Setti · 7 weeks ago
  27. 1e4423bc library: debug: add comment for follow-up in mbedtls_debug_print_psa_rsa() by Valerio Setti · 7 weeks ago
  28. 6676f72 library: debug: rename mbedtls_debug_print_ec_coord() by Valerio Setti · 7 weeks ago
  29. 3388c4a library: debug: add support for RSA keys in PSA friendly format by Valerio Setti · 8 weeks ago
  30. 8e95ba9 Merge pull request #10214 from ariwo17/fix-typo by David Horstmann · 6 weeks ago
  31. 2180a7e Merge pull request #10240 from valeriosetti/prereq-for-psa298 by Gilles Peskine · 6 weeks ago
  32. 06d64ad library: Makefile: use wildcard to select sources for crypto library by Valerio Setti · 6 weeks ago
  33. 5b84ae1 Replace __attribute__((nonstring)) with macro MBEDTLS_ATTRIBUTE_UNTERMINATED_STRING by Felix Conway · 8 weeks ago
  34. 79b5138 Add __attribute__ ((nonstring)) to remove unterminated-string-initialization warning by Felix Conway · 8 weeks ago
  35. eaf5789 library: remove ECDSA_C dependency from ECP_RESTARTABLE by Valerio Setti · 3 months ago
  36. c394fd0 library: debug: replace MBEDTLS_PK_USE_PSA_EC_DATA with PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY by Valerio Setti · 3 months ago
  37. ae89dcc library: tls12: remove usage of MBEDTLS_PK_USE_PSA_EC_DATA by Valerio Setti · 3 months ago
  38. 67aa959 Fixed some minor typos in comments. by Ari Weiler-Ofek · 8 weeks ago
  39. b4cbc15 Merge pull request #10192 from valeriosetti/fixes-for-ecp-restartable-part2 by Gilles Peskine · 9 weeks ago
  40. 7e7dc6f Align endif comments with auxiliary macros by Gilles Peskine · 3 months ago
  41. 02ec585 Replace MBEDTLS_OID_C by function-specific dependencies by Gilles Peskine · 3 months ago
  42. 6354411 Remove unused function by Gilles Peskine · 3 months ago
  43. cd4c0d7 Move OID string definitions back to mbedtls/oid.h by Gilles Peskine · 3 months ago
  44. 71ccc72 Remove macros for crypto OID by Gilles Peskine · 3 months ago
  45. 4c83221 Replace MBEDTLS_ERR_OID_NOT_FOUND with MBEDTLS_ERR_X509_UNKNOWN_OID by Gilles Peskine · 3 months ago
  46. 47f1d7b Replace MBEDTLS_ERR_OID_BUF_TOO_SMALL with PSA_ERROR_BUFFER_TOO_SMALL by Gilles Peskine · 3 months ago
  47. 32a1112 Remove MBEDTLS_OID_X509_EXT_xxx constants by Gilles Peskine · 4 months ago
  48. b7ef4df Remove OID tables that are not used in X.509 by Gilles Peskine · 3 months ago
  49. 532e3ee Switch library and tests to the x509_oid module by Gilles Peskine · 3 months ago
  50. d2fe51c Add the x509_oid module to the build by Gilles Peskine · 3 months ago
  51. 86e45ba Rename OID functions and types to mbedtls_x509_oid_xxx in x509_oid by Gilles Peskine · 3 months ago
  52. 86a47f8 Switch to "x509_oid.h" in code that uses OID functions by Gilles Peskine · 3 months ago
  53. b825dcf Update file names in comments by Gilles Peskine · 3 months ago
  54. c4949d1 mbedtls_ssl_conf_alpn_protocols: declare list elements as const by Gilles Peskine · 10 weeks ago
  55. a4ffc4e Merge remote-tracking branch 'public/development' into development-restricted by Manuel Pégourié-Gonnard · 10 weeks ago
  56. ffac311 library: debug: fix guards for EC helper functions by Valerio Setti · 10 weeks ago
  57. 199a156 library: debug: make mbedtls_debug_print_ecp() internal by Valerio Setti · 10 weeks ago
  58. 153a906 library: debug: remove mbedtls_debug_printf_ecdh() by Valerio Setti · 2 months ago
  59. 28ef01a library: debug: make mbedtls_debug_print_psa_ec() static by Valerio Setti · 2 months ago
  60. 7dddc17 Mark ssl_tls12_preset_suiteb_sig_algs const by Deomid rojer Ryabkov · 1 year, 5 months ago
  61. e2d71cc Mark ssl_tls12_preset_default_sig_algs const by Deomid rojer Ryabkov · 1 year, 5 months ago
  62. 2dc6b58 Restore behaviour of mbedtls_x509write_set_foo_name() by Manuel Pégourié-Gonnard · 3 months ago
  63. 43a1e73 Fix undocumented free() in x509_string_to_names() by Manuel Pégourié-Gonnard · 3 months ago
  64. 49b7ef6 Merge pull request #10166 from gilles-peskine-arm/oid-split-restore-x509 by Gilles Peskine · 3 months ago
  65. 46771ff Remove trace of secp224k1 by Gilles Peskine · 3 months ago
  66. 1876efc Merge remote-tracking branch 'development' into HEAD by Gilles Peskine · 3 months ago
  67. 47c8579 Copy OID files that are getting moved to tf-psa-crypto by Gilles Peskine · 3 months ago
  68. 7f6f4e6 library: pass NULL options parameter to mbedtls_pk_verify_ext() by Valerio Setti · 3 months ago
  69. d24dfad library: x509: remove sig_opts from mbedtls_x509_sig_alg_gets() by Valerio Setti · 3 months ago
  70. 68878cc library: x509: simplify RSA-PSS management by Valerio Setti · 4 months ago
  71. 232da48 Merge pull request #9421 from mfil/feature/implement_tls_exporter by David Horstmann · 4 months ago
  72. dba07e1 Add missing ifdef for mbedtls_ssl_tls13_exporter by Max Fillinger · 4 months ago
  73. bc694b3 Fix printf of enum by Gilles Peskine · 5 months ago
  74. 7c1dbef Test split, coalesced-split and empty handshake records by Gilles Peskine · 5 months ago
  75. c67befe Add a log message on every SSL state transition by Gilles Peskine · 5 months ago
  76. f670ba5 Always call mbedtls_ssl_handshake_set_state by Gilles Peskine · 5 months ago
  77. ed4a2b4 Merge branch 'development-restricted' into merge-from-restricted by Manuel Pégourié-Gonnard · 4 months ago
  78. af2035f Fix mistake in previous comment change by Max Fillinger · 8 months ago
  79. ee33b31 Fix HkdfLabel comment by Max Fillinger · 8 months ago
  80. 5826883 Allow maximum label length in Hkdf-Expand-Label by Max Fillinger · 8 months ago
  81. 9c5bae5 Fix max. label length in key material exporter by Max Fillinger · 9 months ago
  82. 53d9168 Document BAD_INPUT_DATA error in key material exporter by Max Fillinger · 9 months ago
  83. c6fd1a2 Use one maximum key_len for all exported keys by Max Fillinger · 9 months ago
  84. 3e12918 Fix output size check for key material exporter by Max Fillinger · 9 months ago
  85. 28916ac Increase allowed output size of HKDF-Expand-Label by Max Fillinger · 9 months ago
  86. 0747388 Fix #endif comment by Max Fillinger · 9 months ago
  87. 2fe35f6 Create MBEDTLS_SSL_KEYING_MATERIAL_EXPORT option by Max Fillinger · 9 months ago
  88. 281fb79 Remove TLS 1.2 Exporter if we don't have randbytes by Max Fillinger · 10 months ago
  89. c9f2c9a Revert "Store randbytes for TLS 1.2 TLS-Exporter" by Max Fillinger · 10 months ago
  90. 155cea0 Use fewer magic numbers in TLS-Exporter functions by Max Fillinger · 10 months ago
  91. f2dda15 Add label length argument to tls_prf_generic() by Max Fillinger · 10 months ago
  92. 48150f5 Store randbytes for TLS 1.2 TLS-Exporter by Max Fillinger · 10 months ago
  93. 29beade Fix build when one of TLS 1.2 or 1.3 is disabled by Max Fillinger · 11 months ago
  94. 7b72220 Fix coding style by Max Fillinger · 11 months ago
  95. 9c9989f Fix mismatches in function declarations by Max Fillinger · 12 months ago
  96. 91cff44 Fix key_len check in TLS-Exporter by Max Fillinger · 12 months ago
  97. 334c367 Simplify mbedtls_ssl_tls13_exporter by Max Fillinger · 12 months ago
  98. 136fe9e Fix commented out function declaration by Max Fillinger · 12 months ago
  99. bd81c9d Implement TLS-Exporter feature by Max Fillinger · 1 year ago
  100. e57ea21 Merge pull request #10042 from bjwtaylor/remove-ssl-conf by Manuel Pégourié-Gonnard · 4 months ago