1. 7085aa4 Merge pull request #5896 from wernerlewis/aes_shallow_copy by Dave Rodgman · 3 years ago
  2. 9750f81 Rename MBEDTLS_SSL_TICKET_NONCE_LENGTH by Jerry Yu · 3 years, 1 month ago
  3. 0a430c8 Rename resumption_key and the hardcode len by Jerry Yu · 3 years, 1 month ago
  4. b144138 Remove ticket_flags by Jerry Yu · 3 years, 1 month ago
  5. 08aed4d fix comments and time_t type issues by Jerry Yu · 3 years, 1 month ago
  6. af2c0c8 fix various comment/format issues by Jerry Yu · 3 years, 1 month ago
  7. a357cf4 Rename new_session_ticket state by Jerry Yu · 3 years, 1 month ago
  8. f8a4994 Add tls13 new session ticket parser by Jerry Yu · 3 years, 1 month ago
  9. c62ae5f Add new session ticket message check by Jerry Yu · 3 years, 1 month ago
  10. a270f67 Add tls13 session fields by Jerry Yu · 3 years, 1 month ago
  11. 0038c5f Add ticket nonce setting by Jerry Yu · 3 years, 1 month ago
  12. d5b1eb5 Merge pull request #6078 from yuhaoth/pr/add-tls13-paser-psk-kex-mode-ext by Ronald Cron · 3 years, 1 month ago
  13. e19e3b9 Add psk_key_exchange_modes parser by Jerry Yu · 3 years, 1 month ago
  14. cd08ba0 Bump version to 3.2.1 by Paul Elliott · 3 years, 1 month ago
  15. 20362cd Bump library and so versions for 3.2.0 release by Paul Elliott · 3 years, 1 month ago
  16. ce7d76e Merge remote-tracking branch 'mbedtls-restricted/development-restricted' into mbedtls-3.2.0rc0-pr by Ronald Cron · 3 years, 1 month ago
  17. 3e83098 Clarify the TLS 1.3 situation by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  18. ff43ff6 Remove stability waiver from USE_PSA by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  19. 4d7af2a Merge pull request #5835 from superna9999/5831-tls-1-2-ciphersuite-selection by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  20. 41aa808 Merge pull request #952 from gilles-peskine-arm/stdio_buffering-setbuf by Paul Elliott · 3 years, 1 month ago
  21. bae7a1a Merge pull request #5620 from gstrauss/dn_hints by Paul Elliott · 3 years, 1 month ago
  22. 790ab52 Merge pull request #5962 from gilles-peskine-arm/storage-format-doc-202206 by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  23. 0bd76ee Fix Doxygen documentation attached to non-existent elements by Gilles Peskine · 3 years, 1 month ago
  24. 6497b5a Add setbuf platform function by Gilles Peskine · 3 years, 1 month ago
  25. bcde39c Merge pull request #5612 from tom-cosgrove-arm/tls13-config-options by Ronald Cron · 3 years, 1 month ago
  26. 31fcfd5 Merge pull request #5981 from mprse/hkdf_config_fix by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  27. afb2fe1 Document that MBEDTLS_SSL_KEEP_PEER_CERTIFICATE is required by MBEDTLS_SSL_PROTO_TLS1_3 by Tom Cosgrove · 3 years, 1 month ago
  28. 6d71944 Specify unit for rk_offset in AES context by Werner Lewis · 3 years, 2 months ago
  29. dd76ef3 Refactor AES context to be shallow-copyable by Werner Lewis · 3 years, 2 months ago
  30. 7898fd4 Merge pull request #5970 from gabor-mezei-arm/5229_Send_dummy_change_cipher_spec_records_from_server by Ronald Cron · 3 years, 1 month ago
  31. 7d14c19 Merge pull request #5905 from gilles-peskine-arm/changelog-improvements-20220609-development by Gilles Peskine · 3 years, 1 month ago
  32. 999ef70 Add accessors to config DN hints for cert request by Glenn Strauss · 3 years, 5 months ago
  33. 9f4606e Rename mbedtls_ssl_get_ciphersuite_sig_pk_ext_XXX in mbedtls_ssl_get_ciphersuite_sig_pk_ext_XXX() by Neil Armstrong · 3 years, 1 month ago
  34. 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
  35. f7044ea Fix name by Gabor Mezei · 3 years, 1 month ago
  36. 01d2f52 Inline mbedtls_x509_dn_get_next() in x509.h by Glenn Strauss · 3 years, 1 month ago
  37. 18399d8 Add comment to config_psa.h about enabling PSA_HKDF/PSA_HKDF_EXRACT/PSA_HKDF_EXPAND algs by Przemek Stekiel · 3 years, 1 month ago
  38. 93a7f7d Merge pull request #5954 from wernerlewis/x509_next_merged by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  39. 4cfaae5 Save code size by calling get_type only once by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  40. 7b39bf1 Send dummy change_cipher_spec records from TLS 1.3 server by Gabor Mezei · 3 years, 2 months ago
  41. b33bd19 Enable HKDF EXTRACT/EXPAND algs by Przemek Stekiel · 3 years, 1 month ago
  42. 22e84de Improve contract of mbedtls_pk_ec/rsa() by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  43. 1c91b0c Clarify warning about mbedtls_pk_ec/rsa() by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  44. 4b87387 Backward compatibility: the key store with drivers by Gilles Peskine · 3 years, 1 month ago
  45. 98473c4 Officially deprecate MBEDTLS_PSA_CRYPTO_SE_C by Gilles Peskine · 3 years, 1 month ago
  46. 36aeb7f Merge pull request #5834 from mprse/HKDF_1 by Gilles Peskine · 3 years, 1 month ago
  47. 2f1d510 Fix incorrect param in function declaration by Werner Lewis · 3 years, 1 month ago
  48. b3acb05 Add mbedtls_x509_dn_get_next function by Werner Lewis · 3 years, 2 months ago
  49. 9b3278b Doc: the SHA256/SHA512 options also cover SHA224/SHA384 by Gilles Peskine · 3 years, 2 months ago
  50. 5f2bc75 Merge pull request #5792 from yuhaoth/pr/add-tls13-moving-state-tests by Paul Elliott · 3 years, 2 months ago
  51. 4b55a89 Merge pull request #5887 from tom-daubney-arm/mbedtls_x509_crt_ext_types_accessor by Dave Rodgman · 3 years, 2 months ago
  52. a5f39e0 Move accessor definition by Thomas Daubney · 3 years, 2 months ago
  53. 3e8249c Add PSA_WANT_ALG_HKDF_EXPAND, PSA_WANT_ALG_HKDF_EXTRACT, adapt code and dependencies by Przemek Stekiel · 3 years, 2 months ago
  54. 979aa49 Add accessor for x509 certificate extension types by Thomas Daubney · 3 years, 3 months ago
  55. 09858ae Merge pull request #5813 from mprse/deprecate_mbedtls_cipher_setup_psa by Gilles Peskine · 3 years, 2 months ago
  56. 4dec0e5 fix state undeclare error by Jerry Yu · 3 years, 3 months ago
  57. 52625b7 Merge pull request #5876 from tom-cosgrove-arm/fix-typos-220526 by Dave Rodgman · 3 years, 2 months ago
  58. 1e21144 Fix spelling and typographical errors found by cspell by Tom Cosgrove · 3 years, 2 months ago
  59. 6b916b1 Add client certificate parse and certificate verify by XiaokangQian · 3 years, 3 months ago
  60. 69e348d Merge pull request #5833 from superna9999/5826-create-mbedtls-pk-can-do-psa by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  61. 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
  62. a724f7a Document mbedtls_pk_can_do_ext() return for non-allowed algorithms and usage flags by Neil Armstrong · 3 years, 3 months ago
  63. 6dbbf44 Fix typos in documentation and constants with typo finding tool by bootstrap-prime · 3 years, 3 months ago
  64. 408f6a6 Add usage parameter to mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 3 months ago
  65. cec133a Fix typo in mbedtls_pk_can_do_ext() documentation by Neil Armstrong · 3 years, 3 months ago
  66. 1cd4f6a Merge pull request #5794 from mprse/cipher_dep by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  67. 4014a04 Merge pull request #5617 from gilles-peskine-arm/chacha20-rfc7539-test-vector by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  68. 0b52958 Add definition of mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 3 months ago
  69. a09f835 Fix CIPHER dependencies dependeny and error messages by Przemek Stekiel · 3 years, 3 months ago
  70. ea805b4 mbedtls_config.h, check_config.h: fix CIPHER dependencies by Przemek Stekiel · 3 years, 3 months ago
  71. 5c65c57 Fix additional misspellings found by codespell by Andrzej Kurek · 3 years, 4 months ago
  72. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  73. 4265026 Merge pull request #5783 from mprse/md_dep_v3 by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  74. 6e71282 Fix caller list of the MD module by Przemek Stekiel · 3 years, 3 months ago
  75. ef1fb4a Deprecate mbedtls_cipher_setup_psa() by Przemek Stekiel · 3 years, 3 months ago
  76. 8ecd668 Keep raw PSK when set via mbedtls_ssl_conf_psk() and feed as input_bytes by Neil Armstrong · 3 years, 3 months ago
  77. e952a30 Remove RAW PSK when MBEDTLS_USE_PSA_CRYPTO is selected by Neil Armstrong · 3 years, 3 months ago
  78. 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
  79. 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
  80. 2b5d898 Merge pull request #5644 from gilles-peskine-arm/psa-storage-format-test-exercise by Gilles Peskine · 3 years, 3 months ago
  81. 0381083 Merge pull request #5654 from gilles-peskine-arm/psa-crypto-config-file by Gilles Peskine · 3 years, 3 months ago
  82. f216179 Merge pull request #2082 from hanno-arm/iotssl-2490 by Gilles Peskine · 3 years, 3 months ago
  83. a1fc18f Change mbedtls_pk_wrap_as_opaque() signature to specify alg, usage and key_enrollment_algorithm by Neil Armstrong · 3 years, 3 months ago
  84. 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
  85. 6aadf0b mbedtls_config.h: update dependencies for MBEDTLS_MD_C by Przemek Stekiel · 3 years, 3 months ago
  86. efffd64 Note that MBEDTLS_CONFIG_FILE can't be defined inside the config file by Gilles Peskine · 3 years, 3 months ago
  87. 8ba99e7 Clarify wording of documentation by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  88. 2b9fb88 Clarify documentation of mbedtls_x509_crt_profile by Hanno Becker · 7 years ago
  89. 72b99ed Merge pull request #5381 from mpg/benchmark-ecc-heap by Gilles Peskine · 3 years, 3 months ago
  90. 38b8aa4 Merge pull request #5539 from xkqian/add_client_hello_to_server by Ronald Cron · 3 years, 3 months ago
  91. 90c7014 Merge pull request #5728 from superna9999/5711-pk-opaque-rsa-pss-sign by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  92. 23143dc Update mbedtls_pk_wrap_as_opaque() public documentation for RSA & RSA-PSS by Neil Armstrong · 3 years, 3 months ago
  93. 0a1b54e Minor change the place of some functions by XiaokangQian · 3 years, 4 months ago
  94. 75d40ef Refine code base on review by XiaokangQian · 3 years, 4 months ago
  95. 0803755 Update code base on review comments by XiaokangQian · 3 years, 4 months ago
  96. 8f9dfe4 Fix comments about coding styles and test cases by XiaokangQian · 3 years, 4 months ago
  97. cfd925f Fix comments and remove hrr related code by XiaokangQian · 3 years, 4 months ago
  98. ed582dd Update based on comments by XiaokangQian · 3 years, 4 months ago
  99. 3207a32 Fix unused parameter issue and not defined cookie issue by XiaokangQian · 3 years, 5 months ago
  100. 7807f9f Add client hello into server side by XiaokangQian · 3 years, 6 months ago