I’m interested in performing KAS eCC tests (Ephemeral Unified, no key confirmation). Is there a test case that shows how to do this?
The files that I’m interested in testing are “KASValidityTest_ECCEphemeralUnified_NOKC_ZZOnly_init” and “KASValidityTest_ECCEphemeralUnified_NOKC_ZZOnly_resp”.
Hi @athorath
I bleieve that you should be using ecdh for the key agreement scheme.
Examples for ecdh tests are located here
Note that Mbed TLS does not have specific tests for KAS ecc, but you can probably build your tests using ecdh.
Regards,
Mbed TLS Team member
Ron