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
The PR #267 added key comparison test tcmpkeys which runs for RSA and EC keys, but there is no test coverage for EdDSA keys. The implementation should be complete though.
It also added reading of public attributes from the generated keys in tgenkey, but also without EdDSA coverage, which needs to be added somehow separately (as the EdDSA is available only in SoftHSM for now).
BTW when is the NSS getting EdDSA support? There were some patches, werent they?
The text was updated successfully, but these errors were encountered:
Jakuje
changed the title
Test coverage for key comparison anof EdDSA
Test coverage for key comparison and getting public key data from EdDSA
Aug 3, 2023
Apparently have to explicitly tell the store to expect a public key, otherwise it attempts to load a private key and gets only params ... somehow...
This works as a workaround for the key comparison, but usually one wants also the private key.
Anyway most of this (except the proposed workaround) is already described in #292, in openssl/openssl#22246 and likely fixed in ossl 3.2 (openssl/openssl/pull#21219).
The PR #267 added key comparison test
tcmpkeys
which runs for RSA and EC keys, but there is no test coverage for EdDSA keys. The implementation should be complete though.It also added reading of public attributes from the generated keys in
tgenkey
, but also without EdDSA coverage, which needs to be added somehow separately (as the EdDSA is available only in SoftHSM for now).BTW when is the NSS getting EdDSA support? There were some patches, werent they?
The text was updated successfully, but these errors were encountered: