1. 791fc2e Merge remote-tracking branch 'upstream/development' into pkcs5_aes_new by Ryan Everett · 1 year, 6 months ago
  2. b730763 Merge pull request #8703 from valeriosetti/issue7765-guards-in-asn1 by Manuel Pégourié-Gonnard · 1 year, 6 months ago gh-readonly-queue/development/pr-8703-7bf1e98f446e7051e94c3e72568aad5d0279249e
  3. 7bf1e98 Merge pull request #8740 from valeriosetti/issue8647 by Manuel Pégourié-Gonnard · 1 year, 6 months ago gh-readonly-queue/development/pr-8740-c8de36220298f67254c253d274826d77f1022c34
  4. affba30 psa_util: update documentation for mbedtls_ecdsa_raw_to_der() by Valerio Setti · 1 year, 6 months ago
  5. 1d7bc1e Merge pull request #8717 from valeriosetti/issue8030 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  6. 8bdd8cd Merge pull request #8729 from adeaarm/crypto_struct_client_view by Gilles Peskine · 1 year, 6 months ago
  7. 137e0c1 Merge pull request #8761 from valeriosetti/issue4681 by Gilles Peskine · 1 year, 6 months ago
  8. fb7001f Merge pull request #8738 from gilles-peskine-arm/pk_import_into_psa-use_usage by Gilles Peskine · 1 year, 6 months ago
  9. 91d5fde Merge pull request #8745 from adeaarm/trail_key_id_field by Dave Rodgman · 1 year, 6 months ago
  10. 6269f3b Revert "psa_util: allow larger raw buffers in mbedtls_ecdsa_raw_to_der()" by Valerio Setti · 1 year, 6 months ago
  11. 5c9cc0b Merge pull request #8727 from ronald-cron-arm/tls13-ignore-early-data-when-rejected by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  12. c213a2e adjust_legacy_from_psa: use groups instead of curves for DH by Valerio Setti · 1 year, 6 months ago
  13. 8a85673 Merge remote-tracking branch 'development' into pk_import_into_psa-use_usage by Gilles Peskine · 1 year, 6 months ago
  14. d4fc5d9 psa_util: allow larger raw buffers in mbedtls_ecdsa_raw_to_der() by Valerio Setti · 1 year, 6 months ago
  15. 32c28ce Merge pull request #8715 from valeriosetti/issue7964 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  16. 8334d00 psa_util: improve check of raw_len in mbedtls_ecdsa_raw_to_der() by Valerio Setti · 1 year, 6 months ago
  17. e01a2b0 psa_util: update documentation for mbedtls_ecdsa_der_to_raw() by Valerio Setti · 1 year, 6 months ago
  18. 954ef4b psa_util: improve convert_raw_to_der_single_int() by Valerio Setti · 1 year, 6 months ago
  19. 6932e29 Correct the ENCODES_OWNER macro name in comment by Antonio de Angelis · 1 year, 6 months ago
  20. 315e4af psa_util: change parameters order in ECDSA conversion functions by Valerio Setti · 1 year, 6 months ago
  21. 8645197 psa_util: fix documentation of ECDSA conversion functions by Valerio Setti · 1 year, 6 months ago
  22. 4caf3ca tls13: srv: Add discard_early_data_record SSL field by Jerry Yu · 1 year, 9 months ago
  23. 4380a33 Add a client view layout for interruptible hash and pake by Antonio de Angelis · 1 year, 6 months ago
  24. 6fb1be6 Add comments in psa/crypto_struct.h for id layout by Antonio de Angelis · 1 year, 6 months ago
  25. cb3b4ca Fix handling of ECC public keys under MBEDTLS_PK_USE_PSA_EC_DATA by Gilles Peskine · 1 year, 6 months ago
  26. 793920c mbedtls_pk_get_psa_attributes: opaque: require specified usage by Gilles Peskine · 1 year, 6 months ago
  27. e208b25 Minor documentation improvements by Gilles Peskine · 1 year, 6 months ago
  28. 78a38f6 tls13: srv: Do not use early_data_status by Ronald Cron · 1 year, 6 months ago
  29. 3b90345 Revert "tls13: Introduce early_data_state SSL context field" by Ronald Cron · 1 year, 6 months ago
  30. 164537c tls13: early data: Improve, add comments by Ronald Cron · 1 year, 6 months ago
  31. ed7d4bf tls13: srv: Simplify mbedtls_ssl_read_early_data() API by Ronald Cron · 1 year, 6 months ago
  32. 44d70a5 tls13: early data: Improve documentation by Ronald Cron · 1 year, 6 months ago
  33. 2c43089 ssl.h: Fix comments by Ronald Cron · 1 year, 6 months ago
  34. 0883b8b tls13: Introduce early_data_state SSL context field by Ronald Cron · 1 year, 6 months ago
  35. 7d21cde ssl.h: Simplify guard by Ronald Cron · 1 year, 6 months ago
  36. 3a04562 Update mbedtls_ssl_read_early_data() definition by Ronald Cron · 1 year, 7 months ago
  37. 032985c Add MBEDTLS_ERR_SSL_RECEIVED_EARLY_DATA error code by Jerry Yu · 1 year, 8 months ago
  38. 5d0ae90 tls13: srv: Refine early data status by Ronald Cron · 1 year, 7 months ago
  39. 149b0e7 ssl.h: Fix comment by Ronald Cron · 1 year, 7 months ago
  40. a45a399 lib: remove NULL pointer checks performed with MBEDTLS_INTERNAL_VALIDATE[_RET] by Valerio Setti · 1 year, 6 months ago
  41. cc0fd47 platform_util: remove declarations of MBEDTLS_INTERNAL_VALIDATE[_RET]() by Valerio Setti · 1 year, 6 months ago
  42. 0a6acf8 adjust_legacy_from_psa: use EC pattern for enabling builtin elements of DH by Valerio Setti · 1 year, 6 months ago
  43. c22bb7a adjust_legacy_from_psa: optimize legacy enablement also for EC key types by Valerio Setti · 1 year, 6 months ago
  44. bcf0fc5 adjust_legacy_crypto: add parenthesis to improve clarity by Valerio Setti · 1 year, 6 months ago
  45. 48e4167 adjust_legacy_from_psa: improve pattern for enabling internal symbols by Valerio Setti · 1 year, 6 months ago
  46. 935182f Merge pull request #1158 from daverodgman/mbedtls-3.5.2rc by Dave Rodgman · 1 year, 6 months ago
  47. f5e231c Merge pull request #8719 from daverodgman/iar-codegen by Dave Rodgman · 1 year, 6 months ago
  48. 9cd2e9a mbedtls_pk_get_psa_attributes: require MBEDTLS_PSA_CRYPTO_C by Gilles Peskine · 1 year, 6 months ago
  49. 688f795 asn1: use the new symbol to guard dependencies of ECDSA conversion functions by Valerio Setti · 1 year, 7 months ago
  50. f4d2dc2 psa_util: guard ECDSA conversion functions with proper (internal) symbol by Valerio Setti · 1 year, 7 months ago
  51. c22e3ce psa_util: remove CRYPTO_C guard from ECDSA conversion functions by Valerio Setti · 1 year, 7 months ago
  52. 99c0369 psa_util: add include asn1write.h in public header by Valerio Setti · 1 year, 7 months ago
  53. 84890c9 psa_util: improve description for ECDSA conversion functions by Valerio Setti · 1 year, 7 months ago
  54. 75501f5 psa_util: add raw<->DER ECDSA conversion functions by Valerio Setti · 1 year, 7 months ago
  55. b0498ef adjust_legacy_from_psa: use intermediate symbol to enable builtin support by Valerio Setti · 1 year, 6 months ago
  56. 667cad5 Put the id field at the end of the psa_key_attributes_s structure by Antonio de Angelis · 1 year, 6 months ago
  57. 2ddabb3 config_adjust_legacy: do not auto-enable PK when RSA is enabled in PSA by Valerio Setti · 1 year, 7 months ago
  58. 13f2f4e Merge remote-tracking branch 'restricted/development' into mbedtls-3.5.2rc by Dave Rodgman · 1 year, 6 months ago
  59. 0b17255 Introduce mbedtls_pk_get_psa_attributes by Gilles Peskine · 1 year, 7 months ago
  60. e23d647 Bump version by Dave Rodgman · 1 year, 7 months ago
  61. 393df9c Add warning for PKCS 1.5 decryption by Janos Follath · 1 year, 7 months ago
  62. 90d1834 Update the initialization macros by Antonio de Angelis · 1 year, 7 months ago
  63. 6425a18 Add a client view of the multipart contexts by Antonio de Angelis · 1 year, 7 months ago
  64. fb12d92 Merge pull request #8693 from Ryan-Everett-arm/implement-key-slot-mutex by Janos Follath · 1 year, 7 months ago
  65. 336efee Move MBEDTLS_COMPILER_IS_GCC & MBEDTLS_GCC_VERSION into build_info by Dave Rodgman · 1 year, 7 months ago
  66. 558da2f Move key_slot_mutex to threading.h by Ryan Everett · 1 year, 7 months ago
  67. 639d567 pk: move mbedtls_pk_load_file to pk_internal by Valerio Setti · 1 year, 7 months ago
  68. 25b282e x509: move internal functions declarations to a private header by Valerio Setti · 1 year, 7 months ago
  69. b4f5076 debug: move internal functions declarations to an internal header file by Valerio Setti · 1 year, 7 months ago
  70. d929106 ssl_ciphersuites: move internal functions declarations to a private header by Valerio Setti · 1 year, 7 months ago
  71. 4d4891e Merge pull request #8666 from valeriosetti/issue8340 by Gilles Peskine · 1 year, 7 months ago
  72. 0e3b677 Support PSA_ERROR_SERVICE_FAILURE by Ryan Everett · 1 year, 7 months ago
  73. b1f96c0 Merge pull request #7815 from gilles-peskine-arm/ecp-export-partial by Gilles Peskine · 1 year, 7 months ago
  74. c9077cc Merge pull request #8664 from valeriosetti/issue7764 by Gilles Peskine · 1 year, 7 months ago
  75. de50413 crypto_sizes: adjust PSA_VENDOR_FFDH_MAX_KEY_BITS based on the supported groups by Valerio Setti · 1 year, 7 months ago
  76. fecef8b config_adjust: fix adjustments between legacy and PSA by Valerio Setti · 1 year, 7 months ago
  77. bbff303 crypto_config: define feature macros for DH keys by Valerio Setti · 1 year, 7 months ago
  78. bc5d916 Merge pull request #8554 from yanrayw/issue/8221/fix-tls-suiteB-profile by Tom Cosgrove · 1 year, 7 months ago
  79. f1ba193 Merge pull request #8526 from yanrayw/issue/7011/send_record_size_limit_ext by Tom Cosgrove · 1 year, 7 months ago
  80. eeb96ac Merge pull request #8433 from yuhaoth/pr/add-deprecated-flag-for-sig_hashes-api by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  81. ae0b4bd Add more details to comments by Ryan Everett · 1 year, 7 months ago
  82. 09561a7 Add MBEDTLS_SSL_RECORD_SIZE_LIMIT to config_adjust_ssl.h by Waleed Elmelegy · 1 year, 7 months ago
  83. 3a6059b Merge pull request #7455 from KloolK/record-size-limit/comply-with-limit by Tom Cosgrove · 1 year, 7 months ago
  84. 39faa9c psa_util: rename parameter of mbedtls_ecc_group_from_psa by Valerio Setti · 1 year, 7 months ago
  85. d0aa9c1 psa_util: update documentation for PSA conversion functions by Valerio Setti · 1 year, 7 months ago
  86. eca0714 psa_util: update documentation of EC conversion functions by Valerio Setti · 1 year, 7 months ago
  87. 0e60880 psa: let mbedtls_ecc_group_from_psa() accept only exact bit lengths by Valerio Setti · 1 year, 7 months ago
  88. 3b7663d psa_util: update the documentation of ECC conversion functions by Valerio Setti · 1 year, 8 months ago
  89. d36c313 psa: remove bits_is_sloppy parameter from mbedtls_ecc_group_from_psa() by Valerio Setti · 1 year, 8 months ago
  90. ddba51e psa: rename "mbedtls_ecc_group_of_psa" to "mbedtls_ecc_group_from_psa" by Valerio Setti · 1 year, 8 months ago
  91. 454ab28 Merge pull request #8668 from gilles-peskine-arm/asymmetric_key_data-secpr1 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  92. dd2afcd Revert "psa_util: add algorithm's availability checks for MD conversion functions" by Valerio Setti · 1 year, 7 months ago
  93. cd38f27 Revert "psa_util: fix typo in comment" by Valerio Setti · 1 year, 7 months ago
  94. d5cab81 mbedtls_config: update documentation for CIPHER_C and CRYPTO_C by Valerio Setti · 1 year, 7 months ago
  95. 9772642 adjust_legacy_crypto: auto-enable CIPHER_C when any builtin cipher is enabled in PSA by Valerio Setti · 1 year, 7 months ago
  96. 1aaffec Revert "check_config: add check for PSA builtin unauthenticated ciphers" by Valerio Setti · 1 year, 7 months ago
  97. c95ab2a mbedtls_config: extend documentation for MBEDTLS_PSA_CRYPTO_C by Valerio Setti · 1 year, 8 months ago
  98. 95c3297 check_config: add check for PSA builtin unauthenticated ciphers by Valerio Setti · 1 year, 8 months ago
  99. 4aad0ff Merge pull request #8632 from valeriosetti/issue8598 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  100. 98f5db9 psa_util: fix typo in comment by Valerio Setti · 1 year, 7 months ago