1. 3f1606a Refactor call hierarchy for ECDH so that it goes through the driver wrapper in a similar fashion to ECDSA. by Aditya Deshpande · 2 years, 9 months ago
  2. cfb441d Fix spacing and formatting by Aditya Deshpande · 2 years, 10 months ago
  3. 40c05cc Newlines at end of file + trim trailing whitespace by Aditya Deshpande · 2 years, 10 months ago
  4. 17845b8 Add driver wrapper function for raw key agreement, along with test call for transparent drivers. by Aditya Deshpande · 2 years, 10 months ago
  5. b3c3090 Merge pull request #6383 from mprse/aead_driver_test by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  6. 49e4184 Merge pull request #6299 from xkqian/tls13_add_servername_check by Ronald Cron · 2 years, 10 months ago
  7. 0fe6631 Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2 by Gilles Peskine · 2 years, 10 months ago
  8. 28af501 Fix the ticket_lifetime equal to 0 issue by Xiaokang Qian · 2 years, 10 months ago
  9. 072fad1 Disable MBEDTLS_SSL_TICKET_C in aead driver test. by Przemek Stekiel · 2 years, 10 months ago
  10. 2aa5af9 Merge pull request #6403 from mpg/print-failed-suites by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  11. 126bf8e Address some comments by Xiaokang Qian · 2 years, 10 months ago
  12. 997669a Fix heap use-after-free corruption issue by Xiaokang Qian · 2 years, 10 months ago
  13. 307a730 Rebase and replace session_negotiate by Xiaokang Qian · 2 years, 10 months ago
  14. baa4764 Fix typo issues by Xiaokang Qian · 2 years, 10 months ago
  15. 8730644 Move ticket and hostname set code just after shallow-copy by Xiaokang Qian · 2 years, 10 months ago
  16. ed3afcd Fix various typo and macro guards issues by Xiaokang Qian · 2 years, 10 months ago
  17. ed0620c Refine code base on comments by Xiaokang Qian · 2 years, 10 months ago
  18. 0340929 Add MBEDTLS_SSL_SESSION_TICKETS guard to server name check by Xiaokang Qian · 2 years, 10 months ago
  19. d7adc37 Refine the server name compare logic by Xiaokang Qian · 2 years, 10 months ago
  20. a3b451f Adress kinds of comments base on review by Xiaokang Qian · 2 years, 10 months ago
  21. 2f9efd3 Address comments base on review by Xiaokang Qian · 2 years, 10 months ago
  22. bc663a0 Refine code based on commnets by Xiaokang Qian · 2 years, 10 months ago
  23. adf84a4 Remove public api mbedtls_ssl_reset_hostname() by Xiaokang Qian · 2 years, 10 months ago
  24. fb8ac46 Change the name of servername when re-connect by Xiaokang Qian · 2 years, 10 months ago
  25. be98f96 Remove useless hostname check in server side by Xiaokang Qian · 2 years, 10 months ago
  26. 6af2a6d Fix session save-load overflow issue by Xiaokang Qian · 2 years, 10 months ago
  27. ecd7528 Address some comments by Xiaokang Qian · 2 years, 10 months ago
  28. 281fd1b Add server name check when proposeing pre-share key by Xiaokang Qian · 2 years, 11 months ago
  29. 8fd3254 Merge pull request #6374 from mprse/enc_types by Gilles Peskine · 2 years, 10 months ago
  30. 78317c8 Merge pull request #6327 from yuhaoth/pr/tls13-psk-after-session-tickets by Ronald Cron · 2 years, 10 months ago
  31. ea37bb2 Add changelog entry by Przemek Stekiel · 2 years, 10 months ago
  32. ee1bb41 Make sure that disabled features are not included in image and fix test config by Przemek Stekiel · 2 years, 10 months ago
  33. 301e866 Merge pull request #6398 from gilles-peskine-arm/bignum-mbedtls_test_read_mpi_core-char by Janos Follath · 2 years, 10 months ago
  34. c797423 Remove unnecessary empty line and fix format issue by Jerry Yu · 2 years, 10 months ago
  35. 74b748d Merge pull request #6401 from gilles-peskine-arm/config.py-python-version-development by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  36. 22c18c1 Add NULL check in prepare hello by Jerry Yu · 2 years, 10 months ago
  37. c2bfaf0 fix wrong typo by Jerry Yu · 2 years, 10 months ago
  38. ac6c670 Print the list of failed suites in verbose mode by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  39. d61a4d3 Fix missing guard and double-space by Przemek Stekiel · 2 years, 10 months ago
  40. b50e433 Test mbedtls_mpi_core_bitlen by Gilles Peskine · 2 years, 10 months ago
  41. e943283 More mbedtls_mpi_bitlen test cases by Gilles Peskine · 2 years, 10 months ago
  42. 24baa81 Improve mbedtls_mpi_bitlen test descriptions by Gilles Peskine · 2 years, 10 months ago
  43. c5772a1 mbedtls_test_read_mpi_core: allow odd number of hex digits by Gilles Peskine · 2 years, 10 months ago
  44. cf42536 Add a note that config.py must remain compatible with Python 3.4 by Gilles Peskine · 2 years, 10 months ago
  45. 1b5c85c Merge pull request #6386 from gilles-peskine-arm/bignum-mbedtls_test_read_mpi_core by Janos Follath · 2 years, 10 months ago
  46. 4f77ecf disable session resumption when ticket expired by Jerry Yu · 2 years, 10 months ago
  47. 03aa174 Improve test message and title by Jerry Yu · 2 years, 10 months ago
  48. 6916e70 fix various issues by Jerry Yu · 2 years, 10 months ago
  49. 2109206 Restrict cipher suite validation to TLS1.3 by Jerry Yu · 2 years, 10 months ago
  50. 1f02c6c Reword change log entry by Przemek Stekiel · 2 years, 10 months ago
  51. 68a01a6 Fix session tickets related build flags in fuzz_server and ssl_server2 by Przemek Stekiel · 2 years, 10 months ago
  52. 52a428b Fix MBEDTLS_SSL_TICKET_C, MBEDTLS_SSL_SESSION_TICKETS dependencies by Przemek Stekiel · 2 years, 10 months ago
  53. 42bb3ff Adapt expected results in ChaCha20-Poly1305 ( invalid tag length) by Przemek Stekiel · 2 years, 10 months ago
  54. 88ade84 psa_aead_setup: remove redundant tag length check by Przemek Stekiel · 2 years, 10 months ago
  55. 6ab5076 psa_aead_setup: validate tag length before calling driver setup by Przemek Stekiel · 2 years, 10 months ago
  56. 63b06ea Update test cases by Jerry Yu · 2 years, 10 months ago
  57. 03b8f9d Adjust guards for `dummy_tickets` by Jerry Yu · 2 years, 10 months ago
  58. a99cbfa fix various issues by Jerry Yu · 2 years, 10 months ago
  59. 40afab6 Add ciphersuite check in set_session by Jerry Yu · 2 years, 10 months ago
  60. 21f9095 Revert "move ciphersuite validation to set_session" by Jerry Yu · 2 years, 10 months ago
  61. 379b91a add ticket age check by Jerry Yu · 2 years, 10 months ago
  62. 96d4770 Merge pull request #6393 from KloolK/development by Janos Follath · 2 years, 10 months ago
  63. 86679c7 psa_validate_tag_length(): use PSA_WANT_ALG_xxx instead MBEDTLS_PSA_BUILTIN_ALG_xxx guards by Przemek Stekiel · 2 years, 10 months ago
  64. 4a69834 Re-org selected_identity parser by Jerry Yu · 2 years, 10 months ago
  65. 6183cc7 Re-org binders writer by Jerry Yu · 2 years, 10 months ago
  66. f75364b Re-organize identities writer by Jerry Yu · 2 years, 10 months ago
  67. 8b41e89 fix various issues by Jerry Yu · 2 years, 10 months ago
  68. 19ae6f6 move ciphersuite validation to set_session by Jerry Yu · 2 years, 10 months ago
  69. 25ab654 Add dummy ticket support by Jerry Yu · 2 years, 11 months ago
  70. b300e3c add selected_identity parser by Jerry Yu · 2 years, 10 months ago
  71. 1a0a0f4 Add binders writer by Jerry Yu · 2 years, 10 months ago
  72. f7c1259 Add identites writer by Jerry Yu · 2 years, 10 months ago
  73. 0c6105b empty pre_shared_key functions by Jerry Yu · 3 years ago
  74. 8897c07 Add server only guards for psk callback by Jerry Yu · 3 years ago
  75. 8a05a64 Remove psa_driver_get_tag_len() and use PSA_ALG_AEAD_GET_TAG_LENGTH macro instead by Przemek Stekiel · 2 years, 10 months ago
  76. c1ceae4 crypto_config_test_driver_extension.h: add support for ChaCha20 - Poly1305 by Przemek Stekiel · 2 years, 10 months ago
  77. ff1efc9 psa_aead_check_nonce_length: Fix unused variable warining by Przemek Stekiel · 2 years, 10 months ago
  78. b33f6e5 Fix typo by Jan Bruckner · 2 years, 10 months ago
  79. 99a82dc Readability improvement by Gilles Peskine · 2 years, 10 months ago
  80. 80ca44f Merge pull request #6325 from gabor-mezei-arm/6308_missing_initialization_in_test by Gilles Peskine · 2 years, 10 months ago
  81. e32cd44 Add changelog entry: tls 1.2 builds with single encryption type by Przemek Stekiel · 2 years, 10 months ago
  82. c217f48 Replace the output file atomically by Gilles Peskine · 2 years, 11 months ago
  83. 22514eb Fix typo in documentation by Gilles Peskine · 2 years, 11 months ago
  84. 0957e7b Rmove MBEDTLS_NIST_KW_C dependency from MBEDTLS_SSL_TICKET_C by Przemek Stekiel · 2 years, 10 months ago
  85. 6a5cc74 Fix typos and comments by Przemek Stekiel · 2 years, 10 months ago
  86. 460192e Fix and sync configuration file and configuration verifiation by Przemek Stekiel · 2 years, 10 months ago
  87. bd99a02 test_driver_aead.c: add support for LIBTESTDRIVER1 tests by Przemek Stekiel · 2 years, 10 months ago
  88. e290f2e all.sh: add testing of AEAD drivers with libtestdriver1 by Przemek Stekiel · 2 years, 10 months ago
  89. 5bbdfce Streamline mbedtls_mpi_core_lt_ct unit test by Gilles Peskine · 2 years, 11 months ago
  90. 3aae4e8 New function mbedtls_test_read_mpi_core by Gilles Peskine · 2 years, 11 months ago
  91. 571576f Move the definition of data_t to a header file by Gilles Peskine · 2 years, 11 months ago
  92. bdc7b8b Allow test assertions on constant-flow scalar data by Gilles Peskine · 2 years, 11 months ago
  93. 97483b0 Remove incorrect comment by Gilles Peskine · 2 years, 11 months ago
  94. 845de08 Merge pull request #6083 from tom-cosgrove-arm/issue-6015-montgomery-multiplication by Gilles Peskine · 2 years, 10 months ago
  95. 6da3a3b Fix doc regarding aliasing of modulus input to mbedtls_mpi_core_montmul() by Tom Cosgrove · 2 years, 10 months ago
  96. 4386ead Correct the aliasing requirements in doc for mbedtls_mpi_core_montmul(), and test them by Tom Cosgrove · 2 years, 10 months ago
  97. 48a6a66 Add ssl-opt tls 1.2 tests for single cipher builds by Przemek Stekiel · 2 years, 10 months ago
  98. ce5b68c Revert "Fix guards for mbedtls_ssl_ticket_write() and mbedtls_ssl_ticket_parse() functions" by Przemek Stekiel · 2 years, 10 months ago
  99. 8d4b241 Remove redundant indirect dependencies after optimizing setup for one cipher components by Przemek Stekiel · 2 years, 10 months ago
  100. a891a09 test_suite_cmac.data: fix bug: use cipher type instead cipher id by Przemek Stekiel · 2 years, 10 months ago