- 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
- 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
- 1d7bc1e Merge pull request #8717 from valeriosetti/issue8030 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
- e053cb2 Stop platform test failures with GCC and TSAN by Paul Elliott · 1 year, 6 months ago
- f45589b Merge pull request #8198 from silabs-Kusumit/kdf_incorrect_initial_capacity by Gilles Peskine · 1 year, 6 months ago
- 137e0c1 Merge pull request #8761 from valeriosetti/issue4681 by Gilles Peskine · 1 year, 6 months ago
- fb7001f Merge pull request #8738 from gilles-peskine-arm/pk_import_into_psa-use_usage by Gilles Peskine · 1 year, 6 months ago
- 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
- d0a7727 tests: early data: Complete the handshake by Ronald Cron · 1 year, 6 months ago
- 735ac3e Fix builds with secp224k1 as the only curve by Gilles Peskine · 1 year, 6 months ago
- 8a85673 Merge remote-tracking branch 'development' into pk_import_into_psa-use_usage by Gilles Peskine · 1 year, 6 months ago
- fe329ce rsa: handle buffer length similarly in private and public key parsing by Valerio Setti · 1 year, 6 months ago
- 33327da tests: early data: Switch to mnemonics for test scenarios by Ronald Cron · 1 year, 6 months ago
- 32c28ce Merge pull request #8715 from valeriosetti/issue7964 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
- 747bedb Merge pull request #8733 from ivq/gcm_ad_len_check by Janos Follath · 1 year, 6 months ago
- 45c33ed test_suite_rsa: fix data for "extra integer outside the SEQUENCE" by Valerio Setti · 1 year, 6 months ago
- 12285c5 Add calls to BLOCK_CIPHER_PSA_INIT / BLOCK_CIPHER_PSA_DONE by Dave Rodgman · 1 year, 6 months ago
- ae2d81c tests: tls13: Run early data test only in TLS 1.3 only config by Ronald Cron · 1 year, 7 months ago
- f57d14b Ignore early data app msg before 2nd client hello by Jerry Yu · 1 year, 9 months ago
- 2995d35 tls13: srv: Deprotect and discard early data records by Ronald Cron · 1 year, 7 months ago
- 064dd2b Adjust check order by Jerry Yu · 1 year, 8 months ago
- f15e13e test_suite_x509parse: remove useless include of rsa.h by Valerio Setti · 1 year, 6 months ago
- d078386 Smoke tests for mbedtls_pk_get_psa_attributes after parsing by Gilles Peskine · 1 year, 6 months ago
- cb3b4ca Fix handling of ECC public keys under MBEDTLS_PK_USE_PSA_EC_DATA by Gilles Peskine · 1 year, 6 months ago
- 684d78f test_suite_rsa: improve key parsing tests for extra data by Valerio Setti · 1 year, 6 months ago
- c701cb2 test_suite_rsa: improve rsa_key_write_incremental() by Valerio Setti · 1 year, 6 months ago
- 5922cb9 pkparse: keep legacy PK error codes when RSA key parsing fails by Valerio Setti · 1 year, 6 months ago
- 591e83d Add missing implied usage by Gilles Peskine · 1 year, 6 months ago
- a1a7b08 Fix typo in dependency by Gilles Peskine · 1 year, 6 months ago
- 793920c mbedtls_pk_get_psa_attributes: opaque: require specified usage by Gilles Peskine · 1 year, 6 months ago
- e45d51f Clearer variable names by Gilles Peskine · 1 year, 6 months ago
- e2a77f2 Use PSA_INIT with test that requires PSA by Gilles Peskine · 1 year, 6 months ago
- 2e54854 Copypasta by Gilles Peskine · 1 year, 6 months ago
- ae2668b Don't use mbedtls_pk_ec in our own code by Gilles Peskine · 1 year, 6 months ago
- 7e353ba Create auxiliary function for repeated code by Gilles Peskine · 1 year, 6 months ago
- 1941163 Test enrollment algorithm for the non-OPAQUE case by Gilles Peskine · 1 year, 6 months ago
- 38dbab9 tests: ssl: Adjust early data test by Ronald Cron · 1 year, 6 months ago
- 78a38f6 tls13: srv: Do not use early_data_status by Ronald Cron · 1 year, 6 months ago
- 56cfe2f test_suite_rsa: improve rsa_parse_write_pkcs1_key() and rsa_key_write_incremental() by Valerio Setti · 1 year, 6 months ago
- 201e643 rsa: simplify mbedtls_rsa_parse_pubkey() input parameters by Valerio Setti · 1 year, 6 months ago
- 135ebde rsa: rename parse/write functions in order to follow the standard format by Valerio Setti · 1 year, 6 months ago
- 579bd4d Update early data test by Jerry Yu · 1 year, 9 months ago
- 192e0f9 ssl_server2: Add read early data support by Jerry Yu · 2 years, 8 months ago
- ba8e9ad Fix test dependencies by Dave Rodgman · 1 year, 6 months ago
- 11cc412 Merge pull request #8711 from ronald-cron-arm/tls13-ticket-and-early-data-unit-test by Ronald Cron · 1 year, 6 months ago
- 6823247 Fix compile warning in tests by Dave Rodgman · 1 year, 6 months ago
- eb84534 Use TEST_EQUAL instead of TEST_ASSERT where possible by Ronald Cron · 1 year, 6 months ago
- 5de9c6f Fix and add comments in ticket and early data test function by Ronald Cron · 1 year, 6 months ago
- 095a3a5 Fix PSA init and done macros in TLS unit tests by Ronald Cron · 1 year, 6 months ago
- faf026c Explain purpose of test specific write/parse ticket functions by Ronald Cron · 1 year, 6 months ago
- a888645 test_suite_rsa: add test for key write with incremental output size by Valerio Setti · 1 year, 6 months ago
- 91372f5 test_suite_rsa: add more test cases for RSA key parsing by Valerio Setti · 1 year, 6 months ago
- f988f95 test_suite_bignum: add test function: mpi_zero_length_buffer_is_null() by Valerio Setti · 1 year, 6 months ago
- 76e4c63 test_suite_aria: remove NOT_DEFINED dependency from aria_invalid_param() by Valerio Setti · 1 year, 6 months ago
- d4c373a Refactor all.sh clang version detection code by Tom Cosgrove · 1 year, 6 months ago
- 9e4eeff Fix comment about verison of clang required for 'build_aes_armce' by Tom Cosgrove · 1 year, 6 months ago
- 03aa9bc Switch pk_setup_for_type() to return MBEDTLS_ERR_xxx by Gilles Peskine · 1 year, 6 months ago
- 3da3c0a Always call psa_crypto_init when testing mbedtls_pk_get_psa_attributes by Gilles Peskine · 1 year, 6 months ago
- f8c2cd1 Update preprocessor guard comment by Gilles Peskine · 1 year, 6 months ago
- e0c13cf Update some msg descriptions by Gilles Peskine · 1 year, 6 months ago
- 307ce2c test_psa_compliance: use the last upstream release of psa-arch-tests by Valerio Setti · 1 year, 6 months ago
- 41f8f73 test_psa_compliance: add exception for tests using wrong RSA pub key format by Valerio Setti · 1 year, 6 months ago
- 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
- da2a33d tests: fix `calloc()` argument list (`gcc-14` fix) by Sergei Trofimovich · 1 year, 6 months ago
- ef56795 Fix 1 forgotten separate input/output buffer by Chien Wong · 1 year, 6 months ago
- 92c17c4 Use separate input/output buffer. Explain why error is expected by Chien Wong · 1 year, 6 months ago
- 80edec5 all.sh: remove MBEDTLS_PEM_PARSE_C exception from check_test_dependencies() by Valerio Setti · 1 year, 6 months ago
- 77faddf Depend on legacy RSA key generation for test code by Gilles Peskine · 1 year, 6 months ago
- 2bd4ddc Implement pick-a-curve when ECP_LIGHT is disabled by Gilles Peskine · 1 year, 6 months ago
- 6d597f1 test_suite_rsa: extend rsa_parse_pkcs1_key adding tests for public key by Valerio Setti · 1 year, 6 months ago
- 6def24c test_suite_[pkparse/rsa]: move RSA private key parsing tests by Valerio Setti · 1 year, 6 months ago
- 1533c3f test_suite_rsa: improve rsa_parse_write_pkcs1_key() adding more checks by Valerio Setti · 1 year, 6 months ago
- 724a2ab test_suite_psa_crypto: fix typo in description by Valerio Setti · 1 year, 6 months ago
- 99ff1f5 Add test cases on GCM AD, input, IV length by Chien Wong · 1 year, 6 months ago
- c6d7f53 all.sh: update common_test_psa_crypto_config_accel_ecc_some_curves() by Valerio Setti · 1 year, 7 months ago
- dccfd36 rsa: update return values of priv/pub parse/write functions by Valerio Setti · 1 year, 7 months ago
- 13f2f4e Merge remote-tracking branch 'restricted/development' into mbedtls-3.5.2rc by Dave Rodgman · 1 year, 6 months ago
- 64996c3 Disable MBEDTLS_PSA_CRYPTO_CLIENT in no-PSA builds by Gilles Peskine · 1 year, 7 months ago
- 00f3085 Missing dependency for MBEDTLS_PK_ECDSA by Gilles Peskine · 1 year, 7 months ago
- f3dbc98 mbedtls_pk_get_psa_attributes: support MBEDTLS_PK_USE_PSA_EC_DATA by Gilles Peskine · 1 year, 7 months ago
- 758d8c7 mbedtls_pk_get_psa_attributes: support MBEDTLS_PK_OPAQUE by Gilles Peskine · 1 year, 7 months ago
- 94e3a87 mbedtls_pk_get_psa_attributes: test bad usage value by Gilles Peskine · 1 year, 7 months ago
- ace7c77 mbedtls_pk_get_psa_attributes: ECC support by Gilles Peskine · 1 year, 7 months ago
- 6ea1836 mbedtls_pk_get_psa_attributes: RSA support by Gilles Peskine · 1 year, 7 months ago
- 0b17255 Introduce mbedtls_pk_get_psa_attributes by Gilles Peskine · 1 year, 7 months ago
- b054e44 test_suite_psa_crypto: remove tests for importing an RSA key in PEM format by Valerio Setti · 1 year, 7 months ago
- 8e6093d test_suite_rsa: add some basic testing of new parse/write priv/pub keys by Valerio Setti · 1 year, 7 months ago
- e23d647 Bump version by Dave Rodgman · 1 year, 7 months ago
- af553bf Add required dependency to the testcase by Jonathan Winzig · 1 year, 7 months ago
- acd35a5 Remove unneeded testcase by Jonathan Winzig · 1 year, 7 months ago
- 144bfde Update test-data to use SIZE_MAX by Jonathan Winzig · 1 year, 7 months ago
- 93f5240 Add missing newline at the end of test_suite_x509write.data by Jonathan Winzig · 1 year, 7 months ago
- 1c7629c Add tests for Issue #8687 by Jonathan Winzig · 1 year, 7 months ago
- 34c6e8a Merge pull request #8700 from valeriosetti/issue8461 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
- f8fdbb5 tests: tls13: Run early data test only in TLS 1.3 only config by Ronald Cron · 1 year, 7 months ago
- a8dd81b tests: tls13: Add early data unit test by Ronald Cron · 1 year, 7 months ago
- ec3408d tests: ssl: Move setting of debug callback by Ronald Cron · 1 year, 7 months ago
- d903a86 tests: tls13: Add session resume with ticket unit test by Ronald Cron · 1 year, 7 months ago
- 77abfe6 ssl_helpers.c: Add ticket write/parse test functions by Ronald Cron · 1 year, 7 months ago
- 639d567 pk: move mbedtls_pk_load_file to pk_internal by Valerio Setti · 1 year, 7 months ago