1. ada2ec3 psa_crypto_stubs/changelog: fix typos by Valerio Setti · 1 year, 5 months ago
  2. 1a58e9a psa_util: change guard for mbedtls_psa_get_random() to CRYPTO_CLIENT by Valerio Setti · 1 year, 5 months ago
  3. 817772a Merge pull request #8716 from mschulz-at-hilscher/feature/gcm_largetable by Tom Cosgrove · 1 year, 5 months ago
  4. 0aab69d Merge pull request #8807 from gilles-peskine-arm/pk_import_into_psa-implement_import by Gilles Peskine · 1 year, 6 months ago
  5. dd49c73 Merge remote-tracking branch 'development' into pk_import_into_psa-implement_import by Gilles Peskine · 1 year, 6 months ago
  6. 0ecb5fd Merge pull request #8574 from ronald-cron-arm/ssl-tickets by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  7. fc3f980 Merge pull request #8826 from valeriosetti/issue8824 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  8. 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
  9. 80bc5d6 test_suite_pk: fix data in some RSA related test cases by Valerio Setti · 1 year, 6 months ago
  10. f966a97 test_suite_pk: remove leftover comment by Valerio Setti · 1 year, 6 months ago
  11. e88a1c5 pem: fix return values in pem_check_pkcs_padding() by Valerio Setti · 1 year, 6 months ago
  12. e10674d test_suite_pem: fix comment in test case by Valerio Setti · 1 year, 6 months ago
  13. eba4ca1 test_suite_pem: solve driver test disparities by Valerio Setti · 1 year, 6 months ago
  14. 4cc6522 pem: do not parse ASN1 data after decryption (removes ASN1 dependency) by Valerio Setti · 1 year, 6 months ago
  15. 8aff4ef test_suite_pem: add more test cases for invalid padding data by Valerio Setti · 1 year, 6 months ago
  16. 46ee81d test_suite_pk: add test cases for RSA keys (sign/verify & crypt/decrypt) by Gilles Peskine · 1 year, 6 months ago
  17. 0f286d5 pem: reject empty PEM contents by Valerio Setti · 1 year, 6 months ago
  18. 2ec141a After pk_import_into_psa, test that the keys match by Gilles Peskine · 1 year, 6 months ago
  19. 6fe8a06 New test helper: mbedtls_test_key_consistency_psa_pk by Gilles Peskine · 1 year, 6 months ago
  20. d6fc350 Test mbedtls_pk_import_into_psa with different bits by Gilles Peskine · 1 year, 6 months ago
  21. 68a287d Use named constants FROM_PAIR/FROM_PUBLIC for readability by Gilles Peskine · 1 year, 6 months ago
  22. f50cd59 Fix encrypt/decrypt confusion by Gilles Peskine · 1 year, 6 months ago
  23. cbd2cbb Rename identifier for consistency by Gilles Peskine · 1 year, 6 months ago
  24. 59d63b2 Merge pull request #8582 from yanrayw/issue/8167/PK_parse_write_OID_dependency by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  25. e9954bb test_suite_pk.function: add correct dependency by Yanray Wang · 1 year, 8 months ago
  26. 3ea9450 Merge pull request #8734 from valeriosetti/issue8564 by Gilles Peskine · 1 year, 6 months ago
  27. 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
  28. 3a4f204 test_suite_psa_crypto: fix some test descriptions by Valerio Setti · 1 year, 6 months ago
  29. c1b9375 test_suite_pem: add more test cases for encrypted PEM buffers by Valerio Setti · 1 year, 6 months ago
  30. 095e1ac pem: check data padding in DES/AES decrypted buffers by Valerio Setti · 1 year, 6 months ago
  31. e6c80bc Merge pull request #8755 from ronald-cron-arm/tls13-client-early-data-status by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  32. 9718203 Fix deadlock with test failures by Paul Elliott · 1 year, 6 months ago
  33. 465e4ed Prioritize SHA2 over MD5 for KNOWN_SUPPORTED_HASH_ALG by Gilles Peskine · 1 year, 6 months ago
  34. 3495567 Don't exercise if the algorithm is not supported by Gilles Peskine · 1 year, 6 months ago
  35. 1d33876 Fix some preprocessor guards by Gilles Peskine · 1 year, 6 months ago
  36. 74860dd Don't define pk_sign_verify in configurations where it's unused by Gilles Peskine · 1 year, 6 months ago
  37. 35cb319 depends.py: set unique configuration names in outcome file by Gilles Peskine · 1 year, 6 months ago
  38. 157679c mbedtls_pk_import_into_psa: positive tests with pkparse output by Gilles Peskine · 1 year, 6 months ago
  39. 10e9c41 mbedtls_pk_import_into_psa: negative tests for different ECC curve by Gilles Peskine · 1 year, 6 months ago
  40. fc3d866 mbedtls_pk_import_into_psa: implement and test by Gilles Peskine · 1 year, 6 months ago
  41. fdb809e exercise_key: fix asymmetric encrypt/decrypt with >2028-bit RSA by Gilles Peskine · 1 year, 6 months ago
  42. 4781bd9 exercise_key: allow SIGN_MESSAGE/VERIFY_MESSAGE with PSA_ALG_ANY_HASH by Gilles Peskine · 1 year, 6 months ago
  43. 069cec1 Also check the RSA length for public keys by Gilles Peskine · 1 year, 6 months ago
  44. 34a074a Add missing dependency on PEM by Gilles Peskine · 1 year, 6 months ago
  45. 92fb604 Fix mbedtls_pk_get_bitlen() for RSA with non-byte-aligned sizes by Gilles Peskine · 1 year, 6 months ago
  46. 19f1adf New function mbedtls_rsa_get_bitlen() by Gilles Peskine · 1 year, 6 months ago
  47. 2e2af41 Merge pull request #7604 from zvolin/feature/pkcs5-aes by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  48. 48b87eb Choose a curve for tests at compile time by Gilles Peskine · 1 year, 6 months ago
  49. 4ade8ee test_suite_pem: more tests for ASN.1 parsing after decoding by Valerio Setti · 1 year, 6 months ago
  50. 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
  51. 5d2bcc6 Fix typo / improve documentation for test step fns by Paul Elliott · 1 year, 6 months ago
  52. 54ad01e Merge remote-tracking branch 'upstream/development' into make_tests_thread_safe by Paul Elliott · 1 year, 6 months ago
  53. 67f3568 Reduce analyze_block_cipher_dispatch exceptions by Ryan Everett · 1 year, 6 months ago
  54. c7fa82e tests: ssl: Improve test parameter sanity check by Ronald Cron · 1 year, 6 months ago
  55. 010d23f test_suite_[pkparse|x509parse]: fix return values of some PEM related error tests by Valerio Setti · 1 year, 6 months ago
  56. 9de84bd rsa: reject buffers with data outside main SEQUENCE when parsing keys by Valerio Setti · 1 year, 6 months ago
  57. 75e65fe Reformat AES encryption test data in pkcs5 tests by Ryan Everett · 1 year, 6 months ago
  58. afb2eee Add PKCS5/12 exceptions to analyze_block_cipher_dispatch by Ryan Everett · 1 year, 6 months ago
  59. 791fc2e Merge remote-tracking branch 'upstream/development' into pkcs5_aes_new by Ryan Everett · 1 year, 6 months ago
  60. 7826678 Fix: by Matthias Schulz · 1 year, 6 months ago
  61. 7a28738 Merge pull request #8636 from paul-elliott-arm/new_test_thread_interface by Janos Follath · 1 year, 6 months ago gh-readonly-queue/development/pr-8636-1dbfc8ad3c32f77f360e47a367c074397915a4bd
  62. 1dbfc8a Merge pull request #8790 from paul-elliott-arm/fix_ctr_drbg_comment by Tom Cosgrove · 1 year, 6 months ago gh-readonly-queue/development/pr-8790-b7307630bb4df30d3f8a5b708c5908f607d00ff4
  63. b730763 Merge pull request #8703 from valeriosetti/issue7765-guards-in-asn1 by Manuel Pégourié-Gonnard · 1 year, 6 months ago gh-readonly-queue/development/pr-8703-7bf1e98f446e7051e94c3e72568aad5d0279249e
  64. 7bf1e98 Merge pull request #8740 from valeriosetti/issue8647 by Manuel Pégourié-Gonnard · 1 year, 6 months ago gh-readonly-queue/development/pr-8740-c8de36220298f67254c253d274826d77f1022c34
  65. 1910390 psa_util: improve leading zeros check in convert_der_to_raw_single_int() by Valerio Setti · 1 year, 6 months ago
  66. bda577b Fix confusing comment in ctr drbg thread test by Paul Elliott · 1 year, 6 months ago
  67. ef07fa0 test_suite_psa_crypto_util: add more test for raw->der by Valerio Setti · 1 year, 6 months ago
  68. a8082c4 Add MBEDTLS_CIPHER_C dependencies to new pkparse tests by Ryan Everett · 1 year, 6 months ago
  69. 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
  70. 292b1dc Merge pull request #8789 from paul-elliott-arm/fix_tsan_gcc by Paul Elliott · 1 year, 6 months ago gh-readonly-queue/development/pr-8789-1d7bc1ecdf04db9b137931442fd46fe278813f2b
  71. 1d7bc1e Merge pull request #8717 from valeriosetti/issue8030 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  72. e053cb2 Stop platform test failures with GCC and TSAN by Paul Elliott · 1 year, 6 months ago
  73. f45589b Merge pull request #8198 from silabs-Kusumit/kdf_incorrect_initial_capacity by Gilles Peskine · 1 year, 6 months ago
  74. 137e0c1 Merge pull request #8761 from valeriosetti/issue4681 by Gilles Peskine · 1 year, 6 months ago
  75. fb7001f Merge pull request #8738 from gilles-peskine-arm/pk_import_into_psa-use_usage by Gilles Peskine · 1 year, 6 months ago
  76. 6269f3b Revert "psa_util: allow larger raw buffers in mbedtls_ecdsa_raw_to_der()" by Valerio Setti · 1 year, 6 months ago
  77. 2261ab2 tests: early data status: Add HRR scenario by Ronald Cron · 1 year, 6 months ago
  78. d6dba67 tests: early data status: Add "server rejects" scenario by Ronald Cron · 1 year, 6 months ago
  79. 265273e tests: early data status: Add "not sent" scenario by Ronald Cron · 1 year, 6 months ago
  80. 5c208d7 tests: ssl: Add scenario param to early data status testing function by Ronald Cron · 1 year, 6 months ago
  81. a7f94e4 tests: ssl: Add early data status unit test by Ronald Cron · 1 year, 6 months ago
  82. bfcdc06 tests: ssl: Use get TLS 1.3 ticket helper for early data test by Ronald Cron · 1 year, 6 months ago
  83. 1f6e4e4 tests: ssl: Add helper function to get a TLS 1.3 ticket by Ronald Cron · 1 year, 6 months ago
  84. ced99be tests: ssl: Add early data handshake option by Ronald Cron · 1 year, 6 months ago
  85. b4ad3e7 tests: ssl: First reset to all zeroes options in init by Ronald Cron · 1 year, 6 months ago
  86. fb53647 tests: ssl: Move group list to options by Ronald Cron · 1 year, 6 months ago
  87. 2b6a7b3 suite_psa_crypto_util: use 521 bits data and bit-size instead of 528 by Valerio Setti · 1 year, 6 months ago
  88. 79e2e5d Add comment to set/increment step functions by Paul Elliott · 1 year, 6 months ago
  89. 94c5806 suite_psa_crypto_util: make ecdsa_raw_to_der_incremental() more readable by Valerio Setti · 1 year, 6 months ago
  90. 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
  91. f20728e Fix missed case for removing accessor by Paul Elliott · 1 year, 6 months ago
  92. d0a7727 tests: early data: Complete the handshake by Ronald Cron · 1 year, 6 months ago
  93. 735ac3e Fix builds with secp224k1 as the only curve by Gilles Peskine · 1 year, 6 months ago
  94. 8a85673 Merge remote-tracking branch 'development' into pk_import_into_psa-use_usage by Gilles Peskine · 1 year, 6 months ago
  95. d4fc5d9 psa_util: allow larger raw buffers in mbedtls_ecdsa_raw_to_der() by Valerio Setti · 1 year, 6 months ago
  96. fe329ce rsa: handle buffer length similarly in private and public key parsing by Valerio Setti · 1 year, 6 months ago
  97. 33327da tests: early data: Switch to mnemonics for test scenarios by Ronald Cron · 1 year, 6 months ago
  98. 0e60e93 test_suite_psa_crypto_util: improve ecdsa_der_to_raw() by Valerio Setti · 1 year, 6 months ago
  99. 1d5fa22 Fix pkcs5 aes test data by Ryan Everett · 1 year, 6 months ago
  100. 9ae3270 Add missing dependencies for pkparse tests by Ryan Everett · 1 year, 6 months ago