-
|
This is on OpenSSL 3.2 and I am generating an ed25519 key. To sign some payload I am using ed25591ph, which I can configure using When someone wants to verify the signature against my public key this works: The problem here is that the other side needs to know to explicitly use |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
The pkeyutl tool creates raw signatures without metadata. There is unfortunately no way to associate any metadata with this format. You will have to wrap the signature in some metadata file or hardcode the algorithm. |
Beta Was this translation helpful? Give feedback.
-
|
No future for ed25591ph in openssl CLI? |
Beta Was this translation helpful? Give feedback.
But BTW we have already the cms utility which is supposed to provide such kind of format.