1. 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
  2. 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
  3. 1910390 psa_util: improve leading zeros check in convert_der_to_raw_single_int() by Valerio Setti · 1 year, 6 months ago
  4. ef07fa0 test_suite_psa_crypto_util: add more test for raw->der by Valerio Setti · 1 year, 6 months ago
  5. 1d7bc1e Merge pull request #8717 from valeriosetti/issue8030 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  6. f45589b Merge pull request #8198 from silabs-Kusumit/kdf_incorrect_initial_capacity by Gilles Peskine · 1 year, 6 months ago
  7. 137e0c1 Merge pull request #8761 from valeriosetti/issue4681 by Gilles Peskine · 1 year, 6 months ago
  8. fb7001f Merge pull request #8738 from gilles-peskine-arm/pk_import_into_psa-use_usage by Gilles Peskine · 1 year, 6 months ago
  9. 6269f3b Revert "psa_util: allow larger raw buffers in mbedtls_ecdsa_raw_to_der()" by Valerio Setti · 1 year, 6 months ago
  10. 2b6a7b3 suite_psa_crypto_util: use 521 bits data and bit-size instead of 528 by Valerio Setti · 1 year, 6 months ago
  11. 94c5806 suite_psa_crypto_util: make ecdsa_raw_to_der_incremental() more readable by Valerio Setti · 1 year, 6 months ago
  12. 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
  13. d0a7727 tests: early data: Complete the handshake by Ronald Cron · 1 year, 6 months ago
  14. 735ac3e Fix builds with secp224k1 as the only curve by Gilles Peskine · 1 year, 6 months ago
  15. 8a85673 Merge remote-tracking branch 'development' into pk_import_into_psa-use_usage by Gilles Peskine · 1 year, 6 months ago
  16. d4fc5d9 psa_util: allow larger raw buffers in mbedtls_ecdsa_raw_to_der() by Valerio Setti · 1 year, 6 months ago
  17. fe329ce rsa: handle buffer length similarly in private and public key parsing by Valerio Setti · 1 year, 6 months ago
  18. 33327da tests: early data: Switch to mnemonics for test scenarios by Ronald Cron · 1 year, 6 months ago
  19. 0e60e93 test_suite_psa_crypto_util: improve ecdsa_der_to_raw() by Valerio Setti · 1 year, 6 months ago
  20. 1792bb4 test_suite_psa_crypto_util: add more test cases by Valerio Setti · 1 year, 6 months ago
  21. 1101261 test_suite_psa_util: use more generic symbols for test case dependencies by Valerio Setti · 1 year, 6 months ago
  22. 091bdc4 psa_util: enhance checks on leading zeros in convert_der_to_raw_single_int() by Valerio Setti · 1 year, 6 months ago
  23. 32c28ce Merge pull request #8715 from valeriosetti/issue7964 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  24. bec1d84 psa_util: convert_der_to_raw_single_int() accepts also all zero integers by Valerio Setti · 1 year, 6 months ago
  25. 8334d00 psa_util: improve check of raw_len in mbedtls_ecdsa_raw_to_der() by Valerio Setti · 1 year, 6 months ago
  26. 747bedb Merge pull request #8733 from ivq/gcm_ad_len_check by Janos Follath · 1 year, 6 months ago
  27. 954ef4b psa_util: improve convert_raw_to_der_single_int() by Valerio Setti · 1 year, 6 months ago
  28. 315e4af psa_util: change parameters order in ECDSA conversion functions by Valerio Setti · 1 year, 6 months ago
  29. 45c33ed test_suite_rsa: fix data for "extra integer outside the SEQUENCE" by Valerio Setti · 1 year, 6 months ago
  30. 12285c5 Add calls to BLOCK_CIPHER_PSA_INIT / BLOCK_CIPHER_PSA_DONE by Dave Rodgman · 1 year, 6 months ago
  31. ae2d81c tests: tls13: Run early data test only in TLS 1.3 only config by Ronald Cron · 1 year, 7 months ago
  32. f57d14b Ignore early data app msg before 2nd client hello by Jerry Yu · 1 year, 9 months ago
  33. 2995d35 tls13: srv: Deprotect and discard early data records by Ronald Cron · 1 year, 7 months ago
  34. f15e13e test_suite_x509parse: remove useless include of rsa.h by Valerio Setti · 1 year, 6 months ago
  35. d078386 Smoke tests for mbedtls_pk_get_psa_attributes after parsing by Gilles Peskine · 1 year, 6 months ago
  36. cb3b4ca Fix handling of ECC public keys under MBEDTLS_PK_USE_PSA_EC_DATA by Gilles Peskine · 1 year, 6 months ago
  37. c9dd861 test_suite_psa_crypto_util: add missing new line at the end of file by Valerio Setti · 1 year, 6 months ago
  38. 684d78f test_suite_rsa: improve key parsing tests for extra data by Valerio Setti · 1 year, 6 months ago
  39. c701cb2 test_suite_rsa: improve rsa_key_write_incremental() by Valerio Setti · 1 year, 6 months ago
  40. 5922cb9 pkparse: keep legacy PK error codes when RSA key parsing fails by Valerio Setti · 1 year, 6 months ago
  41. 591e83d Add missing implied usage by Gilles Peskine · 1 year, 6 months ago
  42. a1a7b08 Fix typo in dependency by Gilles Peskine · 1 year, 6 months ago
  43. 793920c mbedtls_pk_get_psa_attributes: opaque: require specified usage by Gilles Peskine · 1 year, 6 months ago
  44. e45d51f Clearer variable names by Gilles Peskine · 1 year, 6 months ago
  45. e2a77f2 Use PSA_INIT with test that requires PSA by Gilles Peskine · 1 year, 6 months ago
  46. 2e54854 Copypasta by Gilles Peskine · 1 year, 6 months ago
  47. ae2668b Don't use mbedtls_pk_ec in our own code by Gilles Peskine · 1 year, 6 months ago
  48. 7e353ba Create auxiliary function for repeated code by Gilles Peskine · 1 year, 6 months ago
  49. 1941163 Test enrollment algorithm for the non-OPAQUE case by Gilles Peskine · 1 year, 6 months ago
  50. 38dbab9 tests: ssl: Adjust early data test by Ronald Cron · 1 year, 6 months ago
  51. 78a38f6 tls13: srv: Do not use early_data_status by Ronald Cron · 1 year, 6 months ago
  52. 56cfe2f test_suite_rsa: improve rsa_parse_write_pkcs1_key() and rsa_key_write_incremental() by Valerio Setti · 1 year, 6 months ago
  53. 201e643 rsa: simplify mbedtls_rsa_parse_pubkey() input parameters by Valerio Setti · 1 year, 6 months ago
  54. 135ebde rsa: rename parse/write functions in order to follow the standard format by Valerio Setti · 1 year, 6 months ago
  55. 3ecb395 test_suite_psa_crypto_util: fix tests for 0-length and one 0x00 byte for r and s by Valerio Setti · 1 year, 6 months ago
  56. ba8e9ad Fix test dependencies by Dave Rodgman · 1 year, 6 months ago
  57. 11cc412 Merge pull request #8711 from ronald-cron-arm/tls13-ticket-and-early-data-unit-test by Ronald Cron · 1 year, 6 months ago
  58. 6823247 Fix compile warning in tests by Dave Rodgman · 1 year, 6 months ago
  59. eb84534 Use TEST_EQUAL instead of TEST_ASSERT where possible by Ronald Cron · 1 year, 6 months ago
  60. 5de9c6f Fix and add comments in ticket and early data test function by Ronald Cron · 1 year, 6 months ago
  61. 095a3a5 Fix PSA init and done macros in TLS unit tests by Ronald Cron · 1 year, 6 months ago
  62. efcc555 test_suite_psa_crypto_util: add test with 0-length s by Valerio Setti · 1 year, 6 months ago
  63. a888645 test_suite_rsa: add test for key write with incremental output size by Valerio Setti · 1 year, 6 months ago
  64. 91372f5 test_suite_rsa: add more test cases for RSA key parsing by Valerio Setti · 1 year, 6 months ago
  65. f988f95 test_suite_bignum: add test function: mpi_zero_length_buffer_is_null() by Valerio Setti · 1 year, 6 months ago
  66. 76e4c63 test_suite_aria: remove NOT_DEFINED dependency from aria_invalid_param() by Valerio Setti · 1 year, 6 months ago
  67. 252311d test_suite_psa_crypto_util: add test with 0-length for r by Valerio Setti · 1 year, 6 months ago
  68. 98e1931 test_suite_psa_crypto_util: alloc/free buffer inside loop in ecdsa_raw_to_der_incremental() by Valerio Setti · 1 year, 6 months ago
  69. 03aa9bc Switch pk_setup_for_type() to return MBEDTLS_ERR_xxx by Gilles Peskine · 1 year, 6 months ago
  70. 3da3c0a Always call psa_crypto_init when testing mbedtls_pk_get_psa_attributes by Gilles Peskine · 1 year, 6 months ago
  71. f8c2cd1 Update preprocessor guard comment by Gilles Peskine · 1 year, 6 months ago
  72. 7a795fd suite_psa_crypto_util: add more test cases for DER->RAW by Valerio Setti · 1 year, 6 months ago
  73. ee5238f suite_psa_crypto_util: add more testing for mbedtls_ecdsa_raw_to_der() by Valerio Setti · 1 year, 6 months ago
  74. 9b9b5a5 psa_util: some code improvement to convert_der_to_raw_single_int() by Valerio Setti · 1 year, 6 months ago
  75. ef56795 Fix 1 forgotten separate input/output buffer by Chien Wong · 1 year, 6 months ago
  76. 92c17c4 Use separate input/output buffer. Explain why error is expected by Chien Wong · 1 year, 6 months ago
  77. 77faddf Depend on legacy RSA key generation for test code by Gilles Peskine · 1 year, 6 months ago
  78. 2bd4ddc Implement pick-a-curve when ECP_LIGHT is disabled by Gilles Peskine · 1 year, 6 months ago
  79. 6d597f1 test_suite_rsa: extend rsa_parse_pkcs1_key adding tests for public key by Valerio Setti · 1 year, 6 months ago
  80. 6def24c test_suite_[pkparse/rsa]: move RSA private key parsing tests by Valerio Setti · 1 year, 6 months ago
  81. 1533c3f test_suite_rsa: improve rsa_parse_write_pkcs1_key() adding more checks by Valerio Setti · 1 year, 6 months ago
  82. 688f795 asn1: use the new symbol to guard dependencies of ECDSA conversion functions by Valerio Setti · 1 year, 7 months ago
  83. f4d2dc2 psa_util: guard ECDSA conversion functions with proper (internal) symbol by Valerio Setti · 1 year, 7 months ago
  84. 17105df test_suite_psa_crypto_util: add comments to 512/521 bit size test cases by Valerio Setti · 1 year, 7 months ago
  85. 31657ed test_suite_psa_crypto_util: change curve type for 256bits tests by Valerio Setti · 1 year, 7 months ago
  86. 3f0809a test_suite_psa_crypto_util: split ECDSA test function in two by Valerio Setti · 1 year, 7 months ago
  87. c22e3ce psa_util: remove CRYPTO_C guard from ECDSA conversion functions by Valerio Setti · 1 year, 7 months ago
  88. 99c0369 psa_util: add include asn1write.h in public header by Valerio Setti · 1 year, 7 months ago
  89. bda440f test_suite_psa_crypto_util: increase the size of tested integers by Valerio Setti · 1 year, 7 months ago
  90. aed2164 test_suite_psa_crypto_util: add test function and data for ECDSA conversion functions by Valerio Setti · 1 year, 7 months ago
  91. 724a2ab test_suite_psa_crypto: fix typo in description by Valerio Setti · 1 year, 6 months ago
  92. 99ff1f5 Add test cases on GCM AD, input, IV length by Chien Wong · 1 year, 6 months ago
  93. dccfd36 rsa: update return values of priv/pub parse/write functions by Valerio Setti · 1 year, 6 months ago
  94. 13f2f4e Merge remote-tracking branch 'restricted/development' into mbedtls-3.5.2rc by Dave Rodgman · 1 year, 6 months ago
  95. 00f3085 Missing dependency for MBEDTLS_PK_ECDSA by Gilles Peskine · 1 year, 6 months ago
  96. f3dbc98 mbedtls_pk_get_psa_attributes: support MBEDTLS_PK_USE_PSA_EC_DATA by Gilles Peskine · 1 year, 7 months ago
  97. 758d8c7 mbedtls_pk_get_psa_attributes: support MBEDTLS_PK_OPAQUE by Gilles Peskine · 1 year, 7 months ago
  98. 94e3a87 mbedtls_pk_get_psa_attributes: test bad usage value by Gilles Peskine · 1 year, 7 months ago
  99. ace7c77 mbedtls_pk_get_psa_attributes: ECC support by Gilles Peskine · 1 year, 7 months ago
  100. 6ea1836 mbedtls_pk_get_psa_attributes: RSA support by Gilles Peskine · 1 year, 7 months ago