You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following #6282 that added support for reading compressed points in ECP, the PK parse module is supposedly able to read EC keys with compressed points in them. However, that is not tested. This task is to add tests for that.
Note: keys with compressed points can be generated with OpenSSL using -conv_form compressed, see the second answer to this SO question.
Justification
Mbed TLS needs this because everything that's supposed to work needs to be tested.
The text was updated successfully, but these errors were encountered:
Suggested enhancement
Following #6282 that added support for reading compressed points in ECP, the PK parse module is supposedly able to read EC keys with compressed points in them. However, that is not tested. This task is to add tests for that.
Note: keys with compressed points can be generated with OpenSSL using
-conv_form compressed
, see the second answer to this SO question.Justification
Mbed TLS needs this because everything that's supposed to work needs to be tested.
The text was updated successfully, but these errors were encountered: