1. 851d8df fix/work around dependency issues when !MBEDTLS_ECP_C by Tomi Fontanilles · 1 year, 8 months ago
  2. bad170e pk: remove last references to MBEDTLS_PSA_CRYPTO_C by Tomi Fontanilles · 1 year, 8 months ago
  3. 8174662 pk: implement non-PSA mbedtls_pk_sign_ext() by Tomi Fontanilles · 2 years, 1 month ago
  4. a70b3c2 rsa: minor comment/guard improvements by Tomi Fontanilles · 2 years, 1 month ago
  5. a085fa8 Merge pull request #8627 from tom-cosgrove-arm/ip_len by Bence Szépkúti · 1 year, 8 months ago
  6. b349108 library: Move mbedtls_ecc helper functions to psa_util by Joakim Andersson · 1 year, 8 months ago
  7. 656d4b3 Avoid use of `ip_len` as it clashes with a macro in AIX system headers by Tom Cosgrove · 1 year, 8 months ago
  8. 57e401b Merge pull request #8521 from valeriosetti/issue8441 by Gilles Peskine · 1 year, 8 months ago
  9. 40f3f1c Merge pull request #7058 from yuhaoth/pr/tls13-early-data-parsing-0-rtt-data by Ronald Cron · 1 year, 8 months ago
  10. 7ab9072 mbedtls_config: update descriptions of MBEDTLS_CTR_DRBG_C and MBEDTLS_PSA_CRYPTO_C by Valerio Setti · 1 year, 8 months ago
  11. 5f4b28d ctr_drbg: add alternative PSA implementation when AES_C is not defined by Valerio Setti · 1 year, 9 months ago
  12. fbefe04 check_config: fix requirements for CTR_DRBG by Valerio Setti · 1 year, 9 months ago
  13. 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
  14. 4577bda pkcs[5|12]: use cipher enums for encrypt and decrypt by Valerio Setti · 1 year, 8 months ago
  15. e32fac3 remove wait_flight2 state by Jerry Yu · 1 year, 8 months ago
  16. 59059ec Merge remote-tracking branch 'origin/development' into msft-aarch64 by Dave Rodgman · 1 year, 8 months ago
  17. c6f1637 Merge pull request #8534 from paul-elliott-arm/fix_mutex_abstraction by Janos Follath · 1 year, 8 months ago
  18. 6b5cedf Merge pull request #8547 from valeriosetti/issue8483 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  19. 919e3fa check_config: fix guards for PSA builtin implementation of cipher/AEAD by Valerio Setti · 1 year, 9 months ago
  20. b1cf8ae adjust_psa_from_legacy: add required CIPHER_C dependencies by Valerio Setti · 1 year, 9 months ago
  21. 11c3fd1 Merge pull request #8568 from yanrayw/issue/8356/block_cipher_no_decrypt_cleanup by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  22. 294f5d7 Merge pull request #8540 from valeriosetti/issue8060 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  23. 9fbac38 Merge pull request #8326 from daverodgman/aesce-thumb2 by Dave Rodgman · 1 year, 8 months ago
  24. 16b00f9 mbedtls_config: improve documentation for BLOCK_CIPHER_NO_DECRYPT by Yanray Wang · 1 year, 8 months ago
  25. 690ee81 Merge remote-tracking branch 'origin/development' into support_cipher_encrypt_only by Yanray Wang · 1 year, 9 months ago
  26. 2e342f6 Merge pull request #8546 from BrianX7c/development by Dave Rodgman · 1 year, 9 months ago
  27. 7d8c3fe Add wait flight2 state. by Jerry Yu · 2 years, 8 months ago
  28. d4dc354 Merge pull request #8541 from yanrayw/issue/ssl-fix-missing-guard by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  29. 04fceb7 Add freshness check information into document by Jerry Yu · 1 year, 9 months ago
  30. cf91351 fix various issues by Jerry Yu · 1 year, 9 months ago
  31. 342a555 rename ticket received by Jerry Yu · 1 year, 9 months ago
  32. 25ba4d4 rename `ticket_creation` to `ticket_creation_time` by Jerry Yu · 1 year, 9 months ago
  33. 034a8b7 Update document of ticket age tolerance by Jerry Yu · 1 year, 9 months ago
  34. 8cf4495 guards ticket creation field by Jerry Yu · 1 year, 9 months ago
  35. 702fc59 Add ticket_creation field by Jerry Yu · 1 year, 9 months ago
  36. 03511b0 Replace c99 fmt macro by Jerry Yu · 2 years, 5 months ago
  37. cebffc3 change time unit of ticket to milliseconds by Jerry Yu · 2 years, 8 months ago
  38. 473ff34 Merge pull request #8489 from valeriosetti/issue8482 by Gilles Peskine · 1 year, 9 months ago
  39. 97137f9 Merge pull request #7071 from yuhaoth/pr/tls13-ticket-add-max_early_data_size-field by Ronald Cron · 1 year, 9 months ago
  40. 5c7ab6f [cipher.h] Arithmetic overflow in binary left shift operation (MBEDTLS_KEY_BITLEN_SHIFT) by BrianX7c · 1 year, 9 months ago
  41. 9e25936 Rename mutex->is_valid to mutex->state by Paul Elliott · 1 year, 9 months ago
  42. 3774637 Make threading helpers tests thread safe by Paul Elliott · 1 year, 9 months ago
  43. 5fa986c Move handling of mutex->is_valid into threading_helpers.c by Paul Elliott · 1 year, 9 months ago
  44. 9b7a8b2 ccm/gcm: reaplace CIPHER_C functions with BLOCK_CIPHER_C ones by Valerio Setti · 1 year, 9 months ago
  45. 8db46e4 check_config: remove dependency check of CCM_C/GCM_C on CIPHER_C by Valerio Setti · 1 year, 9 months ago
  46. dbfd6a9 adjust_legacy_crypto: auto-enable BLOCK_CIPHER_C when CIPHER_C is not defined by Valerio Setti · 1 year, 9 months ago
  47. 4ed8691 ssl: move MBEDTLS_SSL_HAVE_XXX to config_adjust_legacy_crypto.h by Yanray Wang · 1 year, 9 months ago
  48. 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
  49. 9e80a91 Merge pull request #8164 from yanrayw/adjust_tfm_configs by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  50. a56eb46 adjust_legacy_from_psa: fix comment by Valerio Setti · 1 year, 9 months ago
  51. c2d68f5 adjust_legacy_from_psa: treat CCM and CCM* separately by Valerio Setti · 1 year, 9 months ago
  52. fedaeb2 improve document by Jerry Yu · 1 year, 9 months ago
  53. 6c485da improve document by Jerry Yu · 1 year, 9 months ago
  54. 752dd39 Merge pull request #8508 from valeriosetti/issue6323 by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  55. 08ea9bf Merge pull request #8487 from yanrayw/issue/6909/rename_tls13_conf_early_data by Tom Cosgrove · 1 year, 9 months ago
  56. 5f3361c Temporary hack to pacify check_names.py by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  57. 2171876 Start adding internal module block_cipher.c by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  58. 01c4fa3 ssl: move MBEDTLS_SSL_HAVE internal symbols to ssl.h by Valerio Setti · 1 year, 9 months ago
  59. 111159b BLOCK_CIPHER_NO_DECRYPT: call encrypt direction unconditionally by Yanray Wang · 1 year, 9 months ago
  60. 4dec9eb Merge pull request #8378 from mschulz-at-hilscher/fixes/issue-8377 by Gilles Peskine · 1 year, 9 months ago
  61. 9eb2abd Add docs re Everest license by Dave Rodgman · 1 year, 9 months ago
  62. 28d4093 Restore bump version by Dave Rodgman · 1 year, 9 months ago
  63. d137da5 check_config: make error message in BLOCK_CIPHER_NO_DECRYPT clearer by Yanray Wang · 1 year, 9 months ago
  64. 3076969 Merge remote-tracking branch 'origin/development' into adjust_tfm_configs by Yanray Wang · 1 year, 9 months ago
  65. c55b500 Changed notes in x509_csr.h to better describe the behavior of mbedtls_x509_csr_parse_der and mbedtls_x509_csr_parse_der_with_ext_cb. by Matthias Schulz · 1 year, 9 months ago
  66. 0751761 max_early_data_size: rename configuration function by Yanray Wang · 1 year, 9 months ago
  67. d5ed36f early data: rename configuration function by Yanray Wang · 1 year, 9 months ago
  68. 0d76b6e Return an error if asking for decrypt under BLOCK_CIPHER_NO_DECRYPT by Yanray Wang · 1 year, 9 months ago
  69. 956aa00 check_config: add checks for MBEDTLS_BLOCK_CIPHER_NO_DECRYPT with PSA by Yanray Wang · 1 year, 9 months ago
  70. 8b6b41f Merge pull request #8434 from valeriosetti/issue8407 by Gilles Peskine · 1 year, 9 months ago
  71. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  72. b799eea check_config: add checks for MBEDTLS_BLOCK_CIPHER_NO_DECRYPT by Yanray Wang · 1 year, 9 months ago
  73. e367e47 mbedtls_config: add new config option MBEDTLS_BLOCK_CIPHER_NO_DECRYPT by Yanray Wang · 1 year, 9 months ago
  74. b351d60 Merge remote-tracking branch 'origin/development' into msft-aarch64 by Dave Rodgman · 1 year, 9 months ago
  75. b67b474 Rename MBEDTLS_CIPHER_ENCRYPT_ONLY as MBEDTLS_BLOCK_CIPHER_NO_DECRYPT by Yanray Wang · 1 year, 9 months ago
  76. 5779096 Merge remote-tracking branch 'origin/development' into adjust_tfm_configs by Yanray Wang · 1 year, 9 months ago
  77. d531dab check_config: let SSL_TLS depend on either CIPHER_C or USE_PSA_CRYPTO by Valerio Setti · 1 year, 9 months ago
  78. c5d9dd2 adjust_psa_from_legacy: enable ALG_STREAM_CIPHER on when CIPHER_C is defined by Valerio Setti · 2 years ago
  79. c1d50b6 check_config: fix dependency of PSA_CRYPTO_C on CIPHER_C by Valerio Setti · 2 years ago
  80. 95b7355 Merge pull request #6719 from yuhaoth/pr/tls13-early-data-add-early-data-of-client-hello by Ronald Cron · 1 year, 9 months ago
  81. 6e51abf Merge remote-tracking branch 'origin/development' into msft-aarch64 by Dave Rodgman · 1 year, 9 months ago
  82. 48b965d Update clang version requirements by Dave Rodgman · 1 year, 10 months ago
  83. 4b8e8dc Improve compiler version checking + docs + testing for armclang by Dave Rodgman · 1 year, 10 months ago
  84. 18838f6 Fix docs for MBEDTLS_AESCE_C by Dave Rodgman · 1 year, 10 months ago
  85. d69d3cd Merge pull request #8298 from daverodgman/sha-armce-thumb2 by Dave Rodgman · 1 year, 9 months ago
  86. 5145902 Merge remote-tracking branch 'origin/development' into sha-armce-thumb2 by Dave Rodgman · 1 year, 10 months ago
  87. bd24d95 legacy_from_psa: fix support for PSA_ACCEL_ALG_[STREAM_CIPHER/ECB_NO_PADDING] by Valerio Setti · 1 year, 10 months ago
  88. edc32ea Uncrustified by Matthias Schulz · 1 year, 10 months ago
  89. 08e9423 Merge remote-tracking branch 'origin/development' into adjust_tfm_configs by Yanray Wang · 1 year, 10 months ago
  90. 893623f PBKDF2-AES-CMAC: remove not needed preprocessor directive by Yanray Wang · 1 year, 10 months ago
  91. 6407f8f Merge pull request #8322 from valeriosetti/issue8257 by Gilles Peskine · 1 year, 10 months ago
  92. ab40822 Added parameters to add callback function to handle unsupported extensions. Similar to how the callback functions work when parsing certificates. Also added new test cases. by Matthias Schulz · 1 year, 10 months ago
  93. c6d633f Merge pull request #8297 from valeriosetti/issue8064 by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  94. 2f00b7a cipher: reset MBEDTLS_CIPHER_HAVE_AEAD to MBEDTLS_CIPHER_MODE_AEAD by Valerio Setti · 1 year, 10 months ago
  95. 6d42921 Require at least on curve for ECP_LIGHT by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  96. 9fc1f24 md: restore md.h includes in source files directly using its elements by Valerio Setti · 1 year, 10 months ago
  97. aa01ee3 Merge remote-tracking branch 'origin/development' into support_cipher_encrypt_only by Yanray Wang · 1 year, 10 months ago
  98. 596ef6c cipher: reset MBEDTLS_CIPHER_HAVE_AEAD_LEGACY to previous naming by Valerio Setti · 1 year, 10 months ago
  99. 3e52184 Make macro definition more consistent with similar defns by Dave Rodgman · 1 year, 11 months ago
  100. 0a48717 Simplify Windows-on-Arm macros by Dave Rodgman · 1 year, 11 months ago