1. 32c28ce Merge pull request #8715 from valeriosetti/issue7964 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  2. 78a38f6 tls13: srv: Do not use early_data_status by Ronald Cron · 1 year, 6 months ago
  3. 3b90345 Revert "tls13: Introduce early_data_state SSL context field" by Ronald Cron · 1 year, 6 months ago
  4. 164537c tls13: early data: Improve, add comments by Ronald Cron · 1 year, 6 months ago
  5. ed7d4bf tls13: srv: Simplify mbedtls_ssl_read_early_data() API by Ronald Cron · 1 year, 6 months ago
  6. 44d70a5 tls13: early data: Improve documentation by Ronald Cron · 1 year, 6 months ago
  7. 2c43089 ssl.h: Fix comments by Ronald Cron · 1 year, 6 months ago
  8. 0883b8b tls13: Introduce early_data_state SSL context field by Ronald Cron · 1 year, 6 months ago
  9. 7d21cde ssl.h: Simplify guard by Ronald Cron · 1 year, 6 months ago
  10. 3a04562 Update mbedtls_ssl_read_early_data() definition by Ronald Cron · 1 year, 7 months ago
  11. 032985c Add MBEDTLS_ERR_SSL_RECEIVED_EARLY_DATA error code by Jerry Yu · 1 year, 8 months ago
  12. 5d0ae90 tls13: srv: Refine early data status by Ronald Cron · 1 year, 7 months ago
  13. 149b0e7 ssl.h: Fix comment by Ronald Cron · 1 year, 7 months ago
  14. 935182f Merge pull request #1158 from daverodgman/mbedtls-3.5.2rc by Dave Rodgman · 1 year, 6 months ago
  15. f5e231c Merge pull request #8719 from daverodgman/iar-codegen by Dave Rodgman · 1 year, 6 months ago
  16. 13f2f4e Merge remote-tracking branch 'restricted/development' into mbedtls-3.5.2rc by Dave Rodgman · 1 year, 6 months ago
  17. e23d647 Bump version by Dave Rodgman · 1 year, 6 months ago
  18. 393df9c Add warning for PKCS 1.5 decryption by Janos Follath · 1 year, 7 months ago
  19. fb12d92 Merge pull request #8693 from Ryan-Everett-arm/implement-key-slot-mutex by Janos Follath · 1 year, 7 months ago
  20. 336efee Move MBEDTLS_COMPILER_IS_GCC & MBEDTLS_GCC_VERSION into build_info by Dave Rodgman · 1 year, 7 months ago
  21. 558da2f Move key_slot_mutex to threading.h by Ryan Everett · 1 year, 7 months ago
  22. 639d567 pk: move mbedtls_pk_load_file to pk_internal by Valerio Setti · 1 year, 7 months ago
  23. 25b282e x509: move internal functions declarations to a private header by Valerio Setti · 1 year, 7 months ago
  24. b4f5076 debug: move internal functions declarations to an internal header file by Valerio Setti · 1 year, 7 months ago
  25. d929106 ssl_ciphersuites: move internal functions declarations to a private header by Valerio Setti · 1 year, 7 months ago
  26. 4d4891e Merge pull request #8666 from valeriosetti/issue8340 by Gilles Peskine · 1 year, 7 months ago
  27. b1f96c0 Merge pull request #7815 from gilles-peskine-arm/ecp-export-partial by Gilles Peskine · 1 year, 7 months ago
  28. c9077cc Merge pull request #8664 from valeriosetti/issue7764 by Gilles Peskine · 1 year, 7 months ago
  29. bc5d916 Merge pull request #8554 from yanrayw/issue/8221/fix-tls-suiteB-profile by Tom Cosgrove · 1 year, 7 months ago
  30. f1ba193 Merge pull request #8526 from yanrayw/issue/7011/send_record_size_limit_ext by Tom Cosgrove · 1 year, 7 months ago
  31. 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
  32. 09561a7 Add MBEDTLS_SSL_RECORD_SIZE_LIMIT to config_adjust_ssl.h by Waleed Elmelegy · 1 year, 7 months ago
  33. 3a6059b Merge pull request #7455 from KloolK/record-size-limit/comply-with-limit by Tom Cosgrove · 1 year, 7 months ago
  34. 39faa9c psa_util: rename parameter of mbedtls_ecc_group_from_psa by Valerio Setti · 1 year, 7 months ago
  35. d0aa9c1 psa_util: update documentation for PSA conversion functions by Valerio Setti · 1 year, 7 months ago
  36. eca0714 psa_util: update documentation of EC conversion functions by Valerio Setti · 1 year, 7 months ago
  37. 0e60880 psa: let mbedtls_ecc_group_from_psa() accept only exact bit lengths by Valerio Setti · 1 year, 7 months ago
  38. 3b7663d psa_util: update the documentation of ECC conversion functions by Valerio Setti · 1 year, 8 months ago
  39. d36c313 psa: remove bits_is_sloppy parameter from mbedtls_ecc_group_from_psa() by Valerio Setti · 1 year, 8 months ago
  40. ddba51e psa: rename "mbedtls_ecc_group_of_psa" to "mbedtls_ecc_group_from_psa" by Valerio Setti · 1 year, 8 months ago
  41. dd2afcd Revert "psa_util: add algorithm's availability checks for MD conversion functions" by Valerio Setti · 1 year, 7 months ago
  42. cd38f27 Revert "psa_util: fix typo in comment" by Valerio Setti · 1 year, 7 months ago
  43. d5cab81 mbedtls_config: update documentation for CIPHER_C and CRYPTO_C by Valerio Setti · 1 year, 7 months ago
  44. 9772642 adjust_legacy_crypto: auto-enable CIPHER_C when any builtin cipher is enabled in PSA by Valerio Setti · 1 year, 7 months ago
  45. 1aaffec Revert "check_config: add check for PSA builtin unauthenticated ciphers" by Valerio Setti · 1 year, 7 months ago
  46. c95ab2a mbedtls_config: extend documentation for MBEDTLS_PSA_CRYPTO_C by Valerio Setti · 1 year, 8 months ago
  47. 95c3297 check_config: add check for PSA builtin unauthenticated ciphers by Valerio Setti · 1 year, 8 months ago
  48. 4aad0ff Merge pull request #8632 from valeriosetti/issue8598 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  49. 98f5db9 psa_util: fix typo in comment by Valerio Setti · 1 year, 7 months ago
  50. 5bad043 Merge pull request #8641 from valeriosetti/issue8358 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  51. 39b7bba Make input parameter const by Gilles Peskine · 1 year, 7 months ago
  52. 6315441 adjust_legacy_from_psa: relax condition for legacy block cipher auto-enabling by Valerio Setti · 1 year, 7 months ago
  53. 3d2e0f5 psa_util: add algorithm's availability checks for MD conversion functions by Valerio Setti · 1 year, 7 months ago
  54. 45c3cae md: move PSA conversion functions from md_psa.h to psa_util.h by Valerio Setti · 1 year, 7 months ago
  55. e581e14 oid/pkparse: add missing guards for PKCS[5/12] functions when !CIPHER_C by Valerio Setti · 1 year, 7 months ago
  56. 1994e72 check_config/block_cipher: minor improvements by Valerio Setti · 1 year, 7 months ago
  57. e98ad59 mbedls_config: update documentation for MBEDTLS_PKCS[5/12]_C by Valerio Setti · 1 year, 7 months ago
  58. 62e33bc New function mbedtls_ecp_write_public_key by Gilles Peskine · 2 years, 1 month ago
  59. ad5e437 mbedtls_ecp_read_key: explain how to set the public key by Gilles Peskine · 1 year, 7 months ago
  60. 7ea7202 New function mbedtls_ecp_keypair_calc_public by Gilles Peskine · 2 years, 1 month ago
  61. 2824032 New function mbedtls_ecp_set_public_key by Gilles Peskine · 2 years, 1 month ago
  62. 091a85a Promise mbedtls_ecp_read_key doesn't overwrite the public key by Gilles Peskine · 2 years, 1 month ago
  63. ba5b5d6 Support partial export from mbedtls_ecp_keypair by Gilles Peskine · 2 years, 1 month ago
  64. e688610 New function mbedtls_ecp_keypair_get_group_id by Gilles Peskine · 2 years, 1 month ago
  65. 6d3a681 check_config: remove CIPHER_C requirement for PKCS[5/12] by Valerio Setti · 1 year, 8 months ago
  66. a69e872 pkcs[5/12]: add CIPHER_C for [en/de]crypting functions by Valerio Setti · 1 year, 8 months ago
  67. 049cd30 Refactor record size limit extension handling by Waleed Elmelegy · 1 year, 8 months ago
  68. 851d8df fix/work around dependency issues when !MBEDTLS_ECP_C by Tomi Fontanilles · 1 year, 8 months ago
  69. bad170e pk: remove last references to MBEDTLS_PSA_CRYPTO_C by Tomi Fontanilles · 1 year, 8 months ago
  70. 8174662 pk: implement non-PSA mbedtls_pk_sign_ext() by Tomi Fontanilles · 2 years, 1 month ago
  71. a70b3c2 rsa: minor comment/guard improvements by Tomi Fontanilles · 2 years, 1 month ago
  72. 689c0f7 tests: use new CCM/GCM capability macros in tests by Valerio Setti · 1 year, 8 months ago
  73. bfa675f adjust_legacy_crypto: add macros for CCM/GCM capabilities with key types by Valerio Setti · 1 year, 8 months ago
  74. a085fa8 Merge pull request #8627 from tom-cosgrove-arm/ip_len by Bence Szépkúti · 1 year, 8 months ago
  75. 4ff405c block_cipher: remove psa_key_type from mbedtls_block_cipher_context_t by Valerio Setti · 1 year, 8 months ago
  76. bd7528a ccm/gcm: use BLOCK_CIPHER whenever possible by Valerio Setti · 1 year, 8 months ago
  77. 4a5d57d adjust_legacy_crypto: enable BLOCK_CIPHER also when a driver is available by Valerio Setti · 1 year, 8 months ago
  78. 2684e3f config_adjust_legacy_crypto: fix typo by Valerio Setti · 1 year, 8 months ago
  79. 291571b block_cipher: add MBEDTLS_PRIVATE to new PSA fields in mbedtls_block_cipher_context_t by Valerio Setti · 1 year, 8 months ago
  80. 849a1ab block_cipher: remove useless use of psa_cipher_operation_t by Valerio Setti · 1 year, 8 months ago
  81. c0f9bbc check_config: use new helpers for legacy GCM_C/CCM_C by Valerio Setti · 1 year, 8 months ago
  82. 8bba087 adjust_legacy_crypto: add helpers for block ciphers capabilities by Valerio Setti · 1 year, 8 months ago
  83. c1db99d block_cipher: add PSA dispatch if possible by Valerio Setti · 1 year, 8 months ago
  84. b349108 library: Move mbedtls_ecc helper functions to psa_util by Joakim Andersson · 1 year, 8 months ago
  85. 656d4b3 Avoid use of `ip_len` as it clashes with a macro in AIX system headers by Tom Cosgrove · 1 year, 8 months ago
  86. 57e401b Merge pull request #8521 from valeriosetti/issue8441 by Gilles Peskine · 1 year, 8 months ago
  87. 9aec1c7 Add record size checking during handshake by Waleed Elmelegy · 1 year, 8 months ago
  88. f482dcc Comply with the received Record Size Limit extension by Jan Bruckner · 2 years, 5 months ago
  89. 40f3f1c Merge pull request #7058 from yuhaoth/pr/tls13-early-data-parsing-0-rtt-data by Ronald Cron · 1 year, 8 months ago
  90. 7ab9072 mbedtls_config: update descriptions of MBEDTLS_CTR_DRBG_C and MBEDTLS_PSA_CRYPTO_C by Valerio Setti · 1 year, 8 months ago
  91. 5f4b28d ctr_drbg: add alternative PSA implementation when AES_C is not defined by Valerio Setti · 1 year, 9 months ago
  92. fbefe04 check_config: fix requirements for CTR_DRBG by Valerio Setti · 1 year, 9 months ago
  93. 3d12d65 Merge pull request #8590 from valeriosetti/fix-pkcs5-pkcs12 by Manuel Pégourié-Gonnard · 1 year, 8 months ago gh-readonly-queue/development/pr-8590-9afc0200c73b88aedac59784ec579dc15b921f69
  94. 4577bda pkcs[5|12]: use cipher enums for encrypt and decrypt by Valerio Setti · 1 year, 8 months ago
  95. e32fac3 remove wait_flight2 state by Jerry Yu · 1 year, 8 months ago
  96. 59059ec Merge remote-tracking branch 'origin/development' into msft-aarch64 by Dave Rodgman · 1 year, 8 months ago
  97. c6f1637 Merge pull request #8534 from paul-elliott-arm/fix_mutex_abstraction by Janos Follath · 1 year, 8 months ago
  98. 6b5cedf Merge pull request #8547 from valeriosetti/issue8483 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  99. 919e3fa check_config: fix guards for PSA builtin implementation of cipher/AEAD by Valerio Setti · 1 year, 9 months ago
  100. b1cf8ae adjust_psa_from_legacy: add required CIPHER_C dependencies by Valerio Setti · 1 year, 9 months ago