1. edab637 Refactor new session ticket by Jerry Yu · 2 years, 9 months ago
  2. 0d5cfb7 Refactor Certificate by Jerry Yu · 2 years, 9 months ago
  3. 6d0e78b Refactor certificate request by Jerry Yu · 2 years, 9 months ago
  4. 9eba750 Refactor encrypted extensions by Jerry Yu · 2 years, 9 months ago
  5. 63a459c Refactor client_hello parser and writer by Jerry Yu · 2 years, 9 months ago
  6. 4b8f2f7 Refactor sent extension message output by Jerry Yu · 2 years, 9 months ago
  7. d25cab0 Refactor debug helpers for exts and hs message by Jerry Yu · 2 years, 9 months ago
  8. df0ad65 tls13: Add allowed extesions constants. by Jerry Yu · 2 years, 9 months ago
  9. 7a485c1 Add ext id and utilities by Jerry Yu · 2 years, 9 months ago
  10. c4bf5d6 fix various issues by Jerry Yu · 2 years, 9 months ago
  11. 03112ae change input extension_type by Jerry Yu · 3 years ago
  12. 0c354a2 introduce sent/recv extensions field by Jerry Yu · 3 years ago
  13. ffa1582 move get_extension mask by Jerry Yu · 3 years ago
  14. 9872eb2 change return type for unexpected extension by Jerry Yu · 3 years ago
  15. 43ff252 Remove unnecessary checks. by Jerry Yu · 3 years ago
  16. d15992d fix wrong setting of unrecognized ext by Jerry Yu · 3 years ago
  17. 6ba9f1c Add extension check for NewSessionTicket by Jerry Yu · 3 years ago
  18. 2c5363e Add extension check for ServerHello and HRR by Jerry Yu · 3 years ago
  19. 2eaa760 Add extension check for Certificate by Jerry Yu · 3 years ago
  20. c55a6af Add extensions check for CertificateRequest by Jerry Yu · 3 years ago
  21. cbd082f Add extension check for EncryptedExtensions by Jerry Yu · 3 years ago
  22. e18dc7e Add forbidden extensions check for ClientHello by Jerry Yu · 3 years ago
  23. 471dee5 Add debug helpers to track extensions by Jerry Yu · 3 years ago
  24. 04e2133 Merge pull request #6482 from ronald-cron-arm/tls13-misc by Ronald Cron · 2 years, 9 months ago
  25. 75c4eaf Merge pull request #5841 from aurel32/ecp_mul_mxz-timing-leak by Gilles Peskine · 2 years, 9 months ago
  26. 9603dad Merge pull request #6230 from tom-cosgrove-arm/issue-6223-core-add by Gilles Peskine · 2 years, 9 months ago
  27. 77e15e8 Merge pull request #6460 from xkqian/tls13_add_early_data_preparatory by Ronald Cron · 2 years, 9 months ago
  28. 88f5fd9 Merge pull request #6479 from AndrzejKurek/depends-py-no-psa by Gilles Peskine · 2 years, 9 months ago
  29. d4d080b Merge pull request #6407 from minosgalanakis/minos/6017_add_montgomery_constant_squared by Gilles Peskine · 2 years, 9 months ago
  30. 4f7feca Merge pull request #6391 from davidhorstmann-arm/fix-x509-get-name-cleanup by Ronald Cron · 2 years, 9 months ago
  31. 72dbfef Improve coding styles by Xiaokang Qian · 2 years, 9 months ago
  32. eac00ad tls13: server: Note down client not being authenticated in SSL context by Ronald Cron · 2 years, 11 months ago
  33. 744fd37 Merge pull request #6467 from davidhorstmann-arm/fix-unusual-macros-0 by Gilles Peskine · 2 years, 9 months ago
  34. a709a0f tls13: Declare PSK ephemeral key exchange mode first by Ronald Cron · 2 years, 10 months ago
  35. 6469fdf Fix whitespace issue spotted in review by Tom Cosgrove · 2 years, 9 months ago
  36. 82f1310 Update documentation following review comment by Tom Cosgrove · 2 years, 9 months ago
  37. af7d44b Tidy up, remove MPI_CORE(), apply the naming convention, and use the new mbedtls_mpi_core_add() by Tom Cosgrove · 3 years ago
  38. c988713 Extract MPI_CORE(add) from the prototype by Hanno Becker · 3 years ago
  39. a081c51 Renamed mpi_core_get_mont_R2_unsafe_neg -> mpi_core_get_mont_r2_unsafe_neg by Minos Galanakis · 2 years, 9 months ago
  40. 51d638b bignum_core: Style update by Minos Galanakis · 2 years, 9 months ago
  41. ae4fb67 mbedtls_mpi_core_get_mont_R2_unsafe: Removed NULL input checking by Minos Galanakis · 2 years, 10 months ago
  42. b85506e bignum_core.h: Comment update for mbedtls_mpi_core_get_mont_R2_unsafe by Minos Galanakis · 2 years, 10 months ago
  43. 4f43f61 Renamed mbedtls_mpi_get_montgomery_constant_unsafe to mpi_core_get_mont_R2_unsafe by Minos Galanakis · 2 years, 10 months ago
  44. ec440f2 bignum_mod_raw: Ported mbedtls_mpi_get_montgomery_constant_unsafe from prototype by Hanno Becker · 3 years ago
  45. 3a334c2 Minor improvements to ssl_tls12_server.c by David Horstmann · 2 years, 9 months ago
  46. 7aee0ec Minor improvements in ssl_client.c by David Horstmann · 2 years, 9 months ago
  47. 6e11687 Minor improvements to ecp.c changes by David Horstmann · 2 years, 9 months ago
  48. 9b0eb90 Rename ARIA_SELF_TEST_IF_FAIL by David Horstmann · 2 years, 9 months ago
  49. 059848f Minor changes to asn1write.c by David Horstmann · 2 years, 9 months ago
  50. e5a715e Merge pull request #6449 from gilles-peskine-arm/bignum-core-shift_r by Gilles Peskine · 2 years, 9 months ago
  51. 72de95d Move function mbedtls_ssl_tls13_conf_early_data to ssl_tls.c by Xiaokang Qian · 2 years, 9 months ago
  52. 600804b Remove useless early data related macros for the time being by Xiaokang Qian · 2 years, 10 months ago
  53. 54413b1 Add early data support preparatory work by Xiaokang Qian · 2 years, 10 months ago
  54. 409248a mbedtls_ssl_get_handshake_transcript is unusable without hashes by Andrzej Kurek · 2 years, 9 months ago
  55. 57d1063 Fix tls_prf generic dependencies by Andrzej Kurek · 2 years, 9 months ago
  56. 468c506 Fix key exchange dependencies for ssl_parse_server_ecdh_params by Andrzej Kurek · 2 years, 9 months ago
  57. 083da8e tls13: client: Improve coding style by Ronald Cron · 2 years, 10 months ago
  58. a2900bc tls13: keys: Simplify code guard by Ronald Cron · 2 years, 10 months ago
  59. 766c0cd tls13: Add missing kex guards by Ronald Cron · 2 years, 10 months ago
  60. 82be0d4 tls13: Do not use MBEDTLS_KEY_EXCHANGE_SOME_ECDHE_ENABLED by Ronald Cron · 2 years, 10 months ago
  61. de08cf3 tls13: Do not use MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED by Ronald Cron · 2 years, 10 months ago
  62. 73fe8df Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_PSK_ENABLED by Ronald Cron · 2 years, 10 months ago
  63. e68ab4f Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_CERT_ENABLED by Ronald Cron · 2 years, 10 months ago
  64. 41a443a tls13: Use MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK.*ENABLED by Ronald Cron · 2 years, 10 months ago
  65. 928cbd3 tls13: Use MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_EPHEMERAL_ENABLED by Ronald Cron · 2 years, 10 months ago
  66. abc6fbb Fix brief description by Gilles Peskine · 2 years, 10 months ago
  67. d29e13e tls: Use the same function in TLS 1.2 and 1.3 to check PSK conf by Ronald Cron · 2 years, 10 months ago
  68. 2a87e9b tls: Align set and usage check for PSK by Ronald Cron · 2 years, 10 months ago
  69. fa1e04a tls13: keys: Fix PSK build only case by Ronald Cron · 2 years, 10 months ago
  70. 9a6a49c tls13: keys: Fail if the group type is not ECDHE or DHE by Ronald Cron · 2 years, 10 months ago
  71. b15d4d8 tls13: keys: Fix error code by Ronald Cron · 2 years, 10 months ago
  72. 3b05620 tls13: keys: Do not use `handshake->premaster` by Ronald Cron · 2 years, 10 months ago
  73. 4c7edb2 tls13: keys: Fix indentation by Ronald Cron · 2 years, 10 months ago
  74. 831fee6 tls13: keys: Avoid input buffer copy by Ronald Cron · 2 years, 10 months ago
  75. 45c6792 Merge pull request #6385 from AndrzejKurek/depends-py-reloaded by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  76. c279b2f Move mbedtls_mpi_core_shift_r to the proper source file by Gilles Peskine · 2 years, 11 months ago
  77. 6641420 Bignum core: Break shift_r function out of the classic shift_r by Gilles Peskine · 2 years, 11 months ago
  78. 4281ae0 Merge pull request #6373 from gilles-peskine-arm/bignum-core-conventions by Gilles Peskine · 2 years, 10 months ago
  79. db29963 Merge pull request #6289 from gabor-mezei-arm/6237_Add_conditional_assign_and_swap_for_bignum by Gilles Peskine · 2 years, 10 months ago
  80. 9387b7b Add a temporary solution to create a seedfile by Andrzej Kurek · 2 years, 10 months ago
  81. c610e74 Formatting & unnecessary (void) fixes by Andrzej Kurek · 2 years, 10 months ago
  82. ecb6309 Fix constant name in ssl_tls13_keys by Andrzej Kurek · 2 years, 10 months ago
  83. e5a5cc1 Remove the dependency of tls1_3 key evolution tests on curve25519 by Andrzej Kurek · 2 years, 10 months ago
  84. eabeb30 Fix SHA512 vs SHA384 dependencies by Andrzej Kurek · 2 years, 10 months ago
  85. c19fb08 Add missing ECDH dependency in tls 1.3 client by Andrzej Kurek · 2 years, 10 months ago
  86. 6832774 Add missing dependencies by Andrzej Kurek · 2 years, 10 months ago
  87. 46a9873 Formatting fix by Andrzej Kurek · 2 years, 10 months ago
  88. 084334c Compile constant time masking and hmac if there are suites using MAC by Andrzej Kurek · 2 years, 10 months ago
  89. 2d59dbc Use TLS prf only if TLS 1.2 is compiled in by Andrzej Kurek · 2 years, 10 months ago
  90. 894edde Add tls prf handling when there's no SHA256 or SHA384 by Andrzej Kurek · 2 years, 10 months ago
  91. 252283f Fix missing cipher mode dependencies by Andrzej Kurek · 2 years, 10 months ago
  92. 078250e Fix incorrect return style by David Horstmann · 2 years, 10 months ago
  93. 178ec96 Remove unnecessary NULL assignments by David Horstmann · 2 years, 10 months ago
  94. 11307a1 Clarify wording on allocation by David Horstmann · 2 years, 10 months ago
  95. 8874cd5 Merge pull request #4826 from RcColes/development by Gilles Peskine · 2 years, 10 months ago
  96. dcd1717 Forbid aliasing outputs by Gilles Peskine · 2 years, 10 months ago
  97. 4086de6 Fix documentation by Gabor Mezei · 2 years, 10 months ago
  98. b3c3090 Merge pull request #6383 from mprse/aead_driver_test by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  99. 1951259 Update how lms.c imports platform.h by Raef Coles · 2 years, 10 months ago
  100. 49e4184 Merge pull request #6299 from xkqian/tls13_add_servername_check by Ronald Cron · 2 years, 10 months ago