1. dc10825 MBEDTLS_STATIC_ASSERT: make it work outside of a function by Gilles Peskine · 1 year, 2 months ago
  2. be6a471 Merge pull request #9365 from eleuzi01/replace-gcm by Gilles Peskine · 12 months ago
  3. 9c9a3df Merge pull request #9366 from eleuzi01/replace-chachapoly by Gilles Peskine · 1 year ago
  4. 83a0d9d Replace MBEDTLS_SSL_HAVE_GCM with PSA_WANT_ALG_GCM by Elena Uziunaite · 1 year, 1 month ago
  5. 5c70c30 Replace MBEDTLS_SSL_HAVE_CHACHAPOLY with PSA_WANT_ALG_CHACHA20_POLY1305 by Elena Uziunaite · 1 year, 1 month ago
  6. 74342c7 Replace MBEDTLS_SSL_HAVE_CBC with PSA_WANT_ALG_CBC_NO_PADDING by Elena Uziunaite · 1 year, 1 month ago
  7. 6121a34 Replace MBEDTLS_SSL_HAVE_AES with PSA_WANT_KEY_TYPE_AES by Elena Uziunaite · 1 year, 1 month ago
  8. 417d05f Replace MBEDTLS_ECP_HAVE_SECP256R1 with PSA_WANT_ECC_SECP_R1_256 by Elena Uziunaite · 1 year, 1 month ago
  9. 901a675 Adapt make build system by Ronald Cron · 1 year, 1 month ago
  10. 088a1ab make: Fix object clean-up by Ronald Cron · 1 year, 1 month ago
  11. e7fdfdb Merge pull request #9123 from eleuzi01/replace-mbedtls-md-can-md5 by Bence Szépkúti · 1 year, 1 month ago
  12. b449476 Merge pull request #9354 from eleuzi01/replace-ecp-have-secp512r1 by Paul Elliott · 1 year, 1 month ago
  13. df772da Merge pull request #9358 from eleuzi01/replace-curve by Paul Elliott · 1 year, 1 month ago
  14. b66a991 Replace MBEDTLS_MD_CAN_MD5 with PSA_WANT_ALG_MD5 by Elena Uziunaite · 1 year, 3 months ago
  15. 9a75ddd Merge pull request #9350 from eleuzi01/replace-ecp-have-secp224r1 by Gilles Peskine · 1 year, 1 month ago
  16. b8d1087 Replace MBEDTLS_ECP_HAVE_BP*R1 with PSA_WANT counterparts by Elena Uziunaite · 1 year, 1 month ago
  17. 24e24f2 Replace MBEDTLS_ECP_HAVE_SECP521R1 with PSA_WANT_ECC_SECP_R1_521 by Elena Uziunaite · 1 year, 1 month ago
  18. eaa0cf0 Replace MBEDTLS_ECP_HAVE_SECP224R1 with PSA_WANT_ECC_SECP_R1_224 by Elena Uziunaite · 1 year, 1 month ago
  19. cb854d5 Merge pull request #9356 from eleuzi01/replace-ecp-have-secp-k1 by Gilles Peskine · 1 year, 1 month ago
  20. 9e85c9f Replace MBEDTLS_ECP_HAVE_SECP*K1 with PSA_WANT counterparts by Elena Uziunaite · 1 year, 1 month ago
  21. a363286 Replace MBEDTLS_ECP_HAVE_SECP192R1 with PSA_WANT_ECC_SECP_R1_192 by Elena Uziunaite · 1 year, 1 month ago
  22. 0b5d48e Replace MBEDTLS_ECP_HAVE_CURVE* with PSA_WANT counterparts by Elena Uziunaite · 1 year, 1 month ago
  23. 0916cd7 Replace MBEDTLS_MD_CAN_SHA256 with PSA_WANT_ALG_SHA_256 by Elena Uziunaite · 1 year, 2 months ago
  24. aef8cf3 Adjust build systems by Ronald Cron · 1 year, 1 month ago
  25. c29afb6 Adjust build systems by Ronald Cron · 1 year, 1 month ago
  26. 90ca414 Move crypto modules by Ronald Cron · 1 year, 1 month ago
  27. 3507d76 Modify rsa_alt_helpers.h docs by Thomas Daubney · 1 year, 1 month ago
  28. 9da1769 Remove MBEDTLS_ECP_ALT and associated options by Thomas Daubney · 1 year, 2 months ago
  29. e647d8f Remove MBEDTLS_ECJPAKE_ALT by Thomas Daubney · 1 year, 2 months ago
  30. 5edad7f Remove MBEDTLS_DHM_ALT by Thomas Daubney · 1 year, 2 months ago
  31. f47b66e Remove MBEDTLS_RSA_ALT by Thomas Daubney · 1 year, 2 months ago
  32. 2fbe012 Replace MBEDTLS_MD_CAN_SHA3_256 with PSA_WANT_ALG_SHA3_256 by Elena Uziunaite · 1 year, 2 months ago
  33. 4efd164 Merge pull request #8983 from Troy-Butler/handle-null-args by Gilles Peskine · 1 year, 1 month ago
  34. e290234 Merge pull request #9139 from bluerise/silence by Gilles Peskine · 1 year, 1 month ago
  35. c971d80 Merge pull request #9315 from gilles-peskine-arm/psa_cipher_decrypt-ccm_star-iv_length_enforcement by Gilles Peskine · 1 year, 1 month ago
  36. cd90695 Merge pull request #9214 from eleuzi01/replace-mbedtls-md-can-sha3-512 by Ronald Cron · 1 year, 1 month ago
  37. e8cd45c Replace MBEDTLS_MD_CAN_SHA3_512 with PSA_WANT_ALG_SHA3_512 by Elena Uziunaite · 1 year, 2 months ago
  38. 2cf41a2 Merge pull request #9171 from eleuzi01/replace-mbedtls-md-can-sha384 by Ronald Cron · 1 year, 1 month ago
  39. 45aa4d5 Merge pull request #9125 from eleuzi01/replace-mbedtls-md-can-ripemd160 by Ronald Cron · 1 year, 1 month ago
  40. 4a17523 Merge pull request #9170 from eleuzi01/replace-mbedtls-md-can-sha224 by Gilles Peskine · 1 year, 1 month ago
  41. 94f0768 Merge pull request #9082 from andre-rosa/check-overflow-when-reading-padding-len-on-aes-128-cbc-decryption by Gilles Peskine · 1 year, 1 month ago
  42. b476d4b Replace MBEDTLS_MD_CAN_SHA384 with PSA_WANT_ALG_SHA_384 by Elena Uziunaite · 1 year, 2 months ago
  43. fcc9afa Replace MBEDTLS_MD_CAN_SHA224 with PSA_WANT_ALG_SHA_224 by Elena Uziunaite · 1 year, 2 months ago
  44. fa7e15d Fix typo by Ronald Cron · 1 year, 1 month ago
  45. 3d817ad Adjust build systems by Ronald Cron · 1 year, 2 months ago
  46. 7b6ddfc psa_cipher_decrypt CCM*: fix rejection of messages shorter than 3 bytes by Gilles Peskine · 1 year, 1 month ago
  47. f0481f5 Merge pull request #9258 from tom-daubney-arm/drop_padlock_support by Ronald Cron · 1 year, 1 month ago
  48. f57a352 Remove superfluous brackets by Thomas Daubney · 1 year, 1 month ago
  49. 4e5d183 Correct pluralisation errors in comments by Thomas Daubney · 1 year, 1 month ago
  50. 1d08e2f Change guard implementation by Thomas Daubney · 1 year, 1 month ago
  51. 6a758fc Add guarding to aes_maybe_realign by Thomas Daubney · 1 year, 1 month ago
  52. 1b6fb21 Replace MBEDTLS_MD_CAN_RIPEMD160 with PSA_WANT_ALG_RIPEMD160 by Elena Uziunaite · 1 year, 3 months ago
  53. de0d7e6 Merge pull request #9247 from ronald-cron-arm/move-psa-headers by Ronald Cron · 1 year, 2 months ago
  54. 62af02c Drop support for VIA Padlock by Thomas Daubney · 1 year, 2 months ago
  55. f412720 Merge pull request #9242 from sezrab/fix-function-parameter by Tom Cosgrove · 1 year, 2 months ago
  56. c7e9e36 Adjust build systems by Ronald Cron · 1 year, 2 months ago
  57. a0cfe01 Merge pull request #9241 from lhuang04/official_development_psk_null2 by Tom Cosgrove · 1 year, 2 months ago
  58. 3504c88 Fix incorrect array length in function prototype by Sam Berry · 1 year, 2 months ago
  59. 54adeab set psk to null in ssl_psk_remove by lhuang04 · 1 year, 2 months ago
  60. 69770aa Use unsigned long rather than size_t for format string readability by Gilles Peskine · 1 year, 2 months ago
  61. a9d4ef0 Fix uint32_t printed as unsigned int by Gilles Peskine · 1 year, 2 months ago
  62. 8c60b16 Merge pull request #8643 from gilles-peskine-arm/tls12_server-pk_opaque-dead_code by Gilles Peskine · 1 year, 2 months ago
  63. 5da4b7d Silence gcc 12.2.0 warning by Patrick Wildt · 1 year, 3 months ago
  64. bdce657 Merge pull request #9067 from gilles-peskine-arm/ssl-opt-server2-detection by Gilles Peskine · 1 year, 3 months ago
  65. ca73fc6 Merge pull request #9026 from nileshkale123/fix/redefination_warning_for_gnu_source by Gilles Peskine · 1 year, 3 months ago
  66. 61734ec Merge pull request #9073 from valeriosetti/issue9068 by Manuel Pégourié-Gonnard · 1 year, 3 months ago
  67. 9791ee9 Merge pull request #8538 from Ryan-Everett-arm/8537-fix-error-handling-for-secure-element-keys-in-psa_start_key_creation by Gilles Peskine · 1 year, 3 months ago
  68. fa8fc27 Merge pull request #9069 from Ryan-Everett-arm/fix-get-and-lock-key-slot-threading-bug by Gilles Peskine · 1 year, 3 months ago
  69. d0a1691 Remove unnecessary cast by Andre Goddard Rosa · 1 year, 3 months ago
  70. 30666d4 Add invalid `padding_len` check in `get_pkcs_padding` by Andre Goddard Rosa · 1 year, 3 months ago
  71. 489688c Merge pull request #9065 from paul-elliott-arm/fix_ubsan_mp_aead_gcm by Gilles Peskine · 1 year, 3 months ago
  72. 28cc31c md: fix guards for mbedtls_md_error_from_psa() by Valerio Setti · 1 year, 3 months ago
  73. d338d01 Fixed issue of redefinition warning messages for _GNU_SOURCE by nilesh.kale · 1 year, 4 months ago
  74. 925b2d7 Clarify psa_get_and_lock_key_slot return behaviour by Ryan Everett · 1 year, 3 months ago
  75. 04e2b04 Explicitly document return behaviour by Ryan Everett · 1 year, 3 months ago
  76. dd90507 Fix potential non-NULL slot return on failure by Ryan Everett · 1 year, 3 months ago
  77. dde67bb Fix a compilation warning in pk.c when PSA is enabled and RSA is disabled by Gilles Peskine · 1 year, 3 months ago
  78. 024d3da Merge pull request #8986 from valeriosetti/issue8871 by Manuel Pégourié-Gonnard · 1 year, 3 months ago
  79. a3daff4 Add early exit if zero length AEAD AD passed in. by Paul Elliott · 1 year, 3 months ago
  80. bee9656 Merge pull request #8999 from tom-cosgrove-arm/fix-compilation-when-memcpy-is-function-like-macro by Gilles Peskine · 1 year, 4 months ago gh-readonly-queue/development/pr-8999-32e26eff4965f7489e836838f32868e2a2de210f
  81. a4b773d Merge pull request #6955 from inorick/nofa_no_session_tickets by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  82. 233fcaa tls13: Do not initiate at all resumption if tickets not supported by Ronald Cron · 1 year, 4 months ago
  83. a376f84 Merge pull request #8937 from valeriosetti/issue8712 by Bence Szépkúti · 1 year, 4 months ago
  84. da73abc Fix NULL handling in mbedtls_ssl_config.free() function by Troy-Butler · 1 year, 4 months ago
  85. cf47a15 ssl_msg.c: Rename _check_new_session_ticket to _is_new_session_ticket by Ronald Cron · 1 year, 4 months ago
  86. a2c45dc Fix compilation of ssl_tls13_generic.c when memcpy() is a function-like macro by Tom Cosgrove · 1 year, 4 months ago
  87. 390f276 pk: fix unused variable in copy_from_psa() by Valerio Setti · 1 year, 4 months ago
  88. 30978ec Merge pull request #8874 from stevenwdv/development by Paul Elliott · 1 year, 4 months ago
  89. 9860056 Revert "Autogenerated files for 3.6.0" by Minos Galanakis · 1 year, 4 months ago
  90. 7df18bc tls13: cli: Ignore tickets if not supported by Ronald Cron · 1 year, 4 months ago
  91. d36913a Constify parameter of ssl_tls13_session_load by Norbert Fabritius · 2 years, 6 months ago
  92. 8ceeff9 Enable ssl_tls13_get_ciphersuite_hash_alg only if macro is active by Norbert Fabritius · 2 years, 6 months ago
  93. d60aef0 Unconditionally define session variable by Norbert Fabritius · 2 years, 6 months ago
  94. 1f045f3 tls13: srv: Fix guards of _is_psk_(ephemeral_)available by Ronald Cron · 1 year, 4 months ago
  95. 96eed72 Guard ticket specific TLS 1.3 function with macro by Norbert Fabritius · 2 years, 6 months ago
  96. 9ac3e23 Fix NULL argument handling in mbedtls_xxx_free() functions by Troy-Butler · 1 year, 4 months ago
  97. e8a6833 Autogenerated files for 3.6.0 by Minos Galanakis · 1 year, 4 months ago
  98. afa6d51 pk: simplify mbedtls_pk_sign_ext() by Valerio Setti · 1 year, 5 months ago
  99. 4492dbd Version Bump for 3.6.0 by Minos Galanakis · 1 year, 5 months ago
  100. d9d6435 Merge branch 'development-restricted' into mbedtls-3.6.0rc0-pr by Minos Galanakis · 1 year, 5 months ago