1. 7fdee8b ssl_session: Reorder some fields to reduce padding by Ronald Cron · 1 year, 6 months ago
  2. 3c0072b ssl_ticket.c: Base ticket age check on the ticket creation time by Ronald Cron · 1 year, 9 months ago
  3. d1c106c Define ticket creation time in TLS 1.2 case as well by Ronald Cron · 1 year, 9 months ago
  4. 17ef8df ssl_session: Define unconditionally the endpoint field by Ronald Cron · 1 year, 9 months ago
  5. ba5165e ssl_ticket.c: Fix ticket lifetime enforcement by Ronald Cron · 1 year, 9 months ago
  6. d1100b0 Disable ticket module when useless by Ronald Cron · 1 year, 9 months ago
  7. bc5d916 Merge pull request #8554 from yanrayw/issue/8221/fix-tls-suiteB-profile by Tom Cosgrove · 1 year, 7 months ago
  8. f1ba193 Merge pull request #8526 from yanrayw/issue/7011/send_record_size_limit_ext by Tom Cosgrove · 1 year, 7 months ago
  9. 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
  10. 09561a7 Add MBEDTLS_SSL_RECORD_SIZE_LIMIT to config_adjust_ssl.h by Waleed Elmelegy · 1 year, 7 months ago
  11. 3a6059b Merge pull request #7455 from KloolK/record-size-limit/comply-with-limit by Tom Cosgrove · 1 year, 7 months ago
  12. d5cab81 mbedtls_config: update documentation for CIPHER_C and CRYPTO_C by Valerio Setti · 1 year, 7 months ago
  13. 9772642 adjust_legacy_crypto: auto-enable CIPHER_C when any builtin cipher is enabled in PSA by Valerio Setti · 1 year, 7 months ago
  14. 1aaffec Revert "check_config: add check for PSA builtin unauthenticated ciphers" by Valerio Setti · 1 year, 7 months ago
  15. c95ab2a mbedtls_config: extend documentation for MBEDTLS_PSA_CRYPTO_C by Valerio Setti · 1 year, 8 months ago
  16. 95c3297 check_config: add check for PSA builtin unauthenticated ciphers by Valerio Setti · 1 year, 8 months ago
  17. 4aad0ff Merge pull request #8632 from valeriosetti/issue8598 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  18. 5bad043 Merge pull request #8641 from valeriosetti/issue8358 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  19. 6315441 adjust_legacy_from_psa: relax condition for legacy block cipher auto-enabling by Valerio Setti · 1 year, 7 months ago
  20. e581e14 oid/pkparse: add missing guards for PKCS[5/12] functions when !CIPHER_C by Valerio Setti · 1 year, 7 months ago
  21. 1994e72 check_config/block_cipher: minor improvements by Valerio Setti · 1 year, 7 months ago
  22. e98ad59 mbedls_config: update documentation for MBEDTLS_PKCS[5/12]_C by Valerio Setti · 1 year, 7 months ago
  23. 6d3a681 check_config: remove CIPHER_C requirement for PKCS[5/12] by Valerio Setti · 1 year, 8 months ago
  24. a69e872 pkcs[5/12]: add CIPHER_C for [en/de]crypting functions by Valerio Setti · 1 year, 8 months ago
  25. 049cd30 Refactor record size limit extension handling by Waleed Elmelegy · 1 year, 8 months ago
  26. 851d8df fix/work around dependency issues when !MBEDTLS_ECP_C by Tomi Fontanilles · 1 year, 8 months ago
  27. bad170e pk: remove last references to MBEDTLS_PSA_CRYPTO_C by Tomi Fontanilles · 1 year, 8 months ago
  28. 8174662 pk: implement non-PSA mbedtls_pk_sign_ext() by Tomi Fontanilles · 2 years, 1 month ago
  29. a70b3c2 rsa: minor comment/guard improvements by Tomi Fontanilles · 2 years, 1 month ago
  30. 689c0f7 tests: use new CCM/GCM capability macros in tests by Valerio Setti · 1 year, 8 months ago
  31. bfa675f adjust_legacy_crypto: add macros for CCM/GCM capabilities with key types by Valerio Setti · 1 year, 8 months ago
  32. a085fa8 Merge pull request #8627 from tom-cosgrove-arm/ip_len by Bence Szépkúti · 1 year, 8 months ago
  33. 4ff405c block_cipher: remove psa_key_type from mbedtls_block_cipher_context_t by Valerio Setti · 1 year, 8 months ago
  34. bd7528a ccm/gcm: use BLOCK_CIPHER whenever possible by Valerio Setti · 1 year, 8 months ago
  35. 4a5d57d adjust_legacy_crypto: enable BLOCK_CIPHER also when a driver is available by Valerio Setti · 1 year, 8 months ago
  36. 2684e3f config_adjust_legacy_crypto: fix typo by Valerio Setti · 1 year, 8 months ago
  37. 291571b block_cipher: add MBEDTLS_PRIVATE to new PSA fields in mbedtls_block_cipher_context_t by Valerio Setti · 1 year, 8 months ago
  38. 849a1ab block_cipher: remove useless use of psa_cipher_operation_t by Valerio Setti · 1 year, 8 months ago
  39. c0f9bbc check_config: use new helpers for legacy GCM_C/CCM_C by Valerio Setti · 1 year, 8 months ago
  40. 8bba087 adjust_legacy_crypto: add helpers for block ciphers capabilities by Valerio Setti · 1 year, 8 months ago
  41. c1db99d block_cipher: add PSA dispatch if possible by Valerio Setti · 1 year, 8 months ago
  42. b349108 library: Move mbedtls_ecc helper functions to psa_util by Joakim Andersson · 1 year, 8 months ago
  43. 656d4b3 Avoid use of `ip_len` as it clashes with a macro in AIX system headers by Tom Cosgrove · 1 year, 8 months ago
  44. 57e401b Merge pull request #8521 from valeriosetti/issue8441 by Gilles Peskine · 1 year, 8 months ago
  45. 9aec1c7 Add record size checking during handshake by Waleed Elmelegy · 1 year, 8 months ago
  46. f482dcc Comply with the received Record Size Limit extension by Jan Bruckner · 2 years, 5 months ago
  47. 40f3f1c Merge pull request #7058 from yuhaoth/pr/tls13-early-data-parsing-0-rtt-data by Ronald Cron · 1 year, 8 months ago
  48. 7ab9072 mbedtls_config: update descriptions of MBEDTLS_CTR_DRBG_C and MBEDTLS_PSA_CRYPTO_C by Valerio Setti · 1 year, 8 months ago
  49. 5f4b28d ctr_drbg: add alternative PSA implementation when AES_C is not defined by Valerio Setti · 1 year, 9 months ago
  50. fbefe04 check_config: fix requirements for CTR_DRBG by Valerio Setti · 1 year, 9 months ago
  51. 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
  52. 4577bda pkcs[5|12]: use cipher enums for encrypt and decrypt by Valerio Setti · 1 year, 8 months ago
  53. e32fac3 remove wait_flight2 state by Jerry Yu · 1 year, 8 months ago
  54. 59059ec Merge remote-tracking branch 'origin/development' into msft-aarch64 by Dave Rodgman · 1 year, 8 months ago
  55. c6f1637 Merge pull request #8534 from paul-elliott-arm/fix_mutex_abstraction by Janos Follath · 1 year, 8 months ago
  56. 6b5cedf Merge pull request #8547 from valeriosetti/issue8483 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  57. 919e3fa check_config: fix guards for PSA builtin implementation of cipher/AEAD by Valerio Setti · 1 year, 9 months ago
  58. b1cf8ae adjust_psa_from_legacy: add required CIPHER_C dependencies by Valerio Setti · 1 year, 9 months ago
  59. 11c3fd1 Merge pull request #8568 from yanrayw/issue/8356/block_cipher_no_decrypt_cleanup by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  60. 294f5d7 Merge pull request #8540 from valeriosetti/issue8060 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  61. 9fbac38 Merge pull request #8326 from daverodgman/aesce-thumb2 by Dave Rodgman · 1 year, 8 months ago
  62. 16b00f9 mbedtls_config: improve documentation for BLOCK_CIPHER_NO_DECRYPT by Yanray Wang · 1 year, 8 months ago
  63. 690ee81 Merge remote-tracking branch 'origin/development' into support_cipher_encrypt_only by Yanray Wang · 1 year, 9 months ago
  64. 2e342f6 Merge pull request #8546 from BrianX7c/development by Dave Rodgman · 1 year, 9 months ago
  65. 7d8c3fe Add wait flight2 state. by Jerry Yu · 2 years, 8 months ago
  66. 55933a3 tls13: fix a wrong RFC reference section by Yanray Wang · 1 year, 9 months ago
  67. d4dc354 Merge pull request #8541 from yanrayw/issue/ssl-fix-missing-guard by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  68. 04fceb7 Add freshness check information into document by Jerry Yu · 1 year, 9 months ago
  69. cf91351 fix various issues by Jerry Yu · 1 year, 9 months ago
  70. 342a555 rename ticket received by Jerry Yu · 1 year, 9 months ago
  71. 25ba4d4 rename `ticket_creation` to `ticket_creation_time` by Jerry Yu · 1 year, 9 months ago
  72. 034a8b7 Update document of ticket age tolerance by Jerry Yu · 1 year, 9 months ago
  73. 8cf4495 guards ticket creation field by Jerry Yu · 1 year, 9 months ago
  74. 702fc59 Add ticket_creation field by Jerry Yu · 1 year, 9 months ago
  75. 03511b0 Replace c99 fmt macro by Jerry Yu · 2 years, 5 months ago
  76. cebffc3 change time unit of ticket to milliseconds by Jerry Yu · 2 years, 8 months ago
  77. 473ff34 Merge pull request #8489 from valeriosetti/issue8482 by Gilles Peskine · 1 year, 9 months ago
  78. 97137f9 Merge pull request #7071 from yuhaoth/pr/tls13-ticket-add-max_early_data_size-field by Ronald Cron · 1 year, 9 months ago
  79. 5c7ab6f [cipher.h] Arithmetic overflow in binary left shift operation (MBEDTLS_KEY_BITLEN_SHIFT) by BrianX7c · 1 year, 9 months ago
  80. 9e25936 Rename mutex->is_valid to mutex->state by Paul Elliott · 1 year, 9 months ago
  81. 3774637 Make threading helpers tests thread safe by Paul Elliott · 1 year, 9 months ago
  82. 5fa986c Move handling of mutex->is_valid into threading_helpers.c by Paul Elliott · 1 year, 9 months ago
  83. 9b7a8b2 ccm/gcm: reaplace CIPHER_C functions with BLOCK_CIPHER_C ones by Valerio Setti · 1 year, 9 months ago
  84. 8db46e4 check_config: remove dependency check of CCM_C/GCM_C on CIPHER_C by Valerio Setti · 1 year, 9 months ago
  85. dbfd6a9 adjust_legacy_crypto: auto-enable BLOCK_CIPHER_C when CIPHER_C is not defined by Valerio Setti · 1 year, 9 months ago
  86. 4ed8691 ssl: move MBEDTLS_SSL_HAVE_XXX to config_adjust_legacy_crypto.h by Yanray Wang · 1 year, 9 months ago
  87. dc84895 Merge pull request #8519 from mpg/block-cipher by Manuel Pégourié-Gonnard · 1 year, 9 months ago gh-readonly-queue/development/pr-8519-9e80a91f27ad1eeab047ff73295480e2c36b2db8
  88. 9e80a91 Merge pull request #8164 from yanrayw/adjust_tfm_configs by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  89. a56eb46 adjust_legacy_from_psa: fix comment by Valerio Setti · 1 year, 9 months ago
  90. c2d68f5 adjust_legacy_from_psa: treat CCM and CCM* separately by Valerio Setti · 1 year, 9 months ago
  91. fedaeb2 improve document by Jerry Yu · 1 year, 9 months ago
  92. 6c485da improve document by Jerry Yu · 1 year, 9 months ago
  93. 752dd39 Merge pull request #8508 from valeriosetti/issue6323 by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  94. 1b23bce improve brief description of conf_sig_algs by Jerry Yu · 1 year, 9 months ago
  95. 08ea9bf Merge pull request #8487 from yanrayw/issue/6909/rename_tls13_conf_early_data by Tom Cosgrove · 1 year, 9 months ago
  96. 5f3361c Temporary hack to pacify check_names.py by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  97. 2171876 Start adding internal module block_cipher.c by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  98. 01c4fa3 ssl: move MBEDTLS_SSL_HAVE internal symbols to ssl.h by Valerio Setti · 1 year, 9 months ago
  99. 111159b BLOCK_CIPHER_NO_DECRYPT: call encrypt direction unconditionally by Yanray Wang · 1 year, 9 months ago
  100. 53c4a0d Improve documents by Jerry Yu · 1 year, 9 months ago