1. 6caf84f Explicitely remove the deprecated driver interface from the TSan config by Ryan · 1 year, 5 months ago
  2. 8462146 Merge pull request #8867 from gilles-peskine-arm/psa_key_attributes-remove_core by Gilles Peskine · 1 year, 5 months ago
  3. fad79fc Merge remote-tracking branch 'development' into ecp-write-ext-3.6 by Gilles Peskine · 1 year, 5 months ago
  4. e33b349 Merge pull request #8864 from valeriosetti/issue8848 by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  5. 9b4e964 Merge pull request #8760 from ronald-cron-arm/tls13-write-early-data by Ronald Cron · 1 year, 5 months ago
  6. c0f7a86 mbedtls_ecp_write_key(): deprecate the old function by Gilles Peskine · 1 year, 6 months ago
  7. 84b9f1b mbedtls_ecp_write_key_ext(): migrate internally by Gilles Peskine · 1 year, 6 months ago
  8. e3fb4cc mbedtls_ecp_write_key_ext(): new function by Gilles Peskine · 1 year, 6 months ago
  9. 7f523bf Merge pull request #8845 from gilles-peskine-arm/ecp-write-doc-3.6 by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  10. b484e37 pk: fix alg selection in mbedtls_pk_sign_ext() for opaque keys by Valerio Setti · 1 year, 5 months ago
  11. 2f107ae Don't access psa_key_attributes_t.core by Gilles Peskine · 1 year, 5 months ago
  12. 23e637a test_suite_pk: initialize all PSA key IDs and attributes by Valerio Setti · 1 year, 5 months ago
  13. a9de944 ssl_helpers: minor fix in mbedtls_test_ssl_endpoint_certificate_init() by Valerio Setti · 1 year, 5 months ago
  14. ca21b24 Merge pull request #8840 from gilles-peskine-arm/domain_parameters-remove by Tom Cosgrove · 1 year, 5 months ago gh-readonly-queue/development/pr-8840-f4a200f106f4203322fcfc141c50cd2645021272
  15. 1fa2f6e test: remove usage of mbedtls_pk_wrap_as_opaque() from tests by Valerio Setti · 1 year, 5 months ago
  16. f4a200f Merge pull request #8838 from paul-elliott-arm/improve_test_data_accessors by Tom Cosgrove · 1 year, 5 months ago gh-readonly-queue/development/pr-8838-0f63028809e775eb068b3575a1fd36f1ed917ff0
  17. 4c32b69 Ignore domain parameters in RSA key generation by Gilles Peskine · 1 year, 6 months ago
  18. 0f63028 Merge pull request #8815 from gilles-peskine-arm/psa_generate_key_ext-prototype by Gilles Peskine · 1 year, 5 months ago
  19. 9011dae Improve documentation / comments by Paul Elliott · 1 year, 5 months ago
  20. 817772a Merge pull request #8716 from mschulz-at-hilscher/feature/gcm_largetable by Tom Cosgrove · 1 year, 5 months ago
  21. dcb09ca tests: write early data: Improve get_early_data_status testing by Ronald Cron · 1 year, 6 months ago
  22. 7d158f4 tests: read early data: Use write API to send early data by Ronald Cron · 1 year, 6 months ago
  23. 110303f tests: read early data: Add no early data indication sent scenario by Ronald Cron · 1 year, 6 months ago
  24. 86d288c tests: ssl: Rename tls13_early_data to tls13_read_early_data by Ronald Cron · 1 year, 6 months ago
  25. 9f2c3c0 tls13: cli: Add mbedtls_ssl_get_early_data_status() API by Ronald Cron · 1 year, 6 months ago
  26. 0004600 tests: write early data: Inverse loop over state logic by Ronald Cron · 1 year, 6 months ago
  27. bf5e909 tests: write early data: Check we can complete handshake after writing by Ronald Cron · 1 year, 6 months ago
  28. d406924 Improve comments/documentation by Ronald Cron · 1 year, 6 months ago
  29. 0aab69d Merge pull request #8807 from gilles-peskine-arm/pk_import_into_psa-implement_import by Gilles Peskine · 1 year, 6 months ago
  30. dd49c73 Merge remote-tracking branch 'development' into pk_import_into_psa-implement_import by Gilles Peskine · 1 year, 6 months ago
  31. 0ecb5fd Merge pull request #8574 from ronald-cron-arm/ssl-tickets by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  32. 23605d1 More renaming: method -> production parameters by Gilles Peskine · 1 year, 6 months ago
  33. 092ce51 Rename "key generation method" to "key production parameters" by Gilles Peskine · 1 year, 6 months ago
  34. fc3f980 Merge pull request #8826 from valeriosetti/issue8824 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  35. a7f651c Merge pull request #8804 from valeriosetti/issue8799 by Manuel Pégourié-Gonnard · 1 year, 6 months ago gh-readonly-queue/development/pr-8804-9fb53a9e26d10cc9da555f1abeadeeec5ee33960
  36. e7a7013 Remove initialization function for variable-length struct by Gilles Peskine · 1 year, 6 months ago
  37. 80bc5d6 test_suite_pk: fix data in some RSA related test cases by Valerio Setti · 1 year, 6 months ago
  38. f966a97 test_suite_pk: remove leftover comment by Valerio Setti · 1 year, 6 months ago
  39. e88a1c5 pem: fix return values in pem_check_pkcs_padding() by Valerio Setti · 1 year, 6 months ago
  40. e10674d test_suite_pem: fix comment in test case by Valerio Setti · 1 year, 6 months ago
  41. 1c7ff7e mbedtls_ecp_write_key: document and test smaller output buffer by Gilles Peskine · 1 year, 6 months ago
  42. a395bdd mbedtls_ecp_write_key: document and test larger output buffer by Gilles Peskine · 1 year, 6 months ago
  43. eba4ca1 test_suite_pem: solve driver test disparities by Valerio Setti · 1 year, 6 months ago
  44. 4cc6522 pem: do not parse ASN1 data after decryption (removes ASN1 dependency) by Valerio Setti · 1 year, 6 months ago
  45. 8aff4ef test_suite_pem: add more test cases for invalid padding data by Valerio Setti · 1 year, 6 months ago
  46. 46ee81d test_suite_pk: add test cases for RSA keys (sign/verify & crypt/decrypt) by Gilles Peskine · 1 year, 6 months ago
  47. 0f286d5 pem: reject empty PEM contents by Valerio Setti · 1 year, 6 months ago
  48. 2ec141a After pk_import_into_psa, test that the keys match by Gilles Peskine · 1 year, 6 months ago
  49. 6fe8a06 New test helper: mbedtls_test_key_consistency_psa_pk by Gilles Peskine · 1 year, 6 months ago
  50. 24da991 tests: ssl: early data: Add systematic default case in scenario switches by Ronald Cron · 1 year, 6 months ago
  51. b9a9b1f tls13: Fix/Improve comments by Ronald Cron · 1 year, 6 months ago
  52. 5fbd270 tls13: Use a flag not a counter for CCS and HRR handling by Ronald Cron · 1 year, 6 months ago
  53. d6fc350 Test mbedtls_pk_import_into_psa with different bits by Gilles Peskine · 1 year, 6 months ago
  54. ba536dc Lock test mutex before doing mutex usage check by Paul Elliott · 1 year, 6 months ago
  55. 114ed5e Fix missing mutex lock for mutex usage error by Paul Elliott · 1 year, 6 months ago
  56. 264e210 Rename internal test info data accessors by Paul Elliott · 1 year, 6 months ago
  57. 68a287d Use named constants FROM_PAIR/FROM_PUBLIC for readability by Gilles Peskine · 1 year, 6 months ago
  58. f50cd59 Fix encrypt/decrypt confusion by Gilles Peskine · 1 year, 6 months ago
  59. cbd2cbb Rename identifier for consistency by Gilles Peskine · 1 year, 6 months ago
  60. 63072b1 Only test custom-e RSA key generation when built in by Gilles Peskine · 1 year, 6 months ago
  61. c81393b generate/derive key ext: pass method_data_length rather than method_length by Gilles Peskine · 1 year, 6 months ago
  62. 7a18f96 psa_generate_key_ext: RSA: support custom public exponent by Gilles Peskine · 1 year, 6 months ago
  63. f0765fa Implement psa_generate_key_ext, psa_key_derivation_output_key_ext by Gilles Peskine · 1 year, 6 months ago
  64. 1d25a0a Refactoring: extract rsa_test_e by Gilles Peskine · 1 year, 6 months ago
  65. 59d63b2 Merge pull request #8582 from yanrayw/issue/8167/PK_parse_write_OID_dependency by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  66. e9954bb test_suite_pk.function: add correct dependency by Yanray Wang · 1 year, 8 months ago
  67. e66c841 Make internal test info accessor functions static. by Paul Elliott · 1 year, 6 months ago
  68. 3ea9450 Merge pull request #8734 from valeriosetti/issue8564 by Gilles Peskine · 1 year, 6 months ago
  69. 1c0b1bf Merge pull request #8779 from gilles-peskine-arm/rsa-bitlen-fix by Tom Cosgrove · 1 year, 6 months ago gh-readonly-queue/development/pr-8779-d26df722567810bcb631e69afd5cee212f8c847a
  70. 3a4f204 test_suite_psa_crypto: fix some test descriptions by Valerio Setti · 1 year, 6 months ago
  71. c1b9375 test_suite_pem: add more test cases for encrypted PEM buffers by Valerio Setti · 1 year, 6 months ago
  72. 095e1ac pem: check data padding in DES/AES decrypted buffers by Valerio Setti · 1 year, 6 months ago
  73. e6c80bc Merge pull request #8755 from ronald-cron-arm/tls13-client-early-data-status by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  74. 9718203 Fix deadlock with test failures by Paul Elliott · 1 year, 6 months ago
  75. 465e4ed Prioritize SHA2 over MD5 for KNOWN_SUPPORTED_HASH_ALG by Gilles Peskine · 1 year, 6 months ago
  76. 3495567 Don't exercise if the algorithm is not supported by Gilles Peskine · 1 year, 6 months ago
  77. 1d33876 Fix some preprocessor guards by Gilles Peskine · 1 year, 6 months ago
  78. 74860dd Don't define pk_sign_verify in configurations where it's unused by Gilles Peskine · 1 year, 6 months ago
  79. 35cb319 depends.py: set unique configuration names in outcome file by Gilles Peskine · 1 year, 6 months ago
  80. 157679c mbedtls_pk_import_into_psa: positive tests with pkparse output by Gilles Peskine · 1 year, 6 months ago
  81. 10e9c41 mbedtls_pk_import_into_psa: negative tests for different ECC curve by Gilles Peskine · 1 year, 6 months ago
  82. fc3d866 mbedtls_pk_import_into_psa: implement and test by Gilles Peskine · 1 year, 6 months ago
  83. fdb809e exercise_key: fix asymmetric encrypt/decrypt with >2028-bit RSA by Gilles Peskine · 1 year, 6 months ago
  84. 4781bd9 exercise_key: allow SIGN_MESSAGE/VERIFY_MESSAGE with PSA_ALG_ANY_HASH by Gilles Peskine · 1 year, 6 months ago
  85. 069cec1 Also check the RSA length for public keys by Gilles Peskine · 1 year, 6 months ago
  86. 34a074a Add missing dependency on PEM by Gilles Peskine · 1 year, 6 months ago
  87. 92fb604 Fix mbedtls_pk_get_bitlen() for RSA with non-byte-aligned sizes by Gilles Peskine · 1 year, 6 months ago
  88. 19f1adf New function mbedtls_rsa_get_bitlen() by Gilles Peskine · 1 year, 6 months ago
  89. 2e2af41 Merge pull request #7604 from zvolin/feature/pkcs5-aes by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  90. 48b87eb Choose a curve for tests at compile time by Gilles Peskine · 1 year, 6 months ago
  91. 4ade8ee test_suite_pem: more tests for ASN.1 parsing after decoding by Valerio Setti · 1 year, 6 months ago
  92. a6ac0f1 Replaced MBEDTLS_GCM_LARGETABLE by MBEDTLS_GCM_LARGE_TABLE. Removed empty comment line in doc block. by Matthias Schulz · 1 year, 6 months ago
  93. 5d2bcc6 Fix typo / improve documentation for test step fns by Paul Elliott · 1 year, 6 months ago
  94. 54ad01e Merge remote-tracking branch 'upstream/development' into make_tests_thread_safe by Paul Elliott · 1 year, 6 months ago
  95. 67f3568 Reduce analyze_block_cipher_dispatch exceptions by Ryan Everett · 1 year, 6 months ago
  96. c7fa82e tests: ssl: Improve test parameter sanity check by Ronald Cron · 1 year, 6 months ago
  97. 010d23f test_suite_[pkparse|x509parse]: fix return values of some PEM related error tests by Valerio Setti · 1 year, 6 months ago
  98. 9de84bd rsa: reject buffers with data outside main SEQUENCE when parsing keys by Valerio Setti · 1 year, 6 months ago
  99. 75e65fe Reformat AES encryption test data in pkcs5 tests by Ryan Everett · 1 year, 6 months ago
  100. afb2eee Add PKCS5/12 exceptions to analyze_block_cipher_dispatch by Ryan Everett · 1 year, 6 months ago