1. 0767fda Enhance GCM throughput using larger precalculated tables. Also refactored the code for shorter tables and moved the check for available accelerators to the context initialization code. by Matthias Schulz · 1 year, 6 months ago
  2. f45589b Merge pull request #8198 from silabs-Kusumit/kdf_incorrect_initial_capacity by Gilles Peskine · 1 year, 6 months ago
  3. 137e0c1 Merge pull request #8761 from valeriosetti/issue4681 by Gilles Peskine · 1 year, 6 months ago
  4. fb7001f Merge pull request #8738 from gilles-peskine-arm/pk_import_into_psa-use_usage by Gilles Peskine · 1 year, 6 months ago
  5. 5c9cc0b Merge pull request #8727 from ronald-cron-arm/tls13-ignore-early-data-when-rejected by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  6. d0a7727 tests: early data: Complete the handshake by Ronald Cron · 1 year, 6 months ago
  7. 735ac3e Fix builds with secp224k1 as the only curve by Gilles Peskine · 1 year, 6 months ago
  8. 8a85673 Merge remote-tracking branch 'development' into pk_import_into_psa-use_usage by Gilles Peskine · 1 year, 6 months ago
  9. 33327da tests: early data: Switch to mnemonics for test scenarios by Ronald Cron · 1 year, 6 months ago
  10. 32c28ce Merge pull request #8715 from valeriosetti/issue7964 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  11. 747bedb Merge pull request #8733 from ivq/gcm_ad_len_check by Janos Follath · 1 year, 6 months ago
  12. 12285c5 Add calls to BLOCK_CIPHER_PSA_INIT / BLOCK_CIPHER_PSA_DONE by Dave Rodgman · 1 year, 6 months ago
  13. ae2d81c tests: tls13: Run early data test only in TLS 1.3 only config by Ronald Cron · 1 year, 7 months ago
  14. f57d14b Ignore early data app msg before 2nd client hello by Jerry Yu · 1 year, 9 months ago
  15. 2995d35 tls13: srv: Deprotect and discard early data records by Ronald Cron · 1 year, 7 months ago
  16. 064dd2b Adjust check order by Jerry Yu · 1 year, 8 months ago
  17. d078386 Smoke tests for mbedtls_pk_get_psa_attributes after parsing by Gilles Peskine · 1 year, 6 months ago
  18. cb3b4ca Fix handling of ECC public keys under MBEDTLS_PK_USE_PSA_EC_DATA by Gilles Peskine · 1 year, 6 months ago
  19. 591e83d Add missing implied usage by Gilles Peskine · 1 year, 6 months ago
  20. a1a7b08 Fix typo in dependency by Gilles Peskine · 1 year, 6 months ago
  21. 793920c mbedtls_pk_get_psa_attributes: opaque: require specified usage by Gilles Peskine · 1 year, 6 months ago
  22. e45d51f Clearer variable names by Gilles Peskine · 1 year, 6 months ago
  23. e2a77f2 Use PSA_INIT with test that requires PSA by Gilles Peskine · 1 year, 6 months ago
  24. 2e54854 Copypasta by Gilles Peskine · 1 year, 6 months ago
  25. ae2668b Don't use mbedtls_pk_ec in our own code by Gilles Peskine · 1 year, 6 months ago
  26. 7e353ba Create auxiliary function for repeated code by Gilles Peskine · 1 year, 6 months ago
  27. 1941163 Test enrollment algorithm for the non-OPAQUE case by Gilles Peskine · 1 year, 6 months ago
  28. 38dbab9 tests: ssl: Adjust early data test by Ronald Cron · 1 year, 6 months ago
  29. 78a38f6 tls13: srv: Do not use early_data_status by Ronald Cron · 1 year, 6 months ago
  30. 579bd4d Update early data test by Jerry Yu · 1 year, 9 months ago
  31. 192e0f9 ssl_server2: Add read early data support by Jerry Yu · 2 years, 8 months ago
  32. ba8e9ad Fix test dependencies by Dave Rodgman · 1 year, 6 months ago
  33. 11cc412 Merge pull request #8711 from ronald-cron-arm/tls13-ticket-and-early-data-unit-test by Ronald Cron · 1 year, 6 months ago
  34. 6823247 Fix compile warning in tests by Dave Rodgman · 1 year, 6 months ago
  35. eb84534 Use TEST_EQUAL instead of TEST_ASSERT where possible by Ronald Cron · 1 year, 6 months ago
  36. 5de9c6f Fix and add comments in ticket and early data test function by Ronald Cron · 1 year, 6 months ago
  37. 095a3a5 Fix PSA init and done macros in TLS unit tests by Ronald Cron · 1 year, 6 months ago
  38. faf026c Explain purpose of test specific write/parse ticket functions by Ronald Cron · 1 year, 6 months ago
  39. f988f95 test_suite_bignum: add test function: mpi_zero_length_buffer_is_null() by Valerio Setti · 1 year, 6 months ago
  40. 76e4c63 test_suite_aria: remove NOT_DEFINED dependency from aria_invalid_param() by Valerio Setti · 1 year, 6 months ago
  41. d4c373a Refactor all.sh clang version detection code by Tom Cosgrove · 1 year, 6 months ago
  42. 9e4eeff Fix comment about verison of clang required for 'build_aes_armce' by Tom Cosgrove · 1 year, 6 months ago
  43. 03aa9bc Switch pk_setup_for_type() to return MBEDTLS_ERR_xxx by Gilles Peskine · 1 year, 6 months ago
  44. 3da3c0a Always call psa_crypto_init when testing mbedtls_pk_get_psa_attributes by Gilles Peskine · 1 year, 6 months ago
  45. f8c2cd1 Update preprocessor guard comment by Gilles Peskine · 1 year, 6 months ago
  46. e0c13cf Update some msg descriptions by Gilles Peskine · 1 year, 6 months ago
  47. c4e9118 Merge pull request #8751 from trofi/gcc-14-calloc-fix by Paul Elliott · 1 year, 6 months ago gh-readonly-queue/development/pr-8751-935182fe2b5f4801e29026ea504f168ca450150b
  48. da2a33d tests: fix `calloc()` argument list (`gcc-14` fix) by Sergei Trofimovich · 1 year, 6 months ago
  49. ef56795 Fix 1 forgotten separate input/output buffer by Chien Wong · 1 year, 6 months ago
  50. 92c17c4 Use separate input/output buffer. Explain why error is expected by Chien Wong · 1 year, 6 months ago
  51. 77faddf Depend on legacy RSA key generation for test code by Gilles Peskine · 1 year, 6 months ago
  52. 2bd4ddc Implement pick-a-curve when ECP_LIGHT is disabled by Gilles Peskine · 1 year, 6 months ago
  53. 99ff1f5 Add test cases on GCM AD, input, IV length by Chien Wong · 1 year, 6 months ago
  54. 13f2f4e Merge remote-tracking branch 'restricted/development' into mbedtls-3.5.2rc by Dave Rodgman · 1 year, 6 months ago
  55. 64996c3 Disable MBEDTLS_PSA_CRYPTO_CLIENT in no-PSA builds by Gilles Peskine · 1 year, 7 months ago
  56. 00f3085 Missing dependency for MBEDTLS_PK_ECDSA by Gilles Peskine · 1 year, 7 months ago
  57. f3dbc98 mbedtls_pk_get_psa_attributes: support MBEDTLS_PK_USE_PSA_EC_DATA by Gilles Peskine · 1 year, 7 months ago
  58. 758d8c7 mbedtls_pk_get_psa_attributes: support MBEDTLS_PK_OPAQUE by Gilles Peskine · 1 year, 7 months ago
  59. 94e3a87 mbedtls_pk_get_psa_attributes: test bad usage value by Gilles Peskine · 1 year, 7 months ago
  60. ace7c77 mbedtls_pk_get_psa_attributes: ECC support by Gilles Peskine · 1 year, 7 months ago
  61. 6ea1836 mbedtls_pk_get_psa_attributes: RSA support by Gilles Peskine · 1 year, 7 months ago
  62. 0b17255 Introduce mbedtls_pk_get_psa_attributes by Gilles Peskine · 1 year, 7 months ago
  63. e23d647 Bump version by Dave Rodgman · 1 year, 7 months ago
  64. af553bf Add required dependency to the testcase by Jonathan Winzig · 1 year, 7 months ago
  65. acd35a5 Remove unneeded testcase by Jonathan Winzig · 1 year, 7 months ago
  66. 144bfde Update test-data to use SIZE_MAX by Jonathan Winzig · 1 year, 7 months ago
  67. 93f5240 Add missing newline at the end of test_suite_x509write.data by Jonathan Winzig · 1 year, 7 months ago
  68. 1c7629c Add tests for Issue #8687 by Jonathan Winzig · 1 year, 7 months ago
  69. 34c6e8a Merge pull request #8700 from valeriosetti/issue8461 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  70. f8fdbb5 tests: tls13: Run early data test only in TLS 1.3 only config by Ronald Cron · 1 year, 7 months ago
  71. a8dd81b tests: tls13: Add early data unit test by Ronald Cron · 1 year, 7 months ago
  72. ec3408d tests: ssl: Move setting of debug callback by Ronald Cron · 1 year, 7 months ago
  73. d903a86 tests: tls13: Add session resume with ticket unit test by Ronald Cron · 1 year, 7 months ago
  74. 77abfe6 ssl_helpers.c: Add ticket write/parse test functions by Ronald Cron · 1 year, 7 months ago
  75. 639d567 pk: move mbedtls_pk_load_file to pk_internal by Valerio Setti · 1 year, 7 months ago
  76. 25b282e x509: move internal functions declarations to a private header by Valerio Setti · 1 year, 7 months ago
  77. b4f5076 debug: move internal functions declarations to an internal header file by Valerio Setti · 1 year, 7 months ago
  78. 4d4891e Merge pull request #8666 from valeriosetti/issue8340 by Gilles Peskine · 1 year, 7 months ago
  79. b1f96c0 Merge pull request #7815 from gilles-peskine-arm/ecp-export-partial by Gilles Peskine · 1 year, 7 months ago
  80. c9077cc Merge pull request #8664 from valeriosetti/issue7764 by Gilles Peskine · 1 year, 7 months ago
  81. 4f34b15 test_driver_key_management: keep mbedtls_test_opaque_wrap_key() private by Valerio Setti · 1 year, 7 months ago
  82. 9039ba5 Fix test dependencies by Dave Rodgman · 1 year, 7 months ago
  83. b7778b2 Fix ASAN error in test by Dave Rodgman · 1 year, 7 months ago
  84. 24ad1b5 Add NIST AES-CTR test vectors by Dave Rodgman · 1 year, 7 months ago
  85. 4cc6fb9 add test for multipart AES-CTR by Dave Rodgman · 1 year, 7 months ago
  86. 4860a6c test_suite_psa_crypto: revert known failing checks for [en|de]cryption with opaque keys by Valerio Setti · 1 year, 7 months ago
  87. 62b6f10 test_driver_asymmetric_encryption: implement opaque [en/de]cryption functions by Valerio Setti · 1 year, 7 months ago
  88. 66a827f test_driver_key_management: make opaque [un]wrapping functions public by Valerio Setti · 1 year, 7 months ago
  89. ae73034 Add tests for mbedtls_ctr_increment_counter by Dave Rodgman · 1 year, 7 months ago
  90. f202c29 test_suite_psa_crypto: test asymmetric encryption/decryption also with opaque keys by Valerio Setti · 1 year, 7 months ago
  91. f1ba193 Merge pull request #8526 from yanrayw/issue/7011/send_record_size_limit_ext by Tom Cosgrove · 1 year, 7 months ago
  92. 4b09dcd Change renegotiation test to use G_NEXT_SRV by Waleed Elmelegy · 1 year, 7 months ago
  93. 153586a change values to ULL by Kusumit Ghoderao · 1 year, 7 months ago
  94. 3519cfb Merge pull request #8639 from bensze01/release_components by Paul Elliott · 1 year, 7 months ago
  95. 7c14afc Merge pull request #8595 from yanrayw/issue/8593/srv-CH-fix-version-check by Ronald Cron · 1 year, 7 months ago
  96. e83be5f Change renegotiation tests to work with TLS 1.2 only by Waleed Elmelegy · 1 year, 7 months ago
  97. a7c55d5 fix depends on condition by Kusumit Ghoderao · 1 year, 7 months ago
  98. f149cd1 Merge pull request #8688 from jwinzig-at-hilscher/development by Paul Elliott · 1 year, 7 months ago
  99. 179f33a add test cases with different hash algs by Kusumit Ghoderao · 1 year, 7 months ago
  100. 7d4db63 add depends on for capacity tests and fix code style by Kusumit Ghoderao · 1 year, 8 months ago