1. 4d7af2a Merge pull request #5835 from superna9999/5831-tls-1-2-ciphersuite-selection by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  2. 0e39ece Merge pull request #5916 from yuhaoth/pr/tls13-refactor-get-sig-alg-from-pk by Ronald Cron · 3 years, 1 month ago
  3. bae7a1a Merge pull request #5620 from gstrauss/dn_hints by Paul Elliott · 3 years, 1 month ago
  4. 971f30d Fix mbedtls_ssl_get_ciphersuite_sig_alg() by returning MBEDTLS_PK_NONE for MBEDTLS_KEY_EXCHANGE_RSA by Neil Armstrong · 3 years, 1 month ago
  5. 52b7d92 fix various issues by Jerry Yu · 3 years, 1 month ago
  6. 96eceb8 Refine mbedtls_ssl_tls12_get_preferred_hash_for_sig_alg() when USE_PSA_CRYPTO is selected by Neil Armstrong · 3 years, 1 month ago
  7. cb67e1a Merge pull request #5917 from gilles-peskine-arm/asn1write-0-fix by Ronald Cron · 3 years, 1 month ago
  8. 2fe6c63 remove supported check from parse sig algs by Jerry Yu · 3 years, 1 month ago
  9. 959e5e0 fix format issue by Jerry Yu · 3 years, 1 month ago
  10. 660cb42 Remove pkcs1 from key cert and sig alg map by Jerry Yu · 3 years, 1 month ago
  11. 71b1884 fix various issues by Jerry Yu · 3 years, 1 month ago
  12. 9d3e2fa Add negative tests by Jerry Yu · 3 years, 1 month ago
  13. 2f244c4 Merge pull request #5980 from mprse/md_dep_fix by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  14. c2e0493 Add rsa_pkcs1 for cert sig match by Jerry Yu · 3 years, 1 month ago
  15. cc53910 fix various issues by Jerry Yu · 3 years, 1 month ago
  16. ee28e7a add tests for select sig alg by Jerry Yu · 3 years, 1 month ago
  17. aebaaaf add debug messages by Jerry Yu · 3 years, 1 month ago
  18. 430db6b Remove hack fix for server hybrid issue by Jerry Yu · 3 years, 1 month ago
  19. a1255e6 fix various issues by Jerry Yu · 3 years, 1 month ago
  20. 9bb3ee4 Revert rsa_pss_rsae_* support for tls12 by Jerry Yu · 3 years, 1 month ago
  21. 53f5c15 Add debug message by Jerry Yu · 3 years, 1 month ago
  22. 80dd5db Remove pkcs1 from certificate verify. by Jerry Yu · 3 years, 1 month ago
  23. d4a71a5 Add tls12 algorithms in hybrid mode client hello by Jerry Yu · 3 years, 1 month ago
  24. 5ef71f2 remove rsa_pkcs1_* from tls13 support list by Jerry Yu · 3 years, 1 month ago
  25. f085678 remove unnecessary check by Jerry Yu · 3 years, 1 month ago
  26. 6272c4d Revert unnecessary space change by Jerry Yu · 3 years, 1 month ago
  27. 96ee23e fix tls12 openssl/gnutls server fail by Jerry Yu · 3 years, 2 months ago
  28. ba5e379 Revert order of default sig_algs by Jerry Yu · 3 years, 2 months ago
  29. 3f71ca0 Remove rsa_pss_rsae_* from tls12 sig_algs by Jerry Yu · 3 years, 2 months ago
  30. 0c6be8f move big function by Jerry Yu · 3 years, 2 months ago
  31. 3896ac6 fix ordered sig algs fail for openssl by Jerry Yu · 3 years, 2 months ago
  32. f3b46b5 Add debug message by Jerry Yu · 3 years, 2 months ago
  33. d099cf0 fix unused variable issue by Jerry Yu · 3 years, 2 months ago
  34. f55886a fix various issues by Jerry Yu · 3 years, 2 months ago
  35. 6babfee remove out of scope codes by Jerry Yu · 3 years, 2 months ago
  36. fb52669 Rename sig_alg cert_key check by Jerry Yu · 3 years, 2 months ago
  37. f0cda41 remove default sig_hashes by Jerry Yu · 3 years, 2 months ago
  38. 7ab7f2b Remove pkcs1 from certificate_verify by Jerry Yu · 3 years, 2 months ago
  39. 08524c5 remove pkcs1_* support by Jerry Yu · 3 years, 2 months ago
  40. 0ebce95 create tls12/tls13 sig alg support check by Jerry Yu · 3 years, 2 months ago
  41. f249ef7 refactor get sig algo from pk by Jerry Yu · 3 years, 2 months ago
  42. 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
  43. bd10c4e Test accessors to config DN hints for cert request by Glenn Strauss · 3 years, 1 month ago
  44. d86abf2 Merge pull request #5861 from wernerlewis/csr_subject_comma by Gilles Peskine · 3 years, 1 month ago
  45. 999ef70 Add accessors to config DN hints for cert request by Glenn Strauss · 3 years, 5 months ago
  46. 9f1176a Move preferred_hash_for_sig_alg() check after ssl_pick_cert() and check if hash alg is supported with mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 1 month ago
  47. 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
  48. 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
  49. f7044ea Fix name by Gabor Mezei · 3 years, 1 month ago
  50. e99ec7c Merge pull request #5908 from ronald-cron-arm/tls13-fixes-doc by Ronald Cron · 3 years, 1 month ago
  51. 96ae926 Typo by Gabor Mezei · 3 years, 1 month ago
  52. 5471912 Move switching to handshake transform after sending CCS record by Gabor Mezei · 3 years, 1 month ago
  53. 05ebf3b Revert "Do not encrypt CCS records" by Gabor Mezei · 3 years, 1 month ago
  54. 4dc8744 ssl_tls13_parse_certificate_verify(): optimize the code by Przemek Stekiel · 3 years, 1 month ago
  55. 273453f Merge pull request #5983 from gstrauss/inline-mbedtls_x509_dn_get_next by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  56. 11b5332 tls13: Fix certificate extension size write by Ronald Cron · 3 years, 2 months ago
  57. 81a334f tls13: Fix buffer overread checks in ssl_tls13_parse_alpn_ext() by Ronald Cron · 3 years, 2 months ago
  58. 7b84046 tls13: Rename ssl_tls13_write_hello_retry_request_coordinate by Ronald Cron · 3 years, 2 months ago
  59. fb508b8 tls13: Move state changes up to state main handler by Ronald Cron · 3 years, 2 months ago
  60. 63dc463 tls13: Simplify switch to the inbound handshake keys on server side by Ronald Cron · 3 years, 2 months ago
  61. 5afb904 tls13: Move out of place handshake field reset by Ronald Cron · 3 years, 2 months ago
  62. 828aff6 tls13: Rename server_hello_coordinate to preprocess_server_hello by Ronald Cron · 3 years, 2 months ago
  63. db5dfa1 tls13: Move ServerHello fetch to the ServerHello top handler by Ronald Cron · 3 years, 2 months ago
  64. 9d6a545 tls13: Re-organize EncryptedExtensions message parsing code by Ronald Cron · 3 years, 2 months ago
  65. 154d1b6 tls13: Fix wrong usage of MBEDTLS_SSL_CHK_BUF(_READ)_PTR macros by Ronald Cron · 3 years, 2 months ago
  66. c808359 tls13: Fix pointer calculation before space check by Ronald Cron · 3 years, 2 months ago
  67. 2827106 tls13: Add missing buffer overread check by Ronald Cron · 3 years, 2 months ago
  68. b94854f Merge pull request #5973 from ronald-cron-arm/tls13-misc-tests by Ronald Cron · 3 years, 1 month ago
  69. 01d2f52 Inline mbedtls_x509_dn_get_next() in x509.h by Glenn Strauss · 3 years, 1 month ago
  70. f5b7082 Merge pull request #5811 from polhenarejos/bug_x448 by Dave Rodgman · 3 years, 1 month ago
  71. 9b0e940 Fix case where final special char exceeds buffer by Werner Lewis · 3 years, 1 month ago
  72. 9e30fc9 Remove redundant spaces by Przemek Stekiel · 3 years, 1 month ago
  73. b33dacd Fix parsing of special chars in X509 DN values by Werner Lewis · 3 years, 3 months ago
  74. 6a5e018 ssl_tls13_parse_certificate_verify(): remove md dependency by Przemek Stekiel · 3 years, 1 month ago
  75. 6230d0d mbedtls_x509_sig_alg_gets(): remove md dependency by Przemek Stekiel · 3 years, 1 month ago
  76. 07040bb Merge pull request #5951 from xkqian/tls13_add_alpn by Ronald Cron · 3 years, 1 month ago
  77. 1938588 tls13: Align some debug messages with TLS 1.2 ones by Ronald Cron · 3 years, 2 months ago
  78. 0b776e2 Change some comments for alpn by XiaokangQian · 3 years, 1 month ago
  79. 93a7f7d Merge pull request #5954 from wernerlewis/x509_next_merged by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  80. 95d5f54 Fix coding styles by XiaokangQian · 3 years, 1 month ago
  81. 1b0ebdf Zeroize hkdf_label buffer by Przemek Stekiel · 3 years, 1 month ago
  82. 38ab400 Adapt code to be consistent with the existing code by Przemek Stekiel · 3 years, 1 month ago
  83. c740345 Adress review comments by XiaokangQian · 3 years, 1 month ago
  84. 96ec831 Do not encrypt CCS records by Gabor Mezei · 3 years, 1 month ago
  85. 7b39bf1 Send dummy change_cipher_spec records from TLS 1.3 server by Gabor Mezei · 3 years, 2 months ago
  86. acb3992 Add ALPN extension to the server side by XiaokangQian · 3 years, 2 months ago
  87. d5ae365 Use PSA HKDF-Extrat/Expand algs instead mbedtls_psa_hkdf_extract(), mbedtls_psa_hkdf_xpand() by Przemek Stekiel · 3 years, 3 months ago
  88. 88e7101 Remove mbedtls_psa_hkdf_extract(), mbedtls_psa_hkdf_expand() by Przemek Stekiel · 3 years, 3 months ago
  89. 36aeb7f Merge pull request #5834 from mprse/HKDF_1 by Gilles Peskine · 3 years, 2 months ago
  90. b3acb05 Add mbedtls_x509_dn_get_next function by Werner Lewis · 3 years, 2 months ago
  91. ca3c6a5 Merge pull request #5817 from xkqian/tls13_add_server_name by Ronald Cron · 3 years, 2 months ago
  92. 75fe8c7 Change place of ssl_tls13_check_ephemeral_key_exchange by XiaokangQian · 3 years, 2 months ago
  93. fb665a8 Adress the comments about styles and pick_cert by XiaokangQian · 3 years, 2 months ago
  94. 69c4679 Adapt macro name to meet requested criteria: MBEDTLS_PSA_BUILTIN_ALG_ANY_HKDF->BUILTIN_ALG_ANY_HKDF by Przemek Stekiel · 3 years, 2 months ago
  95. 07aad07 Refine function name ssl_tls13_pick_key_cert by XiaokangQian · 3 years, 2 months ago
  96. 81802f4 Select certificate base on the received signature list by XiaokangQian · 3 years, 2 months ago
  97. 321a089 Fix bug whereby 0 was written as 0200 rather than 020100 by Gilles Peskine · 3 years, 2 months ago
  98. 75fe3fb psa_crypto.c: add MBEDTLS_PSA_BUILTIN_ALG_ANY_HKDF macro to limit number of #if conditions by Przemek Stekiel · 3 years, 2 months ago
  99. 1193069 Merge pull request #5827 from wernerlewis/time_utc by Dave Rodgman · 3 years, 2 months ago
  100. 5f2bc75 Merge pull request #5792 from yuhaoth/pr/add-tls13-moving-state-tests by Paul Elliott · 3 years, 2 months ago