1. 5464773 Add checks to selftest by Dave Rodgman · 2 years, 6 months ago
  2. 4a5c9ee Remove redundant SIZE_MAX guards by Dave Rodgman · 2 years, 6 months ago
  3. 37296a4 Document SIZE_MAX requirement in README.md by Dave Rodgman · 2 years, 6 months ago
  4. 928593f Merge pull request #7041 from gilles-peskine-arm/pk_ext-pss_options-public by Gilles Peskine · 2 years, 6 months ago
  5. 3196ceb Merge pull request #7052 from yanrayw/7008-compatsh-disable-VERIFY-for-PSK by Gilles Peskine · 2 years, 6 months ago
  6. b009559 Merge pull request #7049 from KloolK/typos by Gilles Peskine · 2 years, 6 months ago
  7. b8531c4 Merge pull request #6882 from AndrzejKurek/x509_san_parsing_testing-dev by Gilles Peskine · 2 years, 6 months ago
  8. a22749e Merge pull request #6816 from nick-child-ibm/pkcs7_coverage by Dave Rodgman · 2 years, 6 months ago
  9. 834e65d Merge pull request #6499 from xkqian/tls13_write_end_of_early_data by Ronald Cron · 2 years, 6 months ago
  10. cf1c16a Merge pull request #6925 from gilles-peskine-arm/coding-style-doc by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  11. 78c6f40 Fix code-style by Dave Rodgman · 2 years, 6 months ago
  12. 4f70b3c Fix pylint warning by Dave Rodgman · 2 years, 6 months ago
  13. 14f255f pkcs7: Remove unnecessary dependencies by Nick Child · 2 years, 6 months ago
  14. c7c94df pkcs7/test: Format generate test script by Nick Child · 2 years, 6 months ago
  15. 9cb1aa2 Merge pull request #6970 from valeriosetti/issue6857 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  16. 0de0d86 Rebase code to restore reco-delay and fix some style issues by Xiaokang Qian · 2 years, 6 months ago
  17. 3038297 compat.sh: simplify code of iterating on VERIFY for PSK tests by Yanray Wang · 2 years, 6 months ago
  18. 8dc4ce7 Fix various coding style and comment issues by Xiaokang Qian · 2 years, 6 months ago
  19. 6b98001 Replace session_negotiate->ciphersuite with handshake->ciphersuite_info->id by Xiaokang Qian · 2 years, 6 months ago
  20. 53c4c27 Update the comment of ciphersuite check for early data by Xiaokang Qian · 2 years, 6 months ago
  21. 64bc9bc Add comments to describe the early data behavior-encrypt/rejected... by Xiaokang Qian · 2 years, 6 months ago
  22. e04afdc Refine the condition of whether re-generate early keys by Xiaokang Qian · 2 years, 6 months ago
  23. eb31cbc Share the hash check code between ticket and external psk by Xiaokang Qian · 2 years, 6 months ago
  24. 4ef8ba2 Assign the ciphersuite in finalize_hrr{server_hello} by Xiaokang Qian · 2 years, 6 months ago
  25. bb88324 Remove useless comments of outbound switch by Xiaokang Qian · 2 years, 6 months ago
  26. 02f5e14 Combine the alert check of selected_id and ciphercuite by Xiaokang Qian · 2 years, 6 months ago
  27. 934ce6f Rename the finalize_client{server}_hello() by Xiaokang Qian · 2 years, 6 months ago
  28. ac4c625 Add hash check of ciphersuite for ticket psk by Xiaokang Qian · 2 years, 6 months ago
  29. 6be8290 Change to CCS after client hello only if we offer early data by Xiaokang Qian · 2 years, 6 months ago
  30. 7179f81 Restore the empty lines by Xiaokang Qian · 2 years, 6 months ago
  31. b584621 Refine the ciphersuite and select id check for early data by Xiaokang Qian · 2 years, 6 months ago
  32. 44051f6 Refine the state change after write client hello by Xiaokang Qian · 2 years, 6 months ago
  33. 7892b6c Refine the comment about generating early secrects in post server hello by Xiaokang Qian · 2 years, 6 months ago
  34. bd0ab06 Skip CCS once we proposed early data even it is rejected by Xiaokang Qian · 2 years, 6 months ago
  35. f6d8fd3 Improve the coding style of new lines by Xiaokang Qian · 2 years, 6 months ago
  36. 79f7752 Move state change to finalize client hello by Xiaokang Qian · 2 years, 6 months ago
  37. 3f616c2 Move selected_identity zero check to post_server_hello by Xiaokang Qian · 2 years, 7 months ago
  38. 1d8e86c Get hash_alg by mbedtls_psa_translate_md by Xiaokang Qian · 2 years, 7 months ago
  39. ea28a78 Revert new field and check ciphersuite match when resume by exist info_id by Xiaokang Qian · 2 years, 7 months ago
  40. 4224244 Improve coding styles and add comments by Xiaokang Qian · 2 years, 7 months ago
  41. 33ff868 Fix various errors by Xiaokang Qian · 2 years, 7 months ago
  42. 43a83f2 Move the place where call set_outbound_transform to switch handshake key by Xiaokang Qian · 2 years, 7 months ago
  43. 9074613 Fix compile error and warnings by Xiaokang Qian · 2 years, 7 months ago
  44. f10f474 Check server selected cipher suite indicating a Hash associated with the PSK by Xiaokang Qian · 2 years, 7 months ago
  45. 592021a Add CCS after client hello in case of early data and comp mode by Xiaokang Qian · 2 years, 7 months ago
  46. 303f82c5 Skip generating early secrets in some cases by Xiaokang Qian · 2 years, 7 months ago
  47. b46275c Add TLS1_3 guard to finalize_write_client_hello() to fix compile issue by Xiaokang Qian · 2 years, 7 months ago
  48. 2a67493 Pend a illeagal allert when selected_identity isn't 0 by Xiaokang Qian · 2 years, 7 months ago
  49. 5b41007 Remove useless comments about handshake messages for TLS13 by Xiaokang Qian · 2 years, 7 months ago
  50. 126929f Move early keys generation into mbedtls_ssl_tls13_finalize_write_client_hello by Xiaokang Qian · 2 years, 7 months ago
  51. 19d4416 Refine code to remove finalize_write_end_of_early_data() by Xiaokang Qian · 2 years, 7 months ago
  52. 7094f66 Remove useless duplicted mbedtls_ssl_tls13_ticket_get_psk by Xiaokang Qian · 2 years, 8 months ago
  53. 854db28 Set hs_psk,ciphercuit_info and kex mode when writing pre-share key by Xiaokang Qian · 2 years, 8 months ago
  54. 57a138d Update message log for end of early data test cases by Xiaokang Qian · 2 years, 8 months ago
  55. 742578c Remove end_of_early_data_coordinate() to align with exist style by Xiaokang Qian · 2 years, 8 months ago
  56. bc75bc0 Switch to MBEDTLS_SSL_END_OF_EARLY_DATA as needed by Xiaokang Qian · 2 years, 8 months ago
  57. c81a15a Change the comment format of end_of_early_data by Xiaokang Qian · 2 years, 8 months ago
  58. 7ed30e5 Fix the issue that gnutls server doesn't support packet by Xiaokang Qian · 2 years, 8 months ago
  59. 8804e6d Put kex_exchange_mode in the guard of TLS13 by Xiaokang Qian · 2 years, 8 months ago
  60. 94dd1dd Update test case to indicate parsing of end of early data by Xiaokang Qian · 2 years, 8 months ago
  61. da8402d Switch outbound back to handshake key after end_of_early_data by Xiaokang Qian · 2 years, 8 months ago
  62. bf09376 Remove useless prepare_write_end_of_early_data by Xiaokang Qian · 2 years, 8 months ago
  63. df6f52e Generate early key and switch outbound key to it after write client hello by Xiaokang Qian · 2 years, 8 months ago
  64. d05ac5d Add extern apis mbedtls_ticket_get_psk. by Xiaokang Qian · 2 years, 8 months ago
  65. 32af4fb Set ciphersuite info and kex mode in set_session in re-connection by Xiaokang Qian · 2 years, 8 months ago
  66. 34aab55 Add prepare function to switch transform to early keys by Xiaokang Qian · 2 years, 8 months ago
  67. 125afcb Add end-of-early-data write by Xiaokang Qian · 2 years, 9 months ago
  68. 3dafc6c pkcs7: Drop support for signature in contentInfo of signed data by Nick Child · 2 years, 6 months ago
  69. 5b16e9e pk_wrap: keep ECDSA_C for ECP_RESTARTABLE contexts by Valerio Setti · 2 years, 6 months ago
  70. 7dcdc13 Change SHA256_C to HAS_ALG_SHA256_VIA[..] in x509 tests by Andrzej Kurek · 2 years, 7 months ago
  71. dae916b X.509: Add length consistency checks to x509_get_other_name() by Hanno Becker · 6 years ago
  72. 2a15a0c X.509: Remove red'n bounds checks and zeroiz'n in OtherName parsing by Hanno Becker · 6 years ago
  73. 5d82c3b X.509: Improve negative testing for SubjectAltName parsing by Hanno Becker · 6 years ago
  74. dc0e8b9 Add a ChangeLog entry by Hanno Becker · 6 years ago
  75. db305ff X.509: Improve negative testing for SubjectAltName parsing by Hanno Becker · 6 years ago
  76. ae8f8c4 Fix X.509 SAN parsing by Hanno Becker · 6 years ago
  77. a0c806a Merge pull request #7003 from lpy4105/issue/do-not-run-x86-tests-on-arm64 by Gilles Peskine · 2 years, 6 months ago
  78. 4c77601 Merge pull request #6975 from davidhorstmann-arm/c-build-helper-improvements by Gilles Peskine · 2 years, 6 months ago
  79. 3f9961b compat.sh: remove G_CLIENT_PRIO as it's not used by Yanray Wang · 2 years, 6 months ago
  80. a89c4d5 compat.sh: display "no" even if $VERIFY=YES for PSK test cases by Yanray Wang · 2 years, 6 months ago
  81. 5d646e7 compat.sh: do not filter PSK ciphersuites for GnuTLS if $VERIFY=YES by Yanray Wang · 2 years, 6 months ago
  82. c66a46f compat.sh: remove check_openssl_server_bug by Yanray Wang · 2 years, 6 months ago
  83. 35c0ead compat.sh: avoid running duplicate test cases for PSK by Yanray Wang · 2 years, 6 months ago
  84. dae7057 compat.sh: ignore $VERIFY in PSK TYPE by Yanray Wang · 2 years, 6 months ago
  85. 1cdddac pk_wrap: use proper macros for sign and verify by Valerio Setti · 2 years, 6 months ago
  86. 5c593af pk_wrap: fix comment on closing #endif by Valerio Setti · 2 years, 6 months ago
  87. 0568dec ecdsa: add comment for ecdsa_context by Valerio Setti · 2 years, 6 months ago
  88. 24138d9 pk_wrap: re-use identical functions for eckey and ecdsa when possible by Valerio Setti · 2 years, 6 months ago
  89. 7ca1318 pk: add new symbol for generic ECDSA capability by Valerio Setti · 2 years, 6 months ago
  90. bf74f52 test: add a comment specifying why restartable cannot be tested by Valerio Setti · 2 years, 6 months ago
  91. 9e30dd8 removing a leftover printf from debug by Valerio Setti · 2 years, 6 months ago
  92. 4836374 test: ECDSA driver only: fixing disparities in tests by Valerio Setti · 2 years, 6 months ago
  93. ab363d9 pk/pk_wrap: replace ECDSA_C with generic ECDSA capabilities' defines by Valerio Setti · 2 years, 6 months ago
  94. cf084ae pk: add generic defines for ECDSA capabilities by Valerio Setti · 2 years, 6 months ago
  95. 4e0278d test: ECDSA driver only: disable ECP_RESTARTABLE by Valerio Setti · 2 years, 6 months ago
  96. 4e26df9 test: ECDSA driver_only: verify disparities in PK by Valerio Setti · 2 years, 6 months ago
  97. f31c9e4 Merge pull request #7019 from tom-cosgrove-arm/dont-use-cast-assignment-in-ssl_server2.c by Dave Rodgman · 2 years, 6 months ago
  98. 1aabe5c Fix typos by Jan Bruckner · 2 years, 6 months ago
  99. 94c9c96 Merge pull request #6998 from aditya-deshpande-arm/fix-example-programs-usage by Dave Rodgman · 2 years, 6 months ago
  100. 50886c2 pkcs7/test: Add test for parsing a disabled algorithm by Nick Child · 2 years, 6 months ago