1. 98473c4 Officially deprecate MBEDTLS_PSA_CRYPTO_SE_C by Gilles Peskine · 3 years, 2 months ago
  2. 09858ae Merge pull request #5813 from mprse/deprecate_mbedtls_cipher_setup_psa by Gilles Peskine · 3 years, 2 months ago
  3. 52625b7 Merge pull request #5876 from tom-cosgrove-arm/fix-typos-220526 by Dave Rodgman · 3 years, 2 months ago
  4. 1e21144 Fix spelling and typographical errors found by cspell by Tom Cosgrove · 3 years, 2 months ago
  5. 6b916b1 Add client certificate parse and certificate verify by XiaokangQian · 3 years, 3 months ago
  6. 69e348d Merge pull request #5833 from superna9999/5826-create-mbedtls-pk-can-do-psa by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  7. b2f2b02 Clarify mbedtls_pk_can_do_ext() return documentation amd add warning on future addition of allowed algs & usage flags by Neil Armstrong · 3 years, 3 months ago
  8. a724f7a Document mbedtls_pk_can_do_ext() return for non-allowed algorithms and usage flags by Neil Armstrong · 3 years, 3 months ago
  9. 6dbbf44 Fix typos in documentation and constants with typo finding tool by bootstrap-prime · 3 years, 3 months ago
  10. 408f6a6 Add usage parameter to mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 3 months ago
  11. cec133a Fix typo in mbedtls_pk_can_do_ext() documentation by Neil Armstrong · 3 years, 3 months ago
  12. 1cd4f6a Merge pull request #5794 from mprse/cipher_dep by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  13. 4014a04 Merge pull request #5617 from gilles-peskine-arm/chacha20-rfc7539-test-vector by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  14. 0b52958 Add definition of mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 3 months ago
  15. a09f835 Fix CIPHER dependencies dependeny and error messages by Przemek Stekiel · 3 years, 3 months ago
  16. ea805b4 mbedtls_config.h, check_config.h: fix CIPHER dependencies by Przemek Stekiel · 3 years, 3 months ago
  17. 5c65c57 Fix additional misspellings found by codespell by Andrzej Kurek · 3 years, 4 months ago
  18. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  19. 4265026 Merge pull request #5783 from mprse/md_dep_v3 by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  20. 6e71282 Fix caller list of the MD module by Przemek Stekiel · 3 years, 3 months ago
  21. ef1fb4a Deprecate mbedtls_cipher_setup_psa() by Przemek Stekiel · 3 years, 3 months ago
  22. 8ecd668 Keep raw PSK when set via mbedtls_ssl_conf_psk() and feed as input_bytes by Neil Armstrong · 3 years, 3 months ago
  23. e952a30 Remove RAW PSK when MBEDTLS_USE_PSA_CRYPTO is selected by Neil Armstrong · 3 years, 3 months ago
  24. 501c932 Import PSK as opaque PSA key for mbedtls_ssl_conf_psk() & mbedtls_ssl_set_hs_psk() by Neil Armstrong · 3 years, 3 months ago
  25. 068a13d Merge pull request #5771 from superna9999/5761-rsa-decrypt-rework-pk-wrap-as-opaque by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  26. 2b5d898 Merge pull request #5644 from gilles-peskine-arm/psa-storage-format-test-exercise by Gilles Peskine · 3 years, 3 months ago
  27. 0381083 Merge pull request #5654 from gilles-peskine-arm/psa-crypto-config-file by Gilles Peskine · 3 years, 3 months ago
  28. f216179 Merge pull request #2082 from hanno-arm/iotssl-2490 by Gilles Peskine · 3 years, 3 months ago
  29. a1fc18f Change mbedtls_pk_wrap_as_opaque() signature to specify alg, usage and key_enrollment_algorithm by Neil Armstrong · 3 years, 4 months ago
  30. bc3cfed check_config.h: Add MBEDTLS_MD_C dependency MBEDTLS_PKCS12_C, MBEDTLS_PKCS1_V15, MBEDTLS_PKCS1_V21, MBEDTLS_PK_C by Przemek Stekiel · 3 years, 3 months ago
  31. 6aadf0b mbedtls_config.h: update dependencies for MBEDTLS_MD_C by Przemek Stekiel · 3 years, 3 months ago
  32. efffd64 Note that MBEDTLS_CONFIG_FILE can't be defined inside the config file by Gilles Peskine · 3 years, 3 months ago
  33. 8ba99e7 Clarify wording of documentation by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  34. 2b9fb88 Clarify documentation of mbedtls_x509_crt_profile by Hanno Becker · 7 years ago
  35. 72b99ed Merge pull request #5381 from mpg/benchmark-ecc-heap by Gilles Peskine · 3 years, 4 months ago
  36. 38b8aa4 Merge pull request #5539 from xkqian/add_client_hello_to_server by Ronald Cron · 3 years, 4 months ago
  37. 90c7014 Merge pull request #5728 from superna9999/5711-pk-opaque-rsa-pss-sign by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  38. 23143dc Update mbedtls_pk_wrap_as_opaque() public documentation for RSA & RSA-PSS by Neil Armstrong · 3 years, 4 months ago
  39. 0a1b54e Minor change the place of some functions by XiaokangQian · 3 years, 4 months ago
  40. 75d40ef Refine code base on review by XiaokangQian · 3 years, 4 months ago
  41. 0803755 Update code base on review comments by XiaokangQian · 3 years, 4 months ago
  42. 8f9dfe4 Fix comments about coding styles and test cases by XiaokangQian · 3 years, 4 months ago
  43. cfd925f Fix comments and remove hrr related code by XiaokangQian · 3 years, 4 months ago
  44. ed582dd Update based on comments by XiaokangQian · 3 years, 4 months ago
  45. 3207a32 Fix unused parameter issue and not defined cookie issue by XiaokangQian · 3 years, 5 months ago
  46. 7807f9f Add client hello into server side by XiaokangQian · 3 years, 6 months ago
  47. 217d699 Fix Doxygen marks by Ronald Cron · 3 years, 4 months ago
  48. a2da9c7 Merge pull request #5631 from gstrauss/enum-tls-vers by Paul Elliott · 3 years, 4 months ago
  49. 6d187af psa_crypto does not support XTS by Gilles Peskine · 3 years, 5 months ago
  50. 09dc05b Merge pull request #5635 from gilles-peskine-arm/psa-test-op-fail by Gilles Peskine · 3 years, 4 months ago
  51. bbdc83b Use mbedtls_ssl_protocol_version in public structs by Glenn Strauss · 3 years, 4 months ago
  52. d09b343 Deprecate mbedtls_ssl_conf_(min/max)_version() by Glenn Strauss · 3 years, 4 months ago
  53. 60bfe60 mbedtls_ssl_ciphersuite_t min_tls_version,max_tls_version by Glenn Strauss · 3 years, 5 months ago
  54. 2dfcea2 mbedtls_ssl_config min_tls_version, max_tls_version by Glenn Strauss · 3 years, 5 months ago
  55. da7851c Rename mbedtls_ssl_session minor_ver to tls_version by Glenn Strauss · 3 years, 5 months ago
  56. dff8462 Unify internal/external TLS protocol version enums by Glenn Strauss · 3 years, 5 months ago
  57. 58ffcba Make it explicit that an absolute path is also ok by Gilles Peskine · 3 years, 4 months ago
  58. 0c4db1f Wording improvement by Gilles Peskine · 3 years, 4 months ago
  59. db0421b More precise explanation of MBEDTLS_PSA_CRYPTO_CONFIG disabled by Gilles Peskine · 3 years, 4 months ago
  60. f68f43a State explicitly USER config files can modify the default config by Gilles Peskine · 3 years, 4 months ago
  61. 3f49cc1 Clarify the "duplicate documentation" remark by Gilles Peskine · 3 years, 4 months ago
  62. d5793ce Document the section "General configuration options" by Gilles Peskine · 3 years, 4 months ago
  63. 611179c Fix name mismatch in section end comment by Gilles Peskine · 3 years, 4 months ago
  64. 6c242a0 Merge pull request #5634 from superna9999/5625-pk-opaque-rsa-basics by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  65. 6457ef9 Format literal # in a way that doesn't confuse older Doxygen by Gilles Peskine · 3 years, 4 months ago
  66. ba4162a Place MBEDTLS_CONFIG_FILE and such into a new section by Gilles Peskine · 3 years, 4 months ago
  67. e5a7ba6 Merge pull request #5719 from tom-cosgrove-arm/adamwolf-reasonable by Dave Rodgman · 3 years, 4 months ago
  68. e1730e4 Merge pull request #5708 from AndrzejKurek/timeless-struggles by Gilles Peskine · 3 years, 4 months ago
  69. 039080f Fix spelling of 'reasonable' in comments by Adam Wolf · 6 years ago
  70. 5735369 Remove the dependency on MBEDTLS_HAVE_TIME from MBEDTLS_TIMING_C by Andrzej Kurek · 3 years, 4 months ago
  71. f4c6eb0 Support alternative MBEDTLS_PSA_CRYPTO_CONFIG_FILE by Gilles Peskine · 3 years, 5 months ago
  72. 236e17e Introduce mbedtls_ssl_hs_cb_t typedef by Glenn Strauss · 3 years, 5 months ago
  73. b354742 Update documentation of mbedtls_pk_setup_opaque() by Neil Armstrong · 3 years, 5 months ago
  74. 1b05aff Merge pull request #5624 from superna9999/5312-tls-server-ecdh by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  75. 7a2e83b Add missing logic for accelerated ECB under MBEDTLS_PSA_CRYPTO_CONFIG by Gilles Peskine · 3 years, 5 months ago
  76. 0e980e8 Merge pull request #5640 from ronald-cron-arm/version-negotiation-2 by Ronald Cron · 3 years, 4 months ago
  77. 33a9d61 Merge pull request #5638 from paul-elliott-arm/ssl_cid_accessors by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  78. 0113cf1 Add accessor for own cid to ssl context by Paul Elliott · 3 years, 5 months ago
  79. bdb4f58 Add and update documentation of some minor version fields by Ronald Cron · 3 years, 4 months ago
  80. 017a199 Update references to old Github organisation by Dave Rodgman · 3 years, 4 months ago
  81. 98f6f78 Update mbedtls_pk_wrap_as_opaque() documentation for ECDH derivation usage by Neil Armstrong · 3 years, 4 months ago
  82. a980adf Merge pull request #5637 from ronald-cron-arm/version-negotiation-1 by Ronald Cron · 3 years, 4 months ago
  83. 3304f25 Merge pull request #5653 from paul-elliott-arm/handshake_over by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  84. 571f118 Merge pull request #5642 from mprse/ecp_export by Paul Elliott · 3 years, 4 months ago
  85. 1c41501 Merge pull request #5632 from tom-cosgrove-arm/seclib-667-sha512-acceleration-mbedtls-internal by Dave Rodgman · 3 years, 4 months ago
  86. de1adee Rename ssl_cli/srv.c by Ronald Cron · 3 years, 5 months ago
  87. 63d97ad Merge pull request #5559 from yuhaoth/pr/add-rsae-sha384-sha512 by Ronald Cron · 3 years, 4 months ago
  88. cefa904 Merge pull request #5622 from paul-elliott-arm/timing_delay_accessor by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  89. e6e73d6 fix comments issue by Jerry Yu · 3 years, 5 months ago
  90. 87fbfb5 SECLIB-667: Accelerate SHA-512 with A64 crypto extensions by Tom Cosgrove · 3 years, 5 months ago
  91. 5e4bf95 Merge pull request #5602 from superna9999/5174-md-hmac-dtls-cookies by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  92. 93ba3e3 Add mbedtls_ssl_is_handshake_over() function by Paul Elliott · 3 years, 5 months ago
  93. 488a40e Rename psa_hmac to psa_hmac_key in mbedtls_ssl_cookie_ctx by Neil Armstrong · 3 years, 5 months ago
  94. c0db762 Also guard include of mbedtls/threading.h in ssl_cookie.h when USE_PSA_CRYPTO is set by Neil Armstrong · 3 years, 5 months ago
  95. 406cf27 fix various issues by Jerry Yu · 3 years, 5 months ago
  96. b02ee18 replace use_psa_crypto with psa_crypto_c by Jerry Yu · 3 years, 5 months ago
  97. 704cfd2 fix comments and style issues by Jerry Yu · 3 years, 5 months ago
  98. 718a9b4 fix doxgen fail by Jerry Yu · 3 years, 5 months ago
  99. bc18c23 Guard pk_sign_ext with PSA_CRYPTO_C by Jerry Yu · 3 years, 5 months ago
  100. 79c0041 Add PSA && TLS1_3 check_config by Jerry Yu · 3 years, 5 months ago