1. 0c9c10a Introduce mbedtls_ssl_get_ciphersuite_sig_pk_ext_alg() and use it in ssl_pick_cert() by Neil Armstrong · 3 years, 3 months ago
  2. 01d2f52 Inline mbedtls_x509_dn_get_next() in x509.h by Glenn Strauss · 3 years, 1 month ago
  3. 93a7f7d Merge pull request #5954 from wernerlewis/x509_next_merged by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  4. b33bd19 Enable HKDF EXTRACT/EXPAND algs by Przemek Stekiel · 3 years, 2 months ago
  5. 36aeb7f Merge pull request #5834 from mprse/HKDF_1 by Gilles Peskine · 3 years, 2 months ago
  6. 2f1d510 Fix incorrect param in function declaration by Werner Lewis · 3 years, 2 months ago
  7. b3acb05 Add mbedtls_x509_dn_get_next function by Werner Lewis · 3 years, 2 months ago
  8. 5f2bc75 Merge pull request #5792 from yuhaoth/pr/add-tls13-moving-state-tests by Paul Elliott · 3 years, 2 months ago
  9. 4b55a89 Merge pull request #5887 from tom-daubney-arm/mbedtls_x509_crt_ext_types_accessor by Dave Rodgman · 3 years, 2 months ago
  10. a5f39e0 Move accessor definition by Thomas Daubney · 3 years, 2 months ago
  11. 3e8249c Add PSA_WANT_ALG_HKDF_EXPAND, PSA_WANT_ALG_HKDF_EXTRACT, adapt code and dependencies by Przemek Stekiel · 3 years, 2 months ago
  12. 73f97d4 PSA_ALG_HKDF: add salt processing warning by Przemek Stekiel · 3 years, 2 months ago
  13. a29b488 Optimize code by adding PSA_ALG_IS_ANY_HKDF macro by Przemek Stekiel · 3 years, 2 months ago
  14. 459ee35 Fix typo and style by Przemek Stekiel · 3 years, 2 months ago
  15. 979aa49 Add accessor for x509 certificate extension types by Thomas Daubney · 3 years, 4 months ago
  16. 09858ae Merge pull request #5813 from mprse/deprecate_mbedtls_cipher_setup_psa by Gilles Peskine · 3 years, 2 months ago
  17. 07c2e5e Merge pull request #5860 from superna9999/4745-psa-jpake-api-fixes by Janos Follath · 3 years, 2 months ago
  18. 4dec0e5 fix state undeclare error by Jerry Yu · 3 years, 3 months ago
  19. ccffab3 Remove linkage documentation on PAKE cipher-suite helpers by Neil Armstrong · 3 years, 2 months ago
  20. 52625b7 Merge pull request #5876 from tom-cosgrove-arm/fix-typos-220526 by Dave Rodgman · 3 years, 2 months ago
  21. 1bc0ca4 Merge pull request #5875 from Summer-ARM/mbedtls-psa-crypto-config by Janos Follath · 3 years, 2 months ago
  22. 5ed8a0e Overall PSA PAKE API style issues fixes by Neil Armstrong · 3 years, 2 months ago
  23. 5892aa6 Fix typo in PSA_ALG_JPAKE documentation by Neil Armstrong · 3 years, 2 months ago
  24. 1e21144 Fix spelling and typographical errors found by cspell by Tom Cosgrove · 3 years, 2 months ago
  25. f0b4253 Remove duplicated PSA_WANT_ALG_CMAC in crypto_config.h by Summer Qin · 3 years, 2 months ago
  26. 6b916b1 Add client certificate parse and certificate verify by XiaokangQian · 3 years, 3 months ago
  27. ef15751 PSA PAKE API typos in documentation fixes by Neil Armstrong · 3 years, 2 months ago
  28. 72ab56a Overall PSA PAKE API style issues fixes by Neil Armstrong · 3 years, 2 months ago
  29. eb93a6f Use PSA_ALG_NONE in PSA_PAKE_OPERATION_INIT to init psa_algorithm_t by Neil Armstrong · 3 years, 2 months ago
  30. 2056ce5 Fix PSA_PAKE_OUTPUT_MAX_SIZE/PSA_PAKE_INPUT_MAX_SIZE commment about parameters to PSA_PAKE_OUTPUT_SIZE/PSA_PAKE_INPUT_SIZE by Neil Armstrong · 3 years, 2 months ago
  31. 69e348d Merge pull request #5833 from superna9999/5826-create-mbedtls-pk-can-do-psa by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  32. 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
  33. e9b4581 Clarify BAD_STATE return documentation on bad ordering of input and output steps for psa_pake_input() & psa_pake_output() by Neil Armstrong · 3 years, 3 months ago
  34. 0d24575 Clarify BAD_STATE return documentation of psa_pake_set_peer() by Neil Armstrong · 3 years, 3 months ago
  35. 59fa8ee Update return documentation of psa_pake_abort() by Neil Armstrong · 3 years, 3 months ago
  36. 97d74b8 Update return documentation of psa_pake_get_implicit_key() by Neil Armstrong · 3 years, 3 months ago
  37. 407b27b Update return documentation of psa_pake_input() by Neil Armstrong · 3 years, 3 months ago
  38. 664077e Update return documentation of psa_pake_output() by Neil Armstrong · 3 years, 3 months ago
  39. 2a6dd9c Rename & update documentation of function, types, and macros for psa_pake_set_role() and associated by Neil Armstrong · 3 years, 3 months ago
  40. 16ff788 Update return documentation of psa_pake_set_peer() by Neil Armstrong · 3 years, 3 months ago
  41. 3585168 Update return documentation of psa_pake_set_user() by Neil Armstrong · 3 years, 3 months ago
  42. 71cae61 Update return documentation of psa_pake_set_password_key() by Neil Armstrong · 3 years, 3 months ago
  43. 4721a6f Update return documentation of psa_pake_setup() by Neil Armstrong · 3 years, 3 months ago
  44. 1614537 Fix password wording in PSA_ALG_JPAKE documentation by Neil Armstrong · 3 years, 3 months ago
  45. 7bc71e9 Fix output_size documentation of psa_pake_output() by Neil Armstrong · 3 years, 3 months ago
  46. cd974d5 Fix return documentation of PSA_PAKE_OUTPUT_SIZE by Neil Armstrong · 3 years, 3 months ago
  47. d5a4825 Add missing psa_pake_cs_get_bits() by Neil Armstrong · 3 years, 3 months ago
  48. ff9cac7 Add missing psa_pake_cs_get_family() by Neil Armstrong · 3 years, 3 months ago
  49. 0c8ef93 Add missing psa_pake_abort() by Neil Armstrong · 3 years, 3 months ago
  50. 799106b Pass input as const reference and fix documentation of psa_pake_input() by Neil Armstrong · 3 years, 3 months ago
  51. 47e700e Pass cipher_suite parameter of psa_pake_setup() by const reference by Neil Armstrong · 3 years, 3 months ago
  52. 0151c55 Add documentation of PSA_PAKE_OPERATION_INIT by Neil Armstrong · 3 years, 3 months ago
  53. 5ff6a7f Add missing psa_pake_cipher_suite_init() by Neil Armstrong · 3 years, 3 months ago
  54. fb99302 Add missing PSA_PAKE_CIPHER_SUITE_INIT by Neil Armstrong · 3 years, 3 months ago
  55. a724f7a Document mbedtls_pk_can_do_ext() return for non-allowed algorithms and usage flags by Neil Armstrong · 3 years, 3 months ago
  56. 6dbbf44 Fix typos in documentation and constants with typo finding tool by bootstrap-prime · 3 years, 3 months ago
  57. b398d86 Update descryption of HKDF-Extract/Expand algs and fix comment by Przemek Stekiel · 3 years, 3 months ago
  58. 408f6a6 Add usage parameter to mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 3 months ago
  59. cec133a Fix typo in mbedtls_pk_can_do_ext() documentation by Neil Armstrong · 3 years, 3 months ago
  60. 1cd4f6a Merge pull request #5794 from mprse/cipher_dep by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  61. 4014a04 Merge pull request #5617 from gilles-peskine-arm/chacha20-rfc7539-test-vector by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  62. 0b52958 Add definition of mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 3 months ago
  63. a09f835 Fix CIPHER dependencies dependeny and error messages by Przemek Stekiel · 3 years, 3 months ago
  64. ea805b4 mbedtls_config.h, check_config.h: fix CIPHER dependencies by Przemek Stekiel · 3 years, 3 months ago
  65. 58f5915 Merge pull request #5732 from daverodgman/warmsocks_spellingfixes by Dave Rodgman · 3 years, 3 months ago
  66. 34f6ac7 Merge pull request #5812 from adeaarm/development by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  67. 5c65c57 Fix additional misspellings found by codespell by Andrzej Kurek · 3 years, 4 months ago
  68. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  69. ebf6281 crypto_values.h: fix description by Przemek Stekiel · 3 years, 3 months ago
  70. 6b6ce32 Add definitions for HKDF-Extract and HKDF-Expand algs by Przemek Stekiel · 3 years, 3 months ago
  71. 4265026 Merge pull request #5783 from mprse/md_dep_v3 by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  72. 6e71282 Fix caller list of the MD module by Przemek Stekiel · 3 years, 3 months ago
  73. ef1fb4a Deprecate mbedtls_cipher_setup_psa() by Przemek Stekiel · 3 years, 3 months ago
  74. 6729474 Fix key_id and owner_id accessor macros by Antonio de Angelis · 3 years, 3 months ago
  75. 8ecd668 Keep raw PSK when set via mbedtls_ssl_conf_psk() and feed as input_bytes by Neil Armstrong · 3 years, 3 months ago
  76. e952a30 Remove RAW PSK when MBEDTLS_USE_PSA_CRYPTO is selected by Neil Armstrong · 3 years, 3 months ago
  77. 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
  78. 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
  79. 2b5d898 Merge pull request #5644 from gilles-peskine-arm/psa-storage-format-test-exercise by Gilles Peskine · 3 years, 3 months ago
  80. 0381083 Merge pull request #5654 from gilles-peskine-arm/psa-crypto-config-file by Gilles Peskine · 3 years, 3 months ago
  81. f216179 Merge pull request #2082 from hanno-arm/iotssl-2490 by Gilles Peskine · 3 years, 3 months ago
  82. a1fc18f Change mbedtls_pk_wrap_as_opaque() signature to specify alg, usage and key_enrollment_algorithm by Neil Armstrong · 3 years, 4 months ago
  83. 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
  84. 6aadf0b mbedtls_config.h: update dependencies for MBEDTLS_MD_C by Przemek Stekiel · 3 years, 3 months ago
  85. efffd64 Note that MBEDTLS_CONFIG_FILE can't be defined inside the config file by Gilles Peskine · 3 years, 3 months ago
  86. 8ba99e7 Clarify wording of documentation by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  87. 2b9fb88 Clarify documentation of mbedtls_x509_crt_profile by Hanno Becker · 7 years ago
  88. 72b99ed Merge pull request #5381 from mpg/benchmark-ecc-heap by Gilles Peskine · 3 years, 4 months ago
  89. 38b8aa4 Merge pull request #5539 from xkqian/add_client_hello_to_server by Ronald Cron · 3 years, 4 months ago
  90. 70701e3 Merge pull request #5726 from mprse/mixed_psk_1_v2 by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  91. 90c7014 Merge pull request #5728 from superna9999/5711-pk-opaque-rsa-pss-sign by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  92. 7f1c89d Provide other_secret, other_secret_length fields if MBEDTLS_PSA_BUILTIN_ALG_TLS12_PSK_TO_MS is defined by Przemek Stekiel · 3 years, 4 months ago
  93. 23143dc Update mbedtls_pk_wrap_as_opaque() public documentation for RSA & RSA-PSS by Neil Armstrong · 3 years, 4 months ago
  94. 0a1b54e Minor change the place of some functions by XiaokangQian · 3 years, 4 months ago
  95. 75d40ef Refine code base on review by XiaokangQian · 3 years, 4 months ago
  96. 0803755 Update code base on review comments by XiaokangQian · 3 years, 4 months ago
  97. 8f9dfe4 Fix comments about coding styles and test cases by XiaokangQian · 3 years, 4 months ago
  98. cfd925f Fix comments and remove hrr related code by XiaokangQian · 3 years, 4 months ago
  99. ed582dd Update based on comments by XiaokangQian · 3 years, 4 months ago
  100. 3207a32 Fix unused parameter issue and not defined cookie issue by XiaokangQian · 3 years, 5 months ago