1. ccc074e Use correct condition to use encrypt_then_mac in ssl_tls.c by Neil Armstrong · 3 years, 4 months ago
  2. d1be767 Use PSA_BLOCK_CIPHER_BLOCK_LENGTH instead of PSA_BLOCK_CIPHER_BLOCK_MAX_SIZE in ssl_tls12_populate_transform() by Neil Armstrong · 3 years, 4 months ago
  3. 6b27c97 Rename mbedtls_get_mode() to mbedtls_ssl_get_mode() by Neil Armstrong · 3 years, 4 months ago
  4. ab555e0 Rename mbedtls_get_mode_from_XXX to mbedtls_ssl_get_mode_from_XXX by Neil Armstrong · 3 years, 4 months ago
  5. 858581e Remove cipher_info in mbedtls_ssl_ticket_setup() when USE_PSA_CRYPTO is defined by Neil Armstrong · 3 years, 4 months ago
  6. a0eeb7f Remove cipher_info in ssl_tls12_populate_transform() when USE_PSA_CRYPTO is defined by Neil Armstrong · 3 years, 4 months ago
  7. 7fea33e Use mbedtls_get_mode_from_ciphersuite() in ssl_tls12_populate_transform() by Neil Armstrong · 3 years, 4 months ago
  8. fe635e4 Use mbedtls_get_mode_from_ciphersuite() in server-side ssl_write_encrypt_then_mac_ext() by Neil Armstrong · 3 years, 4 months ago
  9. 4bf4c86 Introduce mbedtls_get_mode_from_ciphersuite() by reusing mbedtls_get_mode_from_transform() logic by Neil Armstrong · 3 years, 4 months ago
  10. 136f840 Replace PSA/Cipher logic with mbedtls_get_mode_from_transform() by Neil Armstrong · 3 years, 4 months ago
  11. 8a0f3e8 Introduce mbedtls_ssl_mode_t & mbedtls_get_mode_from_transform() by Neil Armstrong · 3 years, 4 months ago
  12. 38b8aa4 Merge pull request #5539 from xkqian/add_client_hello_to_server by Ronald Cron · 3 years, 4 months ago
  13. 21f82c7 Merge pull request #5709 from superna9999/5625-pk-opaque-rsa-tls12 by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  14. e8ff350 Update code to align with tls13 coding standard by XiaokangQian · 3 years, 4 months ago
  15. 70701e3 Merge pull request #5726 from mprse/mixed_psk_1_v2 by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  16. 90c7014 Merge pull request #5728 from superna9999/5711-pk-opaque-rsa-pss-sign by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  17. 4d3a604 Change default config version to development style by XiaokangQian · 3 years, 4 months ago
  18. 4e8cd7b Remove useless selected_group by XiaokangQian · 3 years, 4 months ago
  19. 9d8716c Merge pull request #5739 from gilles-peskine-arm/depends-curves-positive-only by Gilles Peskine · 3 years, 4 months ago
  20. 843795a Use macro for public key buffer size in pk_psa_wrap_sign_ext() by Neil Armstrong · 3 years, 4 months ago
  21. 13e76be Reorganize & simplify mbedtls_pk_sign_ext() handling of wrapped RSA-PSS by Neil Armstrong · 3 years, 4 months ago
  22. afbfed9 Merge pull request #5582 from gilles-peskine-arm/ssl-opt-auto-psk by Gilles Peskine · 3 years, 4 months ago
  23. 4e47a91 Fix indentation issues by Przemek Stekiel · 3 years, 4 months ago
  24. 4daaa2b derive_output mix-psk test: add more cases for derivation of output key by Przemek Stekiel · 3 years, 4 months ago
  25. 6aabc47 derive_output test: remove redundant tests with raw key agreement by Przemek Stekiel · 3 years, 4 months ago
  26. e665466 derive_output test: add other key type value 11 to handle raw key type by Przemek Stekiel · 3 years, 4 months ago
  27. c5bd1b8 PSA key derivation mix-psk tests: add description for bad state cases by Przemek Stekiel · 3 years, 4 months ago
  28. 03faf5d2 psa_tls12_prf_psk_to_ms_set_key: clear buffers after usage by Przemek Stekiel · 3 years, 4 months ago
  29. 937b90f Add null check for pms allocation by Przemek Stekiel · 3 years, 4 months ago
  30. 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
  31. e47201b rename: psa_tls12_prf_set_other_key->psa_tls12_prf_psk_to_ms_set_other_key and adapt code by Przemek Stekiel · 3 years, 4 months ago
  32. 38647de derive_output() test: fix code style by Przemek Stekiel · 3 years, 4 months ago
  33. 2503f7e Handle empty other secret when passed with input bytes by Przemek Stekiel · 3 years, 4 months ago
  34. cd00d7f test PSA key derivation: add positive and negative cases for mixed-psk by Przemek Stekiel · 3 years, 4 months ago
  35. 23143dc Update mbedtls_pk_wrap_as_opaque() public documentation for RSA & RSA-PSS by Neil Armstrong · 3 years, 4 months ago
  36. 060d867 Update parse_key_share in server side and version config by XiaokangQian · 3 years, 4 months ago
  37. 771e42a Merge pull request #5698 from ronald-cron-arm/tls13-misc by Ronald Cron · 3 years, 4 months ago
  38. 7ea6ae8 Merge pull request #5743 from Anton-TF/build-win32 by Paul Elliott · 3 years, 4 months ago
  39. 0a1b54e Minor change the place of some functions by XiaokangQian · 3 years, 4 months ago
  40. 75d40ef Refine code base on review by XiaokangQian · 3 years, 4 months ago
  41. 318dc76 Fix test failure issue and update code styles by XiaokangQian · 3 years, 4 months ago
  42. de33391 Rebase and solve conflicts by XiaokangQian · 3 years, 4 months ago
  43. 0803755 Update code base on review comments by XiaokangQian · 3 years, 4 months ago
  44. 17f974c Re-order the ciphersuite matching code in parse_client_hello by XiaokangQian · 3 years, 4 months ago
  45. 8482377 Only store the first group in ssl_tls13_parse_supported_groups_ext() by XiaokangQian · 3 years, 4 months ago
  46. 3f84d5d Update test cases and fix the test failure by XiaokangQian · 3 years, 4 months ago
  47. b67384d Fix coding style and comments styles by XiaokangQian · 3 years, 4 months ago
  48. f8ceb94 Fix the parse_sig_alg_ext fail issue by XiaokangQian · 3 years, 4 months ago
  49. 8f9dfe4 Fix comments about coding styles and test cases by XiaokangQian · 3 years, 4 months ago
  50. cfd925f Fix comments and remove hrr related code by XiaokangQian · 3 years, 4 months ago
  51. ed582dd Update based on comments by XiaokangQian · 3 years, 4 months ago
  52. 4080a7f Change code style and some share functions by XiaokangQian · 3 years, 4 months ago
  53. 9b5d04b Share parse_key_share() between client and server by XiaokangQian · 3 years, 4 months ago
  54. c4b8c99 Rebase and solve conflicts and issues by XiaokangQian · 3 years, 4 months ago
  55. 8840888 Fix some CI issues by XiaokangQian · 3 years, 4 months ago
  56. c5763b5 Change some code style by XiaokangQian · 3 years, 4 months ago
  57. 3207a32 Fix unused parameter issue and not defined cookie issue by XiaokangQian · 3 years, 5 months ago
  58. 7ac3ab3 Add hello retry request count for server by XiaokangQian · 3 years, 6 months ago
  59. a9c5841 Fix compile and test issues by XiaokangQian · 3 years, 6 months ago
  60. 5e4528c Add test cases for server side parse client hello by XiaokangQian · 3 years, 6 months ago
  61. 7807f9f Add client hello into server side by XiaokangQian · 3 years, 6 months ago
  62. fd8cbda Remove ECDH code specific to TLS 1.3 by Ronald Cron · 3 years, 4 months ago
  63. 9d0a3e8 generate_tls13_compat_tests.py: Fix/Unify parameter ordering by Ronald Cron · 3 years, 4 months ago
  64. df5f868 ssl-opt.sh: Fix/Unify TLS 1.3 test descriptions by Ronald Cron · 3 years, 4 months ago
  65. fd6193c ssl_tls13_client: Add downgrade attack protection by Ronald Cron · 3 years, 4 months ago
  66. 217d699 Fix Doxygen marks by Ronald Cron · 3 years, 4 months ago
  67. a2da9c7 Merge pull request #5631 from gstrauss/enum-tls-vers by Paul Elliott · 3 years, 4 months ago
  68. f4d70b2 Merge pull request #5608 from AndrzejKurek/raw-key-agreement-fail by Gilles Peskine · 3 years, 4 months ago
  69. 46435f0 Merge pull request #5706 from hanno-arm/bn_mul_cleanup by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  70. 606cb16 Add comment explaining structure of UMAAL assembly by Hanno Becker · 3 years, 4 months ago
  71. d46d96c Add 2-fold unrolled assembly for umaal based multiplication by Hanno Becker · 3 years, 4 months ago
  72. 63eb28c Use separate counters for 8-fold and single multiplication steps by Hanno Becker · 3 years, 4 months ago
  73. eacf3b9 Simplify organization of inline assembly for bignum by Hanno Becker · 3 years, 4 months ago
  74. 5bd0b51 Use terse output from lsof by Gilles Peskine · 3 years, 4 months ago
  75. a841c2a test_cmake_out_of_source: run an ssl-opt test case that exists by Gilles Peskine · 3 years, 4 months ago
  76. 7393ec5 test_cmake_out_of_source: validate that ssl-opt passed by Gilles Peskine · 3 years, 4 months ago
  77. 09dc05b Merge pull request #5635 from gilles-peskine-arm/psa-test-op-fail by Gilles Peskine · 3 years, 4 months ago
  78. 63ed7cb Merge pull request #5701 from hanno-arm/mpi_mul_hlp by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  79. 8315811 Remove restrictive proto ver negotiation checks by Glenn Strauss · 3 years, 4 months ago
  80. bbdc83b Use mbedtls_ssl_protocol_version in public structs by Glenn Strauss · 3 years, 4 months ago
  81. 59b0d54 Convert tests to use mbedtls_ssl_conf_(min|max)_tls_version() by Glenn Strauss · 3 years, 4 months ago
  82. d09b343 Deprecate mbedtls_ssl_conf_(min/max)_version() by Glenn Strauss · 3 years, 4 months ago
  83. 39e624c Convert tests to use MBEDTLS_SSL_VERSION_TLS1_* by Glenn Strauss · 3 years, 4 months ago
  84. cd78df6 handshake->min_minor_ver to ->min_tls_version by Glenn Strauss · 3 years, 4 months ago
  85. 041a376 Remove some tls_ver < MBEDTLS_SSL_VERSION_TLS1_2 checks by Glenn Strauss · 3 years, 5 months ago
  86. e3af4cb mbedtls_ssl_(read|write)_version using tls_version by Glenn Strauss · 3 years, 5 months ago
  87. 60bfe60 mbedtls_ssl_ciphersuite_t min_tls_version,max_tls_version by Glenn Strauss · 3 years, 5 months ago
  88. 2dfcea2 mbedtls_ssl_config min_tls_version, max_tls_version by Glenn Strauss · 3 years, 5 months ago
  89. da7851c Rename mbedtls_ssl_session minor_ver to tls_version by Glenn Strauss · 3 years, 5 months ago
  90. 07c6416 Rename mbedtls_ssl_transform minor_ver to tls_version by Glenn Strauss · 3 years, 5 months ago
  91. dff8462 Unify internal/external TLS protocol version enums by Glenn Strauss · 3 years, 5 months ago
  92. ca947a4 Fix Windows build host detection by Anton Komlev · 3 years, 4 months ago
  93. 83e60ee tests: fix bitflip comment by Andrzej Kurek · 3 years, 4 months ago
  94. 473d585 Merge pull request #5006 from JoeSubbiani/CleanCompat.sh2_dev by Gilles Peskine · 3 years, 4 months ago
  95. 3577131 Reintroduce trimming of input in mbedtls_mpi_mul_int() by Hanno Becker · 3 years, 4 months ago
  96. e2c342b Don't test with all-but-one elliptic curves by Gilles Peskine · 3 years, 4 months ago
  97. 636b5f1 Add comment in compat.sh about callers by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  98. 9473229 Fix compat.sh invocation in basic-built-test.sh by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  99. 5417d48 Remove mostly-redundant test build by Gilles Peskine · 3 years, 4 months ago
  100. 2ecf4ff Restore explicit version requirement on 1.3 HelloRetryRequest tests by Gilles Peskine · 3 years, 4 months ago