1. a1fc18f Change mbedtls_pk_wrap_as_opaque() signature to specify alg, usage and key_enrollment_algorithm by Neil Armstrong · 3 years, 4 months ago
  2. 72b99ed Merge pull request #5381 from mpg/benchmark-ecc-heap by Gilles Peskine · 3 years, 4 months ago
  3. 38b8aa4 Merge pull request #5539 from xkqian/add_client_hello_to_server by Ronald Cron · 3 years, 4 months ago
  4. 70701e3 Merge pull request #5726 from mprse/mixed_psk_1_v2 by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  5. 90c7014 Merge pull request #5728 from superna9999/5711-pk-opaque-rsa-pss-sign by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  6. 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
  7. 23143dc Update mbedtls_pk_wrap_as_opaque() public documentation for RSA & RSA-PSS by Neil Armstrong · 3 years, 4 months ago
  8. 0a1b54e Minor change the place of some functions by XiaokangQian · 3 years, 4 months ago
  9. 75d40ef Refine code base on review by XiaokangQian · 3 years, 4 months ago
  10. 0803755 Update code base on review comments by XiaokangQian · 3 years, 4 months ago
  11. 8f9dfe4 Fix comments about coding styles and test cases by XiaokangQian · 3 years, 4 months ago
  12. cfd925f Fix comments and remove hrr related code by XiaokangQian · 3 years, 4 months ago
  13. ed582dd Update based on comments by XiaokangQian · 3 years, 4 months ago
  14. 3207a32 Fix unused parameter issue and not defined cookie issue by XiaokangQian · 3 years, 5 months ago
  15. 7807f9f Add client hello into server side by XiaokangQian · 3 years, 6 months ago
  16. 217d699 Fix Doxygen marks by Ronald Cron · 3 years, 4 months ago
  17. a2da9c7 Merge pull request #5631 from gstrauss/enum-tls-vers by Paul Elliott · 3 years, 4 months ago
  18. 09dc05b Merge pull request #5635 from gilles-peskine-arm/psa-test-op-fail by Gilles Peskine · 3 years, 4 months ago
  19. bbdc83b Use mbedtls_ssl_protocol_version in public structs by Glenn Strauss · 3 years, 4 months ago
  20. d09b343 Deprecate mbedtls_ssl_conf_(min/max)_version() by Glenn Strauss · 3 years, 4 months ago
  21. 60bfe60 mbedtls_ssl_ciphersuite_t min_tls_version,max_tls_version by Glenn Strauss · 3 years, 5 months ago
  22. 2dfcea2 mbedtls_ssl_config min_tls_version, max_tls_version by Glenn Strauss · 3 years, 5 months ago
  23. da7851c Rename mbedtls_ssl_session minor_ver to tls_version by Glenn Strauss · 3 years, 5 months ago
  24. dff8462 Unify internal/external TLS protocol version enums by Glenn Strauss · 3 years, 5 months ago
  25. 6c242a0 Merge pull request #5634 from superna9999/5625-pk-opaque-rsa-basics by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  26. e5a7ba6 Merge pull request #5719 from tom-cosgrove-arm/adamwolf-reasonable by Dave Rodgman · 3 years, 4 months ago
  27. e1730e4 Merge pull request #5708 from AndrzejKurek/timeless-struggles by Gilles Peskine · 3 years, 4 months ago
  28. 039080f Fix spelling of 'reasonable' in comments by Adam Wolf · 6 years ago
  29. 5735369 Remove the dependency on MBEDTLS_HAVE_TIME from MBEDTLS_TIMING_C by Andrzej Kurek · 3 years, 4 months ago
  30. 236e17e Introduce mbedtls_ssl_hs_cb_t typedef by Glenn Strauss · 3 years, 5 months ago
  31. c4b814a psa_tls12_prf_key_derivation_state_t: add optional step to set other key by Przemek Stekiel · 3 years, 4 months ago
  32. f4e8f01 psa_tls12_prf_key_derivation_t: add other_secret and other_secret_length fields to handle mixed PSK by Przemek Stekiel · 3 years, 4 months ago
  33. 37c81c4 Extend PSA_ALG_TLS12_PSK_TO_MS alg (add #PSA_KEY_DERIVATION_INPUT_OTHER_SECRET input) by Przemek Stekiel · 3 years, 4 months ago
  34. b354742 Update documentation of mbedtls_pk_setup_opaque() by Neil Armstrong · 3 years, 5 months ago
  35. 1b05aff Merge pull request #5624 from superna9999/5312-tls-server-ecdh by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  36. 7a2e83b Add missing logic for accelerated ECB under MBEDTLS_PSA_CRYPTO_CONFIG by Gilles Peskine · 3 years, 5 months ago
  37. 0e980e8 Merge pull request #5640 from ronald-cron-arm/version-negotiation-2 by Ronald Cron · 3 years, 4 months ago
  38. 33a9d61 Merge pull request #5638 from paul-elliott-arm/ssl_cid_accessors by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  39. 0113cf1 Add accessor for own cid to ssl context by Paul Elliott · 3 years, 5 months ago
  40. bdb4f58 Add and update documentation of some minor version fields by Ronald Cron · 3 years, 4 months ago
  41. 017a199 Update references to old Github organisation by Dave Rodgman · 3 years, 4 months ago
  42. 98f6f78 Update mbedtls_pk_wrap_as_opaque() documentation for ECDH derivation usage by Neil Armstrong · 3 years, 4 months ago
  43. a980adf Merge pull request #5637 from ronald-cron-arm/version-negotiation-1 by Ronald Cron · 3 years, 4 months ago
  44. 3304f25 Merge pull request #5653 from paul-elliott-arm/handshake_over by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  45. 571f118 Merge pull request #5642 from mprse/ecp_export by Paul Elliott · 3 years, 4 months ago
  46. 1c41501 Merge pull request #5632 from tom-cosgrove-arm/seclib-667-sha512-acceleration-mbedtls-internal by Dave Rodgman · 3 years, 4 months ago
  47. de1adee Rename ssl_cli/srv.c by Ronald Cron · 3 years, 5 months ago
  48. 63d97ad Merge pull request #5559 from yuhaoth/pr/add-rsae-sha384-sha512 by Ronald Cron · 3 years, 4 months ago
  49. cefa904 Merge pull request #5622 from paul-elliott-arm/timing_delay_accessor by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  50. e6e73d6 fix comments issue by Jerry Yu · 3 years, 5 months ago
  51. 87fbfb5 SECLIB-667: Accelerate SHA-512 with A64 crypto extensions by Tom Cosgrove · 3 years, 5 months ago
  52. 5e4bf95 Merge pull request #5602 from superna9999/5174-md-hmac-dtls-cookies by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  53. 93ba3e3 Add mbedtls_ssl_is_handshake_over() function by Paul Elliott · 3 years, 5 months ago
  54. 488a40e Rename psa_hmac to psa_hmac_key in mbedtls_ssl_cookie_ctx by Neil Armstrong · 3 years, 5 months ago
  55. 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
  56. 406cf27 fix various issues by Jerry Yu · 3 years, 5 months ago
  57. b02ee18 replace use_psa_crypto with psa_crypto_c by Jerry Yu · 3 years, 5 months ago
  58. 704cfd2 fix comments and style issues by Jerry Yu · 3 years, 5 months ago
  59. 718a9b4 fix doxgen fail by Jerry Yu · 3 years, 5 months ago
  60. bc18c23 Guard pk_sign_ext with PSA_CRYPTO_C by Jerry Yu · 3 years, 5 months ago
  61. 79c0041 Add PSA && TLS1_3 check_config by Jerry Yu · 3 years, 5 months ago
  62. 8beb9e1 Change prototype of pk_sign_ext by Jerry Yu · 3 years, 5 months ago
  63. d69439a add mbedtls_pk_sign_ext by Jerry Yu · 3 years, 5 months ago
  64. b9af2db Add accessor for timing final delay by Paul Elliott · 3 years, 5 months ago
  65. a677b5f Fix minor issues by Przemek Stekiel · 3 years, 5 months ago
  66. 711d0f5 Add implemetation of ECP keypair export function by Przemek Stekiel · 3 years, 5 months ago
  67. 7c92fe9 Merge pull request #5614 from gabor-mezei-arm/5203_tls_cipher_tickets_use_psa_for_protection by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  68. 08622b6 Declare PSA_WANT_ALG_CCM_STAR_NO_TAG and use it in tests by Gilles Peskine · 3 years, 5 months ago
  69. 2cecd8a Merge pull request #3624 from daxtens/timeless by Dave Rodgman · 3 years, 5 months ago
  70. 868d38f Merge pull request #5547 from tom-cosgrove-arm/seclib-667-sha256-acceleration-mbedtls-internal by Dave Rodgman · 3 years, 5 months ago
  71. c11bffe Merge pull request #5139 from mprse/key_der_ecc by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  72. 2a02051 Use PSA in TLS ticket handling by Gabor Mezei · 3 years, 5 months ago
  73. 10e5cdb Merge pull request #5454 from gstrauss/cert_cb-user_data by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  74. 9bff95f Adjust comment describing mbedtls_ssl_set_hs_own_cert() by Glenn Strauss · 3 years, 5 months ago
  75. d815114 Merge pull request #5524 from mprse/tls_ecdh_2c by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  76. 7cd0270 Drop mutex in mbedtls_ssl_cookie_ctx when PSA is used by Neil Armstrong · 3 years, 5 months ago
  77. 77b69ab Remove non-PSA MAC key in mbedtls_ssl_cookie_ctx by Neil Armstrong · 3 years, 5 months ago
  78. f071024 Do not include time.h without MBEDTLS_HAVE_TIME by Daniel Axtens · 5 years ago
  79. bca99ee Add PSA key in mbedtls_ssl_cookie_ctx by Neil Armstrong · 3 years, 5 months ago
  80. 3f076df Fix comments for conditional compilation by Przemek Stekiel · 3 years, 5 months ago
  81. 1f13e98 Merge pull request #5529 from superna9999/5514-translate-psa-errs-to-mbedtls by Gilles Peskine · 3 years, 5 months ago
  82. d929dbb Merge pull request #5368 from mfil/feature/additional_md_getters by Gilles Peskine · 3 years, 5 months ago
  83. 19915c2 Rename error translation functions and move them to library/pk_wrap.* by Neil Armstrong · 3 years, 5 months ago
  84. f48bd4b Merge pull request #5371 from AndrzejKurek/doxygen-duplicate-parameter-docs by Gilles Peskine · 3 years, 5 months ago
  85. 0037fcd Merge pull request #4910 from gilles-peskine-arm/check_config-chachapoly-development by Gilles Peskine · 3 years, 5 months ago
  86. 0ebf24a Adjust comment describing mbedtls_ssl_conf_sni() by Glenn Strauss · 3 years, 6 months ago
  87. 6989407 Add accessor to retrieve SNI during handshake by Glenn Strauss · 3 years, 6 months ago
  88. 36872db Provide means to reset handshake cert list by Glenn Strauss · 3 years, 7 months ago
  89. 2ed9527 Add server certificate selection callback by Glenn Strauss · 3 years, 7 months ago
  90. 3f9cef4 Remove actual and use new PSA to mbedtls PK errors mapping functions by Neil Armstrong · 3 years, 6 months ago
  91. ea76196 Add specialized PSA to mbedtls PK/RSA error mapping function by Neil Armstrong · 3 years, 6 months ago
  92. cd501f4 Add specialized PSA to mbedtls PK/ECDSA error mapping function by Neil Armstrong · 3 years, 6 months ago
  93. a3fdfb4 Introduce new PSA to mbedtls PK error mapping function by Neil Armstrong · 3 years, 6 months ago
  94. 6d3d18b psa_generate_derived_key_internal, psa_generate_derived_ecc_key_weierstrass_helper: optimize the code by Przemyslaw Stekiel · 3 years, 7 months ago
  95. 57bf02b ssl_conf_{min,max}_version documentation: update for 1.3 and improve by Gilles Peskine · 3 years, 6 months ago
  96. ce4f00d Reference get_version_number from the conf_xxx_version documentation by Gilles Peskine · 3 years, 6 months ago
  97. d44e050 get_version_number documentation: explicitly mention VERSION_UNKNOWN by Gilles Peskine · 3 years, 6 months ago
  98. ded2a42 Use a union instead of casts by Gilles Peskine · 3 years, 6 months ago
  99. 1e265d2 Fix swapped documentation of set_user_data_{n,p} by Gilles Peskine · 3 years, 6 months ago
  100. 49d7ddf Serializing a context does not save the user data by Gilles Peskine · 3 years, 6 months ago