1. 1a58e9a psa_util: change guard for mbedtls_psa_get_random() to CRYPTO_CLIENT by Valerio Setti · 1 year, 5 months ago
  2. a53e7a5 psa: let mbedtls_psa_get_random() always use psa_generate_random() by Valerio Setti · 1 year, 5 months ago
  3. 817772a Merge pull request #8716 from mschulz-at-hilscher/feature/gcm_largetable by Tom Cosgrove · 1 year, 5 months ago
  4. 0aab69d Merge pull request #8807 from gilles-peskine-arm/pk_import_into_psa-implement_import by Gilles Peskine · 1 year, 6 months ago
  5. dd49c73 Merge remote-tracking branch 'development' into pk_import_into_psa-implement_import by Gilles Peskine · 1 year, 6 months ago
  6. 0ecb5fd Merge pull request #8574 from ronald-cron-arm/ssl-tickets by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  7. fc3f980 Merge pull request #8826 from valeriosetti/issue8824 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  8. a7f651c Merge pull request #8804 from valeriosetti/issue8799 by Manuel Pégourié-Gonnard · 1 year, 6 months ago gh-readonly-queue/development/pr-8804-9fb53a9e26d10cc9da555f1abeadeeec5ee33960
  9. 028a38b Merge pull request #8661 from BensonLiou/use_init_api by Janos Follath · 1 year, 6 months ago
  10. 85e568c pk: fix documentation for RSA sign/verify and encrypt/decrypt by Valerio Setti · 1 year, 6 months ago
  11. d93e640 Merge pull request #8797 from adeaarm/check_config_look_for_crypto_client by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  12. 4cc6522 pem: do not parse ASN1 data after decryption (removes ASN1 dependency) by Valerio Setti · 1 year, 6 months ago
  13. 90ea4fd pk: fix documentation for sign/verify and encrypt/decrypt by Valerio Setti · 1 year, 6 months ago
  14. 4da1f01 Fix copypasta by Gilles Peskine · 1 year, 6 months ago
  15. a8f8eb1 check_config: add missing dependency check for MBEDTLS_PK_WRITE_C by Yanray Wang · 1 year, 8 months ago
  16. 072a068 check_config: combine check for MBEDTLS_PK_PARSE_C by Yanray Wang · 1 year, 8 months ago
  17. 5b118d4 Check MBEDTLS_PK_{PARSE,WRITE}_C requires MBEDTLS_OID_C by Yanray Wang · 1 year, 8 months ago
  18. 687bfcb pk: remove duplicate define of MBEDTLS_PK_HAVE_ECC_KEYS by Yanray Wang · 1 year, 8 months ago
  19. b807cc6 Add checks for PK_[PARSE/WRITE]_C when PK_HAVE_ECC_KEYS is set by Yanray Wang · 1 year, 8 months ago
  20. 1c0b1bf Merge pull request #8779 from gilles-peskine-arm/rsa-bitlen-fix by Tom Cosgrove · 1 year, 6 months ago gh-readonly-queue/development/pr-8779-d26df722567810bcb631e69afd5cee212f8c847a
  21. e6c80bc Merge pull request #8755 from ronald-cron-arm/tls13-client-early-data-status by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  22. aa33d60 Merge remote-tracking branch 'origin/development' into check_config_look_for_crypto_client by Antonio de Angelis · 1 year, 6 months ago
  23. cd376db Merge pull request #8802 from mpg/adjust-vs-check by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  24. 19f1adf New function mbedtls_rsa_get_bitlen() by Gilles Peskine · 1 year, 6 months ago
  25. f741db3 Merge pull request #8764 from Ryan-Everett-arm/threadsafe-key-wiping by Janos Follath · 1 year, 6 months ago
  26. 05ee3fb mbedtls_pk_import_into_psa: documentation by Gilles Peskine · 1 year, 6 months ago
  27. a6ac0f1 Replaced MBEDTLS_GCM_LARGETABLE by MBEDTLS_GCM_LARGE_TABLE. Removed empty comment line in doc block. by Matthias Schulz · 1 year, 6 months ago
  28. 7fdee8b ssl_session: Reorder some fields to reduce padding by Ronald Cron · 1 year, 6 months ago
  29. 2653e92 pem: fix valid data length returned by mbedtls_pem_read_buffer() by Valerio Setti · 1 year, 6 months ago
  30. b1f6d2a asn1: enable mbedtls_asn1_get_tag() when PEM_PARSE_C is defined by Valerio Setti · 1 year, 6 months ago
  31. ac60afc Remove useless overly strong dependency by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  32. 4a9610b Remove comments referencing private defines. by Matthias Schulz · 1 year, 6 months ago
  33. f311634 spelling by Matthias Schulz · 1 year, 6 months ago
  34. 791fc2e Merge remote-tracking branch 'upstream/development' into pkcs5_aes_new by Ryan Everett · 1 year, 6 months ago
  35. 7826678 Fix: by Matthias Schulz · 1 year, 6 months ago
  36. a6184b2 Remove redundant check by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  37. 1463e49 Move config adjustment to config_adjust by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  38. e1f3faf Remove temporary macros that are not needed by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  39. 61758e6 Fix wrong dependency of ECJPAKE_C by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  40. 49f64b4 Fix dependency on low-level hash modules by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  41. 7eb3f9a Simplify and fix dependency of MD_C on a hash by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  42. 68608b2 Remove redundant helper macros in check_config.h by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  43. 058c9a3 build_info should look for MBEDTLS_PSA_CRYPTO_CLIENT as well by Antonio de Angelis · 1 year, 6 months ago
  44. 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
  45. 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
  46. 3c19b23 Fix trailing parenthesis by Antonio de Angelis · 1 year, 6 months ago
  47. affba30 psa_util: update documentation for mbedtls_ecdsa_raw_to_der() by Valerio Setti · 1 year, 6 months ago
  48. 7889fe7 Make check_config aware of MBEDTLS_PSA_CRYPTO_CLIENT by Antonio de Angelis · 1 year, 6 months ago
  49. 0767fda Enhance GCM throughput using larger precalculated tables. Also refactored the code for shorter tables and moved the check for available accelerators to the context initialization code. by Matthias Schulz · 1 year, 6 months ago
  50. 1d7bc1e Merge pull request #8717 from valeriosetti/issue8030 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  51. 8bdd8cd Merge pull request #8729 from adeaarm/crypto_struct_client_view by Gilles Peskine · 1 year, 6 months ago
  52. 137e0c1 Merge pull request #8761 from valeriosetti/issue4681 by Gilles Peskine · 1 year, 6 months ago
  53. fb7001f Merge pull request #8738 from gilles-peskine-arm/pk_import_into_psa-use_usage by Gilles Peskine · 1 year, 6 months ago
  54. 91d5fde Merge pull request #8745 from adeaarm/trail_key_id_field by Dave Rodgman · 1 year, 6 months ago
  55. 6269f3b Revert "psa_util: allow larger raw buffers in mbedtls_ecdsa_raw_to_der()" by Valerio Setti · 1 year, 6 months ago
  56. 90e2233 tls13: cli: Refine early data status by Ronald Cron · 1 year, 7 months ago
  57. 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
  58. c213a2e adjust_legacy_from_psa: use groups instead of curves for DH by Valerio Setti · 1 year, 6 months ago
  59. 8a85673 Merge remote-tracking branch 'development' into pk_import_into_psa-use_usage by Gilles Peskine · 1 year, 6 months ago
  60. d4fc5d9 psa_util: allow larger raw buffers in mbedtls_ecdsa_raw_to_der() by Valerio Setti · 1 year, 6 months ago
  61. 32c28ce Merge pull request #8715 from valeriosetti/issue7964 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  62. 8334d00 psa_util: improve check of raw_len in mbedtls_ecdsa_raw_to_der() by Valerio Setti · 1 year, 6 months ago
  63. e01a2b0 psa_util: update documentation for mbedtls_ecdsa_der_to_raw() by Valerio Setti · 1 year, 6 months ago
  64. 954ef4b psa_util: improve convert_raw_to_der_single_int() by Valerio Setti · 1 year, 6 months ago
  65. 6932e29 Correct the ENCODES_OWNER macro name in comment by Antonio de Angelis · 1 year, 6 months ago
  66. 315e4af psa_util: change parameters order in ECDSA conversion functions by Valerio Setti · 1 year, 6 months ago
  67. 8645197 psa_util: fix documentation of ECDSA conversion functions by Valerio Setti · 1 year, 6 months ago
  68. 4caf3ca tls13: srv: Add discard_early_data_record SSL field by Jerry Yu · 1 year, 9 months ago
  69. 4380a33 Add a client view layout for interruptible hash and pake by Antonio de Angelis · 1 year, 6 months ago
  70. 6fb1be6 Add comments in psa/crypto_struct.h for id layout by Antonio de Angelis · 1 year, 6 months ago
  71. cb3b4ca Fix handling of ECC public keys under MBEDTLS_PK_USE_PSA_EC_DATA by Gilles Peskine · 1 year, 6 months ago
  72. 793920c mbedtls_pk_get_psa_attributes: opaque: require specified usage by Gilles Peskine · 1 year, 6 months ago
  73. e208b25 Minor documentation improvements by Gilles Peskine · 1 year, 6 months ago
  74. 78a38f6 tls13: srv: Do not use early_data_status by Ronald Cron · 1 year, 6 months ago
  75. 3b90345 Revert "tls13: Introduce early_data_state SSL context field" by Ronald Cron · 1 year, 6 months ago
  76. 164537c tls13: early data: Improve, add comments by Ronald Cron · 1 year, 6 months ago
  77. ed7d4bf tls13: srv: Simplify mbedtls_ssl_read_early_data() API by Ronald Cron · 1 year, 6 months ago
  78. 44d70a5 tls13: early data: Improve documentation by Ronald Cron · 1 year, 6 months ago
  79. 2c43089 ssl.h: Fix comments by Ronald Cron · 1 year, 6 months ago
  80. 0883b8b tls13: Introduce early_data_state SSL context field by Ronald Cron · 1 year, 6 months ago
  81. 7d21cde ssl.h: Simplify guard by Ronald Cron · 1 year, 6 months ago
  82. 3a04562 Update mbedtls_ssl_read_early_data() definition by Ronald Cron · 1 year, 7 months ago
  83. 032985c Add MBEDTLS_ERR_SSL_RECEIVED_EARLY_DATA error code by Jerry Yu · 1 year, 8 months ago
  84. 5d0ae90 tls13: srv: Refine early data status by Ronald Cron · 1 year, 7 months ago
  85. 149b0e7 ssl.h: Fix comment by Ronald Cron · 1 year, 7 months ago
  86. 16abd59 Update psa_wipe_all_key_slots and document non-thread safety by Ryan Everett · 1 year, 6 months ago
  87. a45a399 lib: remove NULL pointer checks performed with MBEDTLS_INTERNAL_VALIDATE[_RET] by Valerio Setti · 1 year, 6 months ago
  88. cc0fd47 platform_util: remove declarations of MBEDTLS_INTERNAL_VALIDATE[_RET]() by Valerio Setti · 1 year, 6 months ago
  89. 0a6acf8 adjust_legacy_from_psa: use EC pattern for enabling builtin elements of DH by Valerio Setti · 1 year, 6 months ago
  90. c22bb7a adjust_legacy_from_psa: optimize legacy enablement also for EC key types by Valerio Setti · 1 year, 6 months ago
  91. bcf0fc5 adjust_legacy_crypto: add parenthesis to improve clarity by Valerio Setti · 1 year, 6 months ago
  92. 48e4167 adjust_legacy_from_psa: improve pattern for enabling internal symbols by Valerio Setti · 1 year, 6 months ago
  93. 935182f Merge pull request #1158 from daverodgman/mbedtls-3.5.2rc by Dave Rodgman · 1 year, 6 months ago
  94. f5e231c Merge pull request #8719 from daverodgman/iar-codegen by Dave Rodgman · 1 year, 6 months ago
  95. 9cd2e9a mbedtls_pk_get_psa_attributes: require MBEDTLS_PSA_CRYPTO_C by Gilles Peskine · 1 year, 6 months ago
  96. 688f795 asn1: use the new symbol to guard dependencies of ECDSA conversion functions by Valerio Setti · 1 year, 7 months ago
  97. f4d2dc2 psa_util: guard ECDSA conversion functions with proper (internal) symbol by Valerio Setti · 1 year, 7 months ago
  98. c22e3ce psa_util: remove CRYPTO_C guard from ECDSA conversion functions by Valerio Setti · 1 year, 7 months ago
  99. 99c0369 psa_util: add include asn1write.h in public header by Valerio Setti · 1 year, 7 months ago
  100. 84890c9 psa_util: improve description for ECDSA conversion functions by Valerio Setti · 1 year, 7 months ago