Skip to content

mbedtls: ED25519 algorithm mapping rejects imported keys#597

Open
jedisct1 wants to merge 1 commit intoh2o:masterfrom
dip-proto:ed25519-algorithm-mapping-rejects-imported-keys
Open

mbedtls: ED25519 algorithm mapping rejects imported keys#597
jedisct1 wants to merge 1 commit intoh2o:masterfrom
dip-proto:ed25519-algorithm-mapping-rejects-imported-keys

Conversation

@jedisct1
Copy link
Copy Markdown
Contributor

Imported PKCS8 Ed25519 private keys are assigned PSA_ALG_PURE_EDDSA during load, but scheme selection only recognizes PSA_ALG_ED25519PH for Ed25519.

As a result, Ed25519 keys are rejected instead of being exposed as usable signing certificates.

Imported PKCS8 Ed25519 private keys are assigned `PSA_ALG_PURE_EDDSA`
during load, but scheme selection only recognizes `PSA_ALG_ED25519PH`
for Ed25519.

As a result, Ed25519 keys are rejected instead of being exposed
as usable signing certificates.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant