1. 3ad67bf Rename functions and add test messages by XiaokangQian · 3 years ago
  2. 8698195 Address comments of various issues by XiaokangQian · 3 years ago
  3. adab9a6 Fix transcript issues and add cases against openssl by XiaokangQian · 3 years ago
  4. 008d2bf Address comments in psk client review by XiaokangQian · 3 years, 1 month ago
  5. eb69aee Add psk code to tls13 client side by XiaokangQian · 3 years, 1 month ago
  6. a3115dc Mark static int SSL functions CHECK_RETURN_CRITICAL by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  7. eaf3651 Rebase and solve conflicts by XiaokangQian · 3 years, 3 months ago
  8. 38b8aa4 Merge pull request #5539 from xkqian/add_client_hello_to_server by Ronald Cron · 3 years, 3 months ago
  9. 75d40ef Refine code base on review by XiaokangQian · 3 years, 3 months ago
  10. fd8cbda Remove ECDH code specific to TLS 1.3 by Ronald Cron · 3 years, 4 months ago
  11. cd78df6 handshake->min_minor_ver to ->min_tls_version by Glenn Strauss · 3 years, 4 months ago
  12. e3af4cb mbedtls_ssl_(read|write)_version using tls_version by Glenn Strauss · 3 years, 5 months ago
  13. 60bfe60 mbedtls_ssl_ciphersuite_t min_tls_version,max_tls_version by Glenn Strauss · 3 years, 5 months ago
  14. 2dfcea2 mbedtls_ssl_config min_tls_version, max_tls_version by Glenn Strauss · 3 years, 5 months ago
  15. da7851c Rename mbedtls_ssl_session minor_ver to tls_version by Glenn Strauss · 3 years, 5 months ago
  16. 11218dd ssl_client.c: Fix unused parameter by Ronald Cron · 3 years, 4 months ago
  17. 6476726 Fix comments by Ronald Cron · 3 years, 4 months ago
  18. 757a2ab ssl_client.c: Extend and export ciphersuite validation function by Ronald Cron · 3 years, 4 months ago
  19. f735cf1 ssl_tls.c: Fix ciphersuite selection regarding protocol version by Ronald Cron · 3 years, 4 months ago
  20. 3cffc5c tls: Remove unnecessary checks of MBEDTLS_CIPHERSUITE_NODTLS by Ronald Cron · 3 years, 4 months ago
  21. 150d579 ssl_client.c: Improve coding style by Ronald Cron · 3 years, 4 months ago
  22. da41b38 Improve and fix comments by Ronald Cron · 3 years, 4 months ago
  23. 8ecd993 ssl_client.c: Fix state change for DTLS 1.2 by Ronald Cron · 3 years, 4 months ago
  24. fbd9f99 ssl_tls.c: Move some client specific functions to ssl_client.c by Ronald Cron · 3 years, 5 months ago
  25. 5f4e912 ssl_client.c: Add DTLS ClientHello message sending specifics by Ronald Cron · 3 years, 5 months ago
  26. 4079abc ssl_client.c: Adapt extensions writing to the TLS 1.2 case by Ronald Cron · 3 years, 5 months ago
  27. 11e1857 ssl_client.c: Fix key share code guards by Ronald Cron · 3 years, 5 months ago
  28. df823bf ssl_client.c: Re-order partially extension writing by Ronald Cron · 3 years, 4 months ago
  29. 42c1cbf ssl_client.c: Adapt compression methods comment to TLS 1.2 case by Ronald Cron · 3 years, 5 months ago
  30. d491c2d ssl_client.c: Adapt ciphersuite writing to TLS 1.2 case by Ronald Cron · 3 years, 5 months ago
  31. a874aa8 ssl_client.c: Add DTLS 1.2 cookie support by Ronald Cron · 3 years, 5 months ago
  32. 021b178 ssl_client.c: Adapt session id generation to the TLS 1.2 case by Ronald Cron · 3 years, 5 months ago
  33. 58b8038 ssl_client.c: Adapt TLS random generation and writing to TLS 1.2 case by Ronald Cron · 3 years, 5 months ago
  34. 1614eb6 ssl_client.c: Adapt TLS version writing to TLS 1.2 case by Ronald Cron · 3 years, 5 months ago
  35. 86a477f ssl_client.c: Adapt initial version selection to TLS 1.2 case by Ronald Cron · 3 years, 5 months ago
  36. 5456a7f ssl_client.c: Expand ssl_write_client_hello_body doc with TLS 1.2 case by Ronald Cron · 3 years, 5 months ago
  37. 71c2332 ssl_client.c: Rename TLS 1.3 ClientHello writing functions by Ronald Cron · 3 years, 5 months ago
  38. 3d580bf Move TLS 1.3 client hello writing to new TLS 1.2 and 1.3 client file by Ronald Cron · 3 years, 5 months ago