1. 2dfcea2 mbedtls_ssl_config min_tls_version, max_tls_version by Glenn Strauss · 3 years, 5 months ago
  2. da7851c Rename mbedtls_ssl_session minor_ver to tls_version by Glenn Strauss · 3 years, 5 months ago
  3. dff8462 Unify internal/external TLS protocol version enums by Glenn Strauss · 3 years, 5 months ago
  4. 1b05aff Merge pull request #5624 from superna9999/5312-tls-server-ecdh by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  5. 0e980e8 Merge pull request #5640 from ronald-cron-arm/version-negotiation-2 by Ronald Cron · 3 years, 4 months ago
  6. 33a9d61 Merge pull request #5638 from paul-elliott-arm/ssl_cid_accessors by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  7. 0113cf1 Add accessor for own cid to ssl context by Paul Elliott · 3 years, 5 months ago
  8. bdb4f58 Add and update documentation of some minor version fields by Ronald Cron · 3 years, 4 months ago
  9. 017a199 Update references to old Github organisation by Dave Rodgman · 3 years, 4 months ago
  10. 98f6f78 Update mbedtls_pk_wrap_as_opaque() documentation for ECDH derivation usage by Neil Armstrong · 3 years, 4 months ago
  11. a980adf Merge pull request #5637 from ronald-cron-arm/version-negotiation-1 by Ronald Cron · 3 years, 4 months ago
  12. 3304f25 Merge pull request #5653 from paul-elliott-arm/handshake_over by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  13. 571f118 Merge pull request #5642 from mprse/ecp_export by Paul Elliott · 3 years, 4 months ago
  14. 1c41501 Merge pull request #5632 from tom-cosgrove-arm/seclib-667-sha512-acceleration-mbedtls-internal by Dave Rodgman · 3 years, 4 months ago
  15. de1adee Rename ssl_cli/srv.c by Ronald Cron · 3 years, 5 months ago
  16. 63d97ad Merge pull request #5559 from yuhaoth/pr/add-rsae-sha384-sha512 by Ronald Cron · 3 years, 4 months ago
  17. cefa904 Merge pull request #5622 from paul-elliott-arm/timing_delay_accessor by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  18. e6e73d6 fix comments issue by Jerry Yu · 3 years, 5 months ago
  19. 87fbfb5 SECLIB-667: Accelerate SHA-512 with A64 crypto extensions by Tom Cosgrove · 3 years, 5 months ago
  20. 5e4bf95 Merge pull request #5602 from superna9999/5174-md-hmac-dtls-cookies by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  21. 93ba3e3 Add mbedtls_ssl_is_handshake_over() function by Paul Elliott · 3 years, 5 months ago
  22. 488a40e Rename psa_hmac to psa_hmac_key in mbedtls_ssl_cookie_ctx by Neil Armstrong · 3 years, 5 months ago
  23. 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
  24. 406cf27 fix various issues by Jerry Yu · 3 years, 5 months ago
  25. b02ee18 replace use_psa_crypto with psa_crypto_c by Jerry Yu · 3 years, 5 months ago
  26. 704cfd2 fix comments and style issues by Jerry Yu · 3 years, 5 months ago
  27. 718a9b4 fix doxgen fail by Jerry Yu · 3 years, 5 months ago
  28. bc18c23 Guard pk_sign_ext with PSA_CRYPTO_C by Jerry Yu · 3 years, 5 months ago
  29. 79c0041 Add PSA && TLS1_3 check_config by Jerry Yu · 3 years, 5 months ago
  30. 8beb9e1 Change prototype of pk_sign_ext by Jerry Yu · 3 years, 5 months ago
  31. d69439a add mbedtls_pk_sign_ext by Jerry Yu · 3 years, 5 months ago
  32. b9af2db Add accessor for timing final delay by Paul Elliott · 3 years, 5 months ago
  33. a677b5f Fix minor issues by Przemek Stekiel · 3 years, 5 months ago
  34. 711d0f5 Add implemetation of ECP keypair export function by Przemek Stekiel · 3 years, 5 months ago
  35. 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
  36. 2cecd8a Merge pull request #3624 from daxtens/timeless by Dave Rodgman · 3 years, 5 months ago
  37. 868d38f Merge pull request #5547 from tom-cosgrove-arm/seclib-667-sha256-acceleration-mbedtls-internal by Dave Rodgman · 3 years, 5 months ago
  38. c11bffe Merge pull request #5139 from mprse/key_der_ecc by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  39. 2a02051 Use PSA in TLS ticket handling by Gabor Mezei · 3 years, 5 months ago
  40. 10e5cdb Merge pull request #5454 from gstrauss/cert_cb-user_data by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  41. 9bff95f Adjust comment describing mbedtls_ssl_set_hs_own_cert() by Glenn Strauss · 3 years, 5 months ago
  42. d815114 Merge pull request #5524 from mprse/tls_ecdh_2c by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  43. 7cd0270 Drop mutex in mbedtls_ssl_cookie_ctx when PSA is used by Neil Armstrong · 3 years, 5 months ago
  44. 77b69ab Remove non-PSA MAC key in mbedtls_ssl_cookie_ctx by Neil Armstrong · 3 years, 5 months ago
  45. f071024 Do not include time.h without MBEDTLS_HAVE_TIME by Daniel Axtens · 5 years ago
  46. bca99ee Add PSA key in mbedtls_ssl_cookie_ctx by Neil Armstrong · 3 years, 5 months ago
  47. 3f076df Fix comments for conditional compilation by Przemek Stekiel · 3 years, 5 months ago
  48. 1f13e98 Merge pull request #5529 from superna9999/5514-translate-psa-errs-to-mbedtls by Gilles Peskine · 3 years, 5 months ago
  49. d929dbb Merge pull request #5368 from mfil/feature/additional_md_getters by Gilles Peskine · 3 years, 5 months ago
  50. 19915c2 Rename error translation functions and move them to library/pk_wrap.* by Neil Armstrong · 3 years, 5 months ago
  51. f48bd4b Merge pull request #5371 from AndrzejKurek/doxygen-duplicate-parameter-docs by Gilles Peskine · 3 years, 5 months ago
  52. 0037fcd Merge pull request #4910 from gilles-peskine-arm/check_config-chachapoly-development by Gilles Peskine · 3 years, 5 months ago
  53. 0ebf24a Adjust comment describing mbedtls_ssl_conf_sni() by Glenn Strauss · 3 years, 6 months ago
  54. 6989407 Add accessor to retrieve SNI during handshake by Glenn Strauss · 3 years, 6 months ago
  55. 36872db Provide means to reset handshake cert list by Glenn Strauss · 3 years, 7 months ago
  56. 2ed9527 Add server certificate selection callback by Glenn Strauss · 3 years, 7 months ago
  57. 3f9cef4 Remove actual and use new PSA to mbedtls PK errors mapping functions by Neil Armstrong · 3 years, 6 months ago
  58. ea76196 Add specialized PSA to mbedtls PK/RSA error mapping function by Neil Armstrong · 3 years, 6 months ago
  59. cd501f4 Add specialized PSA to mbedtls PK/ECDSA error mapping function by Neil Armstrong · 3 years, 6 months ago
  60. a3fdfb4 Introduce new PSA to mbedtls PK error mapping function by Neil Armstrong · 3 years, 6 months ago
  61. 6d3d18b psa_generate_derived_key_internal, psa_generate_derived_ecc_key_weierstrass_helper: optimize the code by Przemyslaw Stekiel · 3 years, 7 months ago
  62. 57bf02b ssl_conf_{min,max}_version documentation: update for 1.3 and improve by Gilles Peskine · 3 years, 6 months ago
  63. ce4f00d Reference get_version_number from the conf_xxx_version documentation by Gilles Peskine · 3 years, 6 months ago
  64. d44e050 get_version_number documentation: explicitly mention VERSION_UNKNOWN by Gilles Peskine · 3 years, 6 months ago
  65. ded2a42 Use a union instead of casts by Gilles Peskine · 3 years, 6 months ago
  66. 1e265d2 Fix swapped documentation of set_user_data_{n,p} by Gilles Peskine · 3 years, 6 months ago
  67. 49d7ddf Serializing a context does not save the user data by Gilles Peskine · 3 years, 6 months ago
  68. 80dae04 Make user_data fields private by Gilles Peskine · 3 years, 7 months ago
  69. e1a0c25 New function to access the TLS version from a context as an enum by Gilles Peskine · 3 years, 7 months ago
  70. 915896f Add accessor function from mbedtls_ssl_context to the configuration by Gilles Peskine · 3 years, 7 months ago
  71. 69477b5 Add a field for application data to TLS structures by Gilles Peskine · 3 years, 7 months ago
  72. b9987fc Handle MBEDTLS_SHA256_USE_A64_* on Windows on ARM64 too by Tom Cosgrove · 3 years, 6 months ago
  73. f3ebd90 SECLIB-667: Accelerate SHA-256 with A64 crypto extensions by Tom Cosgrove · 3 years, 6 months ago
  74. e0a6412 tls13_only: check_config pass by Jerry Yu · 3 years, 8 months ago
  75. e14b644 Merge pull request #5456 from mpg/cleanup-ecdh-psa by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  76. bebeae9 Merge pull request #5504 from gstrauss/mbedtls_pem_get_der by Gilles Peskine · 3 years, 6 months ago
  77. b15f33d Enable ecdh_psa_xxx fields in struct mbedtls_ssl_handshake_params for TLS 1.3 by Przemyslaw Stekiel · 3 years, 6 months ago
  78. a941b62 Create public macros for ssl_ticket key,name sizes by Glenn Strauss · 3 years, 6 months ago
  79. a950938 Add mbedtls_ssl_ticket_rotate for ticket rotation. by Glenn Strauss · 3 years, 6 months ago
  80. 62b49cd Merge pull request #5472 from yuhaoth/pr/move-client-auth by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  81. 72bd4e4 Add accessor to get buf from mbedtls_pem_context by Glenn Strauss · 3 years, 6 months ago
  82. 0ff8ac8 fix comments issues by Jerry Yu · 3 years, 6 months ago
  83. f7c1f74 doxygen: merge multiple descriptions of the same return codes by Andrzej Kurek · 3 years, 6 months ago
  84. 4a0ac1f Remove mbedtls_psa_tls_ecpoint_to_psa_ec() by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  85. 58d2383 Remove mbedtls_psa_tls_psa_ec_to_ecpoint() by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  86. 5975376 Simplify the definition of a macro by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  87. bc40695 Group related functions together by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  88. 1ab2d69 Merge pull request #5385 from AndrzejKurek/use-psa-crypto-reduced-configs by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  89. fb28b88 move client_auth to handshake by Jerry Yu · 3 years, 6 months ago
  90. 7ce0f2a Wrap client_auth. by Jerry Yu · 3 years, 6 months ago
  91. 647719a Add hello retry request in client side by XiaokangQian · 3 years, 8 months ago
  92. f51b79c Merge pull request #5355 from yuhaoth/pr/remove-duplicate-sig-alg-ext by Ronald Cron · 3 years, 6 months ago
  93. cfb1518 Merge pull request #5457 from AndrzejKurek/key-id-encodes-owner-psa-fixes-follow-up by Gilles Peskine · 3 years, 6 months ago
  94. cfc920a Remove incorrect incompatibility information from mbedtls_config.h by Andrzej Kurek · 3 years, 6 months ago
  95. 7ddc38c fix various issues by Jerry Yu · 3 years, 7 months ago
  96. 713013f fix various issues by Jerry Yu · 3 years, 7 months ago
  97. 6106fdc fix build fail without TLS13 by Jerry Yu · 3 years, 7 months ago
  98. f017ee4 merge write sig_alg of tls12 and tls13 by Jerry Yu · 3 years, 7 months ago
  99. a5c1bf0 Merge pull request #5367 from AndrzejKurek/doxygen-closure-fixes by Gilles Peskine · 3 years, 6 months ago
  100. cead70d doxygen: fix missing asterisk in ecp.h by Andrzej Kurek · 3 years, 6 months ago