1. f01de14 Add tests for mbedtls_oid_get_numeric_string() by David Horstmann · 2 years, 6 months ago
  2. c7f700c Fix incorrect printing of OIDs by David Horstmann · 2 years, 6 months ago
  3. 319a567 Merge pull request #7084 from daverodgman/sizemax-uintmax by Dave Rodgman · 2 years, 6 months ago
  4. 6b9503a Merge pull request #7064 from valeriosetti/issue6860 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  5. 70341c1 Merge pull request #6773 from yanrayw/6675-change-early_secrets-to-local by Ronald Cron · 2 years, 6 months ago
  6. 1b08d42 test: fix: replace CAN_ECDSA_SOME with CAN_ECDSA_SIGN+CAN_ECDSA_VERIFY when both are needed by Valerio Setti · 2 years, 6 months ago
  7. 16f02e0 test: adjust include after PK_CAN_ECDSA_SOME was moved by Valerio Setti · 2 years, 6 months ago
  8. d928aeb test_suite_ssl: use new macros for ECDSA capabilities by Valerio Setti · 2 years, 6 months ago
  9. ed02bb1 test_suite_debug: replace ECDSA_C with new ECDSA macros by Valerio Setti · 2 years, 6 months ago
  10. 5dc6867 test: don't skip debug and ssl suites in test parity for driver only ECDSA by Valerio Setti · 2 years, 6 months ago
  11. d3d8c85 Merge pull request #6997 from valeriosetti/issue6858 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  12. 178b5bd pk: move MBEDTLS_PK_CAN_ECDSA_SOME macro to pk.h and fix tests by Valerio Setti · 2 years, 6 months ago
  13. a119cb6 test: remove redundant ECDSA_C dependencies from test_suite_x509parse.data by Valerio Setti · 2 years, 6 months ago
  14. daa6595 Merge pull request #7046 from mpg/cleanup-md-tests by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  15. 1e4abae Merge pull request #7048 from KloolK/record-size-limit/extend-test-framework by Janos Follath · 2 years, 6 months ago
  16. a9d39c4 Merge pull request #7085 from sergio-nsk/patch-1 by Gilles Peskine · 2 years, 6 months ago
  17. 641288b Restore test guards by Dave Rodgman · 2 years, 6 months ago
  18. 91e8321 Restore more test guards by Dave Rodgman · 2 years, 6 months ago
  19. a476363 Restore more test guards by Dave Rodgman · 2 years, 6 months ago
  20. d26d744 Restore guards on a couple of tests by Dave Rodgman · 2 years, 6 months ago
  21. c36c14c Update psa_crypto_driver_wrappers.c.jinja by Sergey · 2 years, 6 months ago
  22. ab1f3c1 Merge pull request #7081 from tom-cosgrove-arm/dont-use-lstrlenW by Dave Rodgman · 2 years, 6 months ago
  23. 5464773 Add checks to selftest by Dave Rodgman · 2 years, 6 months ago
  24. 4a5c9ee Remove redundant SIZE_MAX guards by Dave Rodgman · 2 years, 6 months ago
  25. 37296a4 Document SIZE_MAX requirement in README.md by Dave Rodgman · 2 years, 6 months ago
  26. 25fd51f test: add missing include in test_suite_x509parse by Valerio Setti · 2 years, 6 months ago
  27. 928593f Merge pull request #7041 from gilles-peskine-arm/pk_ext-pss_options-public by Gilles Peskine · 2 years, 6 months ago
  28. 3196ceb Merge pull request #7052 from yanrayw/7008-compatsh-disable-VERIFY-for-PSK by Gilles Peskine · 2 years, 6 months ago
  29. b009559 Merge pull request #7049 from KloolK/typos by Gilles Peskine · 2 years, 6 months ago
  30. b8531c4 Merge pull request #6882 from AndrzejKurek/x509_san_parsing_testing-dev by Gilles Peskine · 2 years, 6 months ago
  31. a22749e Merge pull request #6816 from nick-child-ibm/pkcs7_coverage by Dave Rodgman · 2 years, 6 months ago
  32. b96c309 Don't use lstrlenW() on Windows by Tom Cosgrove · 2 years, 6 months ago
  33. 834e65d Merge pull request #6499 from xkqian/tls13_write_end_of_early_data by Ronald Cron · 2 years, 6 months ago
  34. cf1c16a Merge pull request #6925 from gilles-peskine-arm/coding-style-doc by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  35. 78c6f40 Fix code-style by Dave Rodgman · 2 years, 6 months ago
  36. 2189fda Use TEST_EQUAL in one more place in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  37. a9a1b21 Use ASSERT_COMPARE in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  38. 4f70b3c Fix pylint warning by Dave Rodgman · 2 years, 6 months ago
  39. 14f255f pkcs7: Remove unnecessary dependencies by Nick Child · 2 years, 6 months ago
  40. c7c94df pkcs7/test: Format generate test script by Nick Child · 2 years, 6 months ago
  41. 00a6c6f test: fix for using proper sign/verify macros by Valerio Setti · 2 years, 6 months ago
  42. 40df835 all.sh: fix comment for test_psa_crypto_config_accel_ecdsa_use_psa by Valerio Setti · 2 years, 6 months ago
  43. ce0caa3 oid: fix comment in #endif by Valerio Setti · 2 years, 6 months ago
  44. fcc6933 test: fix disparities in x509parse and x509write suites by Valerio Setti · 2 years, 6 months ago
  45. b9dc251 test: add SHA1 to the supported algs in accelerated ECDSA by Valerio Setti · 2 years, 6 months ago
  46. f972ce8 oid: replace ECDSA_C with new macros for ECDSA capabilities by Valerio Setti · 2 years, 6 months ago
  47. c8801b7 test: x509: remove disparities in driver only testing for ECDSA by Valerio Setti · 2 years, 6 months ago
  48. 9cb1aa2 Merge pull request #6970 from valeriosetti/issue6857 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  49. 0de0d86 Rebase code to restore reco-delay and fix some style issues by Xiaokang Qian · 2 years, 6 months ago
  50. 3038297 compat.sh: simplify code of iterating on VERIFY for PSK tests by Yanray Wang · 2 years, 6 months ago
  51. 8dc4ce7 Fix various coding style and comment issues by Xiaokang Qian · 2 years, 6 months ago
  52. 6b98001 Replace session_negotiate->ciphersuite with handshake->ciphersuite_info->id by Xiaokang Qian · 2 years, 6 months ago
  53. 53c4c27 Update the comment of ciphersuite check for early data by Xiaokang Qian · 2 years, 6 months ago
  54. 64bc9bc Add comments to describe the early data behavior-encrypt/rejected... by Xiaokang Qian · 2 years, 6 months ago
  55. e04afdc Refine the condition of whether re-generate early keys by Xiaokang Qian · 2 years, 6 months ago
  56. eb31cbc Share the hash check code between ticket and external psk by Xiaokang Qian · 2 years, 6 months ago
  57. 4ef8ba2 Assign the ciphersuite in finalize_hrr{server_hello} by Xiaokang Qian · 2 years, 6 months ago
  58. bb88324 Remove useless comments of outbound switch by Xiaokang Qian · 2 years, 6 months ago
  59. 02f5e14 Combine the alert check of selected_id and ciphercuite by Xiaokang Qian · 2 years, 6 months ago
  60. 934ce6f Rename the finalize_client{server}_hello() by Xiaokang Qian · 2 years, 6 months ago
  61. ac4c625 Add hash check of ciphersuite for ticket psk by Xiaokang Qian · 2 years, 6 months ago
  62. 6be8290 Change to CCS after client hello only if we offer early data by Xiaokang Qian · 2 years, 6 months ago
  63. 7179f81 Restore the empty lines by Xiaokang Qian · 2 years, 6 months ago
  64. b584621 Refine the ciphersuite and select id check for early data by Xiaokang Qian · 2 years, 6 months ago
  65. 44051f6 Refine the state change after write client hello by Xiaokang Qian · 2 years, 6 months ago
  66. 7892b6c Refine the comment about generating early secrects in post server hello by Xiaokang Qian · 2 years, 6 months ago
  67. bd0ab06 Skip CCS once we proposed early data even it is rejected by Xiaokang Qian · 2 years, 6 months ago
  68. f6d8fd3 Improve the coding style of new lines by Xiaokang Qian · 2 years, 6 months ago
  69. 79f7752 Move state change to finalize client hello by Xiaokang Qian · 2 years, 6 months ago
  70. 3f616c2 Move selected_identity zero check to post_server_hello by Xiaokang Qian · 2 years, 7 months ago
  71. 1d8e86c Get hash_alg by mbedtls_psa_translate_md by Xiaokang Qian · 2 years, 7 months ago
  72. ea28a78 Revert new field and check ciphersuite match when resume by exist info_id by Xiaokang Qian · 2 years, 7 months ago
  73. 4224244 Improve coding styles and add comments by Xiaokang Qian · 2 years, 7 months ago
  74. 33ff868 Fix various errors by Xiaokang Qian · 2 years, 7 months ago
  75. 43a83f2 Move the place where call set_outbound_transform to switch handshake key by Xiaokang Qian · 2 years, 7 months ago
  76. 9074613 Fix compile error and warnings by Xiaokang Qian · 2 years, 7 months ago
  77. f10f474 Check server selected cipher suite indicating a Hash associated with the PSK by Xiaokang Qian · 2 years, 7 months ago
  78. 592021a Add CCS after client hello in case of early data and comp mode by Xiaokang Qian · 2 years, 7 months ago
  79. 303f82c5 Skip generating early secrets in some cases by Xiaokang Qian · 2 years, 7 months ago
  80. b46275c Add TLS1_3 guard to finalize_write_client_hello() to fix compile issue by Xiaokang Qian · 2 years, 7 months ago
  81. 2a67493 Pend a illeagal allert when selected_identity isn't 0 by Xiaokang Qian · 2 years, 7 months ago
  82. 5b41007 Remove useless comments about handshake messages for TLS13 by Xiaokang Qian · 2 years, 7 months ago
  83. 126929f Move early keys generation into mbedtls_ssl_tls13_finalize_write_client_hello by Xiaokang Qian · 2 years, 7 months ago
  84. 19d4416 Refine code to remove finalize_write_end_of_early_data() by Xiaokang Qian · 2 years, 7 months ago
  85. 7094f66 Remove useless duplicted mbedtls_ssl_tls13_ticket_get_psk by Xiaokang Qian · 2 years, 8 months ago
  86. 854db28 Set hs_psk,ciphercuit_info and kex mode when writing pre-share key by Xiaokang Qian · 2 years, 8 months ago
  87. 57a138d Update message log for end of early data test cases by Xiaokang Qian · 2 years, 8 months ago
  88. 742578c Remove end_of_early_data_coordinate() to align with exist style by Xiaokang Qian · 2 years, 8 months ago
  89. bc75bc0 Switch to MBEDTLS_SSL_END_OF_EARLY_DATA as needed by Xiaokang Qian · 2 years, 8 months ago
  90. c81a15a Change the comment format of end_of_early_data by Xiaokang Qian · 2 years, 8 months ago
  91. 7ed30e5 Fix the issue that gnutls server doesn't support packet by Xiaokang Qian · 2 years, 8 months ago
  92. 8804e6d Put kex_exchange_mode in the guard of TLS13 by Xiaokang Qian · 2 years, 8 months ago
  93. 94dd1dd Update test case to indicate parsing of end of early data by Xiaokang Qian · 2 years, 8 months ago
  94. da8402d Switch outbound back to handshake key after end_of_early_data by Xiaokang Qian · 2 years, 8 months ago
  95. bf09376 Remove useless prepare_write_end_of_early_data by Xiaokang Qian · 2 years, 8 months ago
  96. df6f52e Generate early key and switch outbound key to it after write client hello by Xiaokang Qian · 2 years, 8 months ago
  97. d05ac5d Add extern apis mbedtls_ticket_get_psk. by Xiaokang Qian · 2 years, 8 months ago
  98. 32af4fb Set ciphersuite info and kex mode in set_session in re-connection by Xiaokang Qian · 2 years, 8 months ago
  99. 34aab55 Add prepare function to switch transform to early keys by Xiaokang Qian · 2 years, 8 months ago
  100. 125afcb Add end-of-early-data write by Xiaokang Qian · 2 years, 9 months ago