1. b96c309 Don't use lstrlenW() on Windows by Tom Cosgrove · 2 years, 6 months ago
  2. 834e65d Merge pull request #6499 from xkqian/tls13_write_end_of_early_data by Ronald Cron · 2 years, 6 months ago
  3. 0de0d86 Rebase code to restore reco-delay and fix some style issues by Xiaokang Qian · 2 years, 6 months ago
  4. 8dc4ce7 Fix various coding style and comment issues by Xiaokang Qian · 2 years, 6 months ago
  5. 6b98001 Replace session_negotiate->ciphersuite with handshake->ciphersuite_info->id by Xiaokang Qian · 2 years, 6 months ago
  6. 53c4c27 Update the comment of ciphersuite check for early data by Xiaokang Qian · 2 years, 6 months ago
  7. 64bc9bc Add comments to describe the early data behavior-encrypt/rejected... by Xiaokang Qian · 2 years, 6 months ago
  8. e04afdc Refine the condition of whether re-generate early keys by Xiaokang Qian · 2 years, 6 months ago
  9. eb31cbc Share the hash check code between ticket and external psk by Xiaokang Qian · 2 years, 6 months ago
  10. 4ef8ba2 Assign the ciphersuite in finalize_hrr{server_hello} by Xiaokang Qian · 2 years, 6 months ago
  11. bb88324 Remove useless comments of outbound switch by Xiaokang Qian · 2 years, 6 months ago
  12. 02f5e14 Combine the alert check of selected_id and ciphercuite by Xiaokang Qian · 2 years, 6 months ago
  13. 934ce6f Rename the finalize_client{server}_hello() by Xiaokang Qian · 2 years, 6 months ago
  14. ac4c625 Add hash check of ciphersuite for ticket psk by Xiaokang Qian · 2 years, 6 months ago
  15. 6be8290 Change to CCS after client hello only if we offer early data by Xiaokang Qian · 2 years, 6 months ago
  16. 7179f81 Restore the empty lines by Xiaokang Qian · 2 years, 6 months ago
  17. b584621 Refine the ciphersuite and select id check for early data by Xiaokang Qian · 2 years, 6 months ago
  18. 44051f6 Refine the state change after write client hello by Xiaokang Qian · 2 years, 6 months ago
  19. 7892b6c Refine the comment about generating early secrects in post server hello by Xiaokang Qian · 2 years, 6 months ago
  20. bd0ab06 Skip CCS once we proposed early data even it is rejected by Xiaokang Qian · 2 years, 6 months ago
  21. f6d8fd3 Improve the coding style of new lines by Xiaokang Qian · 2 years, 6 months ago
  22. 79f7752 Move state change to finalize client hello by Xiaokang Qian · 2 years, 6 months ago
  23. 3f616c2 Move selected_identity zero check to post_server_hello by Xiaokang Qian · 2 years, 7 months ago
  24. 1d8e86c Get hash_alg by mbedtls_psa_translate_md by Xiaokang Qian · 2 years, 7 months ago
  25. ea28a78 Revert new field and check ciphersuite match when resume by exist info_id by Xiaokang Qian · 2 years, 7 months ago
  26. 4224244 Improve coding styles and add comments by Xiaokang Qian · 2 years, 7 months ago
  27. 33ff868 Fix various errors by Xiaokang Qian · 2 years, 7 months ago
  28. 43a83f2 Move the place where call set_outbound_transform to switch handshake key by Xiaokang Qian · 2 years, 7 months ago
  29. 9074613 Fix compile error and warnings by Xiaokang Qian · 2 years, 7 months ago
  30. f10f474 Check server selected cipher suite indicating a Hash associated with the PSK by Xiaokang Qian · 2 years, 7 months ago
  31. 592021a Add CCS after client hello in case of early data and comp mode by Xiaokang Qian · 2 years, 7 months ago
  32. 303f82c5 Skip generating early secrets in some cases by Xiaokang Qian · 2 years, 7 months ago
  33. b46275c Add TLS1_3 guard to finalize_write_client_hello() to fix compile issue by Xiaokang Qian · 2 years, 7 months ago
  34. 2a67493 Pend a illeagal allert when selected_identity isn't 0 by Xiaokang Qian · 2 years, 7 months ago
  35. 126929f Move early keys generation into mbedtls_ssl_tls13_finalize_write_client_hello by Xiaokang Qian · 2 years, 7 months ago
  36. 19d4416 Refine code to remove finalize_write_end_of_early_data() by Xiaokang Qian · 2 years, 7 months ago
  37. 7094f66 Remove useless duplicted mbedtls_ssl_tls13_ticket_get_psk by Xiaokang Qian · 2 years, 8 months ago
  38. 854db28 Set hs_psk,ciphercuit_info and kex mode when writing pre-share key by Xiaokang Qian · 2 years, 8 months ago
  39. 57a138d Update message log for end of early data test cases by Xiaokang Qian · 2 years, 8 months ago
  40. 742578c Remove end_of_early_data_coordinate() to align with exist style by Xiaokang Qian · 2 years, 8 months ago
  41. bc75bc0 Switch to MBEDTLS_SSL_END_OF_EARLY_DATA as needed by Xiaokang Qian · 2 years, 8 months ago
  42. c81a15a Change the comment format of end_of_early_data by Xiaokang Qian · 2 years, 8 months ago
  43. 7ed30e5 Fix the issue that gnutls server doesn't support packet by Xiaokang Qian · 2 years, 8 months ago
  44. 8804e6d Put kex_exchange_mode in the guard of TLS13 by Xiaokang Qian · 2 years, 8 months ago
  45. da8402d Switch outbound back to handshake key after end_of_early_data by Xiaokang Qian · 2 years, 8 months ago
  46. bf09376 Remove useless prepare_write_end_of_early_data by Xiaokang Qian · 2 years, 8 months ago
  47. df6f52e Generate early key and switch outbound key to it after write client hello by Xiaokang Qian · 2 years, 8 months ago
  48. d05ac5d Add extern apis mbedtls_ticket_get_psk. by Xiaokang Qian · 2 years, 8 months ago
  49. 32af4fb Set ciphersuite info and kex mode in set_session in re-connection by Xiaokang Qian · 2 years, 8 months ago
  50. 34aab55 Add prepare function to switch transform to early keys by Xiaokang Qian · 2 years, 8 months ago
  51. 125afcb Add end-of-early-data write by Xiaokang Qian · 2 years, 9 months ago
  52. 5b16e9e pk_wrap: keep ECDSA_C for ECP_RESTARTABLE contexts by Valerio Setti · 2 years, 6 months ago
  53. 1cdddac pk_wrap: use proper macros for sign and verify by Valerio Setti · 2 years, 6 months ago
  54. 5c593af pk_wrap: fix comment on closing #endif by Valerio Setti · 2 years, 6 months ago
  55. 24138d9 pk_wrap: re-use identical functions for eckey and ecdsa when possible by Valerio Setti · 2 years, 6 months ago
  56. 7ca1318 pk: add new symbol for generic ECDSA capability by Valerio Setti · 2 years, 6 months ago
  57. 9e30dd8 removing a leftover printf from debug by Valerio Setti · 2 years, 6 months ago
  58. ab363d9 pk/pk_wrap: replace ECDSA_C with generic ECDSA capabilities' defines by Valerio Setti · 2 years, 6 months ago
  59. 0cfb08d Merge pull request #6922 from mprse/csr_v3 by Gilles Peskine · 2 years, 6 months ago
  60. 80c5525 Merge pull request #6791 from yanrayw/6675-change-some-key-generation-funcs-to-static by Gilles Peskine · 2 years, 6 months ago
  61. 6dd757a Fix use of sizeof without brackets by Dave Rodgman · 2 years, 6 months ago
  62. 24c6f49 Merge pull request #7005 from tom-cosgrove-arm/fix-doxygen-typos-in-new-bignum by Gilles Peskine · 2 years, 6 months ago
  63. a193986 Merge pull request #6942 from ucko/2023a-bignum by Gilles Peskine · 2 years, 6 months ago
  64. 8a1f784 Fix typos in doxygen commands in new bignum modules by Tom Cosgrove · 2 years, 6 months ago
  65. a12cecb Modify some comments in ssl_tls13_keys.c by Yanray Wang · 2 years, 6 months ago
  66. f6b9823 Merge pull request #6979 from daverodgman/const-time-asm-vol by Gilles Peskine · 2 years, 6 months ago
  67. 470f10c Merge pull request #6941 from gabor-mezei-arm/6375_quasi-reduction_function by Gilles Peskine · 2 years, 6 months ago
  68. db1607f Remove unneeded include by Gabor Mezei · 2 years, 6 months ago
  69. aae6125 Merge pull request #6883 from valeriosetti/issue6843 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  70. 4610d4b Inhibit compiler from optimising out const-time asm by Dave Rodgman · 2 years, 6 months ago
  71. 169d9e6 Merge pull request #6802 from gilles-peskine-arm/test_suite_psa_crypto_metadata-20221215 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  72. 36ad5e7 Fix code style by Przemek Stekiel · 2 years, 6 months ago
  73. af4815c x509: replace/fix name of new function for setting serial by Valerio Setti · 2 years, 6 months ago
  74. 803638c Merge pull request #6939 from minosgalanakis/bignum/6027_hardcode_montgomery_moduli by Janos Follath · 2 years, 6 months ago
  75. 32e2091 Remove redundant check and add comment to inform about processing of empty extensions by Przemek Stekiel · 2 years, 6 months ago
  76. 9a66ab1 Fix missing declarration by Gabor Mezei · 2 years, 6 months ago
  77. 94e21e1 Skip unsupported extensions by Przemek Stekiel · 2 years, 6 months ago
  78. 8296eab Merge pull request #6957 from tom-cosgrove-arm/fix-spelling-of-doxygen-return by Gilles Peskine · 2 years, 6 months ago
  79. 3b8623f Merge pull request #6903 from Mihir-Raj-Singh/Bignum_rename_mtoN by Gilles Peskine · 2 years, 6 months ago
  80. 627e5b1 Only enable fix_quasi_reduction when testing by Gabor Mezei · 2 years, 6 months ago
  81. a468768 Dealocate memory for subject alt names by Przemek Stekiel · 2 years, 6 months ago
  82. 86d1946 Fix error codes returned on failures by Przemek Stekiel · 2 years, 6 months ago
  83. cf6ff0f Move common functions for crt/csr parsing to x509.c by Przemek Stekiel · 2 years, 7 months ago
  84. db128f5 Allow empty ns_cert_type, key_usage while parsing certificates by Przemek Stekiel · 2 years, 7 months ago
  85. 21c3728 Adapt function names by Przemek Stekiel · 2 years, 7 months ago
  86. cbaf316 mbedtls_x509_csr_info: Add parsing code for v3 csr extensions by Przemek Stekiel · 2 years, 7 months ago
  87. 2d9e359 Parsing v3 extensions from a CSR by Jens Alfke · 6 years ago
  88. a24fd06 Update documentation by Gabor Mezei · 2 years, 6 months ago
  89. 9073f7d Remove unneeded check by Gabor Mezei · 2 years, 6 months ago
  90. e81a2b8 Change the fix_quasi_reduction function to static by Gabor Mezei · 2 years, 6 months ago
  91. aaa1d2a Move the quasi reduction fixing function to bignum_mod_raw by Gabor Mezei · 2 years, 7 months ago
  92. 37dabd5 Fix doxygen return parameter spelling by Tom Cosgrove · 2 years, 6 months ago
  93. 8692ec8 pkarse: Added `pk_group_id_from_specified()` documentation. by Minos Galanakis · 2 years, 7 months ago
  94. 7658b63 Remove volatile from diff; add explanatory comment by Dave Rodgman · 2 years, 7 months ago
  95. fa96026 Move definition of asm out of public header by Dave Rodgman · 2 years, 7 months ago
  96. 7f376fa Improve documentation by Dave Rodgman · 2 years, 7 months ago
  97. b9cd19b Prevent perf regressions in mbedtls_xor by Dave Rodgman · 2 years, 7 months ago
  98. 051225d Address potential perf regression by Dave Rodgman · 2 years, 7 months ago
  99. 36dfc5a Improve efficiency of some constant time functions by Dave Rodgman · 2 years, 8 months ago
  100. cb0f2c4 Tidy-up - move asm #define into build_info.h by Dave Rodgman · 2 years, 8 months ago