1. a15a69e Merge pull request #6719 from yuhaoth/pr/tls13-early-data-add-early-data-of-client-hello by Ronald Cron · 1 year, 9 months ago gh-readonly-queue/development/pr-6719-acde6da4d65d825bb0cf3e82ceb8f285909b609f
  2. f500ef5 Merge pull request #8374 from sergio-nsk/sergio-nsk/8372/2 by Gilles Peskine · 1 year, 9 months ago gh-readonly-queue/development/pr-8374-d69d3cda34c400a55220352518e37d3d2ccea5d2
  3. d69d3cd Merge pull request #8298 from daverodgman/sha-armce-thumb2 by Dave Rodgman · 1 year, 9 months ago
  4. 5145902 Merge remote-tracking branch 'origin/development' into sha-armce-thumb2 by Dave Rodgman · 1 year, 10 months ago
  5. 66d5512 Remove dependency on asm/hwcap.h by Dave Rodgman · 1 year, 10 months ago
  6. bcb8102 Merge pull request #8363 from daverodgman/iar-fixes-2 by Dave Rodgman · 1 year, 10 months ago
  7. 235e361 Merge pull request #8339 from lpy4105/issue/support-cpuid-for-win32 by Tom Cosgrove · 1 year, 10 months ago
  8. 2bf0870 Merge pull request #7861 from mpg/cleanup-pk-parse by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  9. 3898f10 Fix #8372 - Error compiling AESNI in Mbed-TLS with clang on Windows by Sergey Markelov · 1 year, 10 months ago
  10. 6407f8f Merge pull request #8322 from valeriosetti/issue8257 by Gilles Peskine · 1 year, 10 months ago
  11. f6f4695 Merge pull request #8320 from valeriosetti/issue8263 by Gilles Peskine · 1 year, 10 months ago gh-readonly-queue/development/pr-8320-62418dd20b8eccd121a865c3ba2173547b88ffbb
  12. b47b299 fix various issues by Jerry Yu · 1 year, 10 months ago
  13. c6d633f Merge pull request #8297 from valeriosetti/issue8064 by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  14. 2f00b7a cipher: reset MBEDTLS_CIPHER_HAVE_AEAD to MBEDTLS_CIPHER_MODE_AEAD by Valerio Setti · 1 year, 10 months ago
  15. 745ec5d Fix static initializer warning by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  16. 2fde39a Merge pull request #8283 from daverodgman/more-aes-checks by Dave Rodgman · 1 year, 10 months ago
  17. 9fc1f24 md: restore md.h includes in source files directly using its elements by Valerio Setti · 1 year, 10 months ago
  18. 74cb404 ssl: improve ssl_check_key_curve() by Valerio Setti · 1 year, 10 months ago
  19. dcee987 cipher_wrap: add VIA_LEGACY_OR_USE_PSA to new internal symbols by Valerio Setti · 1 year, 10 months ago
  20. 596ef6c cipher: reset MBEDTLS_CIPHER_HAVE_AEAD_LEGACY to previous naming by Valerio Setti · 1 year, 10 months ago
  21. 0521633 cipher: fix guards in mbedtls_cipher_auth_[encrypt/decrypt]_ext() by Valerio Setti · 1 year, 10 months ago
  22. 52e9548 Fix check for format supported by PSA by Manuel Pégourié-Gonnard · 2 years ago
  23. f1b7633 Use clearer function name by Manuel Pégourié-Gonnard · 2 years ago
  24. 842ffc5 Make code more robust by Manuel Pégourié-Gonnard · 2 years ago
  25. 94cf1f8 Fix a typo in a comment by Manuel Pégourié-Gonnard · 2 years ago
  26. 564bc1b Fix limitation in checking supported alg in pk_sign by Manuel Pégourié-Gonnard · 2 years ago
  27. 53d3e40 Fix unused warnings in dummy definition by Manuel Pégourié-Gonnard · 2 years ago
  28. 12ea63a Abstract away MBEDTLS_PK_PARSE_EC_EXTENDED by Manuel Pégourié-Gonnard · 2 years ago
  29. fac9819 Fix and document return of pk_ecc_set_pubkey() by Manuel Pégourié-Gonnard · 2 years ago
  30. ff72ea9 Rework pk_ecc_set_pubkey() by Manuel Pégourié-Gonnard · 2 years ago
  31. e4c883b New signature for pk_ecc_set_pubkey() by Manuel Pégourié-Gonnard · 2 years ago
  32. 681e30b Rework pk_ecc_set_pubkey_psa_ecp_fallback() by Manuel Pégourié-Gonnard · 2 years ago
  33. 0b8e456 Tune body of pk_ecc_set_pubkey_from_prv() by Manuel Pégourié-Gonnard · 2 years ago
  34. de25194 Rename and document pk_ecc_set_pubkey_from_prv() by Manuel Pégourié-Gonnard · 2 years ago
  35. d1aa642 Document pk_ecc_set_group() and pk_ecc_set_key() by Manuel Pégourié-Gonnard · 2 years ago
  36. 5470898 Move code around again by Manuel Pégourié-Gonnard · 2 years ago
  37. 997a95e Merge two consecutive #ifs by Manuel Pégourié-Gonnard · 2 years ago
  38. 212517b Start re-ordering functions in pkparse by Manuel Pégourié-Gonnard · 2 years ago
  39. df151bb Minor improvements to pk_ecc_read_compressed() by Manuel Pégourié-Gonnard · 2 years ago
  40. e82fcd9 Avoid nested #ifs in body of pk_get_ecpubkey() by Manuel Pégourié-Gonnard · 2 years ago
  41. 116175c Use helper macro for (deterministic) ECDSA by Manuel Pégourié-Gonnard · 2 years ago
  42. dcd98ff Factor similar code into pk_ecc_set_key() by Manuel Pégourié-Gonnard · 2 years ago
  43. 6db11d5 Group two versions of the same code by Manuel Pégourié-Gonnard · 2 years ago
  44. d5b4372 Slightly simplify pk_derive_public_key() by Manuel Pégourié-Gonnard · 2 years ago
  45. 2585852 Factor common code into a function by Manuel Pégourié-Gonnard · 2 years ago
  46. 5fcbe4c Further rationalize includes by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  47. da88c38 Minimize key-type-related includes by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  48. 4b0e8f0 Remove redundant include by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  49. 5f5573f cipher: reintroduce symbol for legacy AEAD support by Valerio Setti · 1 year, 10 months ago
  50. 515af1d Stop IAR warning about goto skipping variable definition by Dave Rodgman · 1 year, 10 months ago
  51. 195411b Merge pull request #8062 from yanrayw/save_stack_usage_pkwrite by Bence Szépkúti · 1 year, 10 months ago
  52. 2457bcd Tidy up logic for MBEDTLS_MAYBE_UNUSED by Dave Rodgman · 1 year, 10 months ago
  53. 97a6231 Revert "Fix a few IAR warnings" by Gilles Peskine · 1 year, 10 months ago revert-8352-iar-fixes
  54. 2d67e3a Merge pull request #8352 from daverodgman/iar-fixes by Dave Rodgman · 1 year, 10 months ago
  55. 71f2e39 Merge pull request #8345 from mcagriaksoy/branch_issue_8344 by Tom Cosgrove · 1 year, 10 months ago
  56. 584c810 Use a block to save 12b by Dave Rodgman · 1 year, 10 months ago
  57. 351a81c Keep initialisation of p in its original location by Dave Rodgman · 1 year, 10 months ago
  58. bcb1818 Fix IAR 'transfer of control bypasses initialization' warnings by Dave Rodgman · 1 year, 10 months ago
  59. 4b779be Merge branch 'development' into more-aes-checks by Dave Rodgman · 1 year, 10 months ago
  60. 54bb76e Merge pull request #8348 from kasjer/kasjer/aes-rcon-rename by Dave Rodgman · 1 year, 10 months ago
  61. db1ca8f cipher: keep MBEDTLS_CIPHER_HAVE symbols private by Valerio Setti · 1 year, 10 months ago
  62. e570704 ssl: use MBEDTLS_SSL_HAVE_[CCM/GCM/CHACHAPOLY/AEAD] macros for ssl code by Valerio Setti · 1 year, 10 months ago
  63. 4fd868e Refer to Armv8-A (not Armv8) in comments by Dave Rodgman · 1 year, 10 months ago
  64. ab0da37 Add early data status update by Jerry Yu · 2 years, 6 months ago
  65. 1eb0bd5 Add not-received status by Jerry Yu · 2 years, 6 months ago
  66. ee62fce Rename local variable in aes.c by Jerzy Kasenberg · 1 year, 10 months ago
  67. 56e9011 Add casting size_t to int by Mehmet Cagri Aksoy · 1 year, 10 months ago
  68. 66f9b3f Add casting size_t to int by Mehmet Cagri Aksoy · 1 year, 10 months ago
  69. b0d9830 Merge branch 'development' into sha-armce-thumb2 by Dave Rodgman · 1 year, 10 months ago
  70. 02a634d md: remove unnecessary inclusions of mbedtls/md.h by Valerio Setti · 1 year, 10 months ago
  71. 4d0e846 ssl: reorganize guards surrounding ssl_get_ecdh_params_from_cert() by Valerio Setti · 1 year, 10 months ago
  72. d4a10ce cipher/tls: use new symbols for guarding AEAD code by Valerio Setti · 1 year, 10 months ago
  73. be7915a Revert renaming of SHA512 options by Dave Rodgman · 1 year, 10 months ago
  74. a89d2ba Merge pull request #8327 from ronald-cron-arm/adapt-psa-crypto-repo-name by Ronald Cron · 1 year, 10 months ago gh-readonly-queue/development/pr-8327-e7ebec6723b61bd54800f649b1391e980edf2fbd
  75. 0ecb635 aesni: select `__cpuid` impl based on compiler type by Pengyu Lv · 1 year, 10 months ago
  76. 5b89c55 Rename MBEDTLS_SHAxxx_USE_ARMV8_yyy to MBEDTLS_SHAxxx_USE_ARMV8_A_yyy by Dave Rodgman · 1 year, 10 months ago
  77. fe9fda8 Rename MBEDTLS_ARCH_IS_ARMV8 to MBEDTLS_ARCH_IS_ARMV8_A by Dave Rodgman · 1 year, 10 months ago
  78. 5d4ef83 Fix hwcap detection on 32-bit Arm by Dave Rodgman · 1 year, 10 months ago
  79. 94a634d Rename A64 config options by Dave Rodgman · 1 year, 10 months ago
  80. e8c4bf1 aesni: declare cpuinfo as int by Pengyu Lv · 1 year, 10 months ago
  81. 308cb23 aesni: support cpuid on WIN32 by Pengyu Lv · 1 year, 10 months ago
  82. 78d7846 Make asm without side-effects not optimisable-out by Dave Rodgman · 1 year, 10 months ago
  83. 7871cb1 Include psa/build_info.h instead of mbedtls/build_info.h by Ronald Cron · 1 year, 10 months ago
  84. e7ebec6 Merge pull request #8281 from daverodgman/fix-hwonly-warnings by Dave Rodgman · 1 year, 10 months ago gh-readonly-queue/development/pr-8281-e6fa2c53a2bc7355231db35b908d98b2c1af4f79
  85. 8ba9f42 Fix arch detection for auto setting of clang flags by Dave Rodgman · 1 year, 10 months ago
  86. 866b3a1 Merge pull request #8323 from tom-daubney-arm/fix_mbedtls_styling_docs by Dave Rodgman · 1 year, 10 months ago
  87. 540324c Correct styling of Mbed TLS in documentation by Thomas Daubney · 1 year, 10 months ago
  88. 3677352 Merge pull request #8308 from valeriosetti/issue8052 by Paul Elliott · 1 year, 10 months ago
  89. 8e00fe0 Merge pull request #8309 from daverodgman/iar-warnings2 by Dave Rodgman · 1 year, 10 months ago
  90. e7cefae ssl: fix getting group id in ssl_check_key_curve() by Valerio Setti · 1 year, 10 months ago
  91. d3925d2 pk_internal: change guards for mbedtls_pk_ec_[ro/rw] by Valerio Setti · 1 year, 10 months ago
  92. f484884 pkcs12: use mbedtls_cipher_crypt() instead of explicitly defining all steps by Valerio Setti · 1 year, 10 months ago
  93. 2eab462 Fix IAR warnings by Dave Rodgman · 1 year, 10 months ago
  94. 9a36f4c Fix cast errors on IAR by Dave Rodgman · 1 year, 10 months ago
  95. 790370b code style by Dave Rodgman · 1 year, 10 months ago
  96. 3ba9ce3 Warn if using runtime detection and no Neon by Dave Rodgman · 1 year, 10 months ago
  97. 7ed619d Enable run-time detection for Thumb and Arm by Dave Rodgman · 1 year, 10 months ago
  98. 9bf752c Support MSVS with clang by Dave Rodgman · 1 year, 10 months ago
  99. 4855fdf Revert "Auto-generated files for v3.5.0" by Minos Galanakis · 1 year, 10 months ago
  100. 749f222 Get MBEDTLS_MAYBE_UNUSED to cover more compilers by Dave Rodgman · 1 year, 10 months ago