GitHub issues would be better. They are harder to missing accidentally. Pauli On 6/8/21 7:59 am, Ken Goldman wrote:
Should these be posted here or as github issues? (May be user error) 1 openssl genpkey -algorithm rsa -outform der -out key.der -quiet returns: genpkey: Option -quiet needs a value But the docs don't indicate that a value is needed. 2 openssl genpkey -algorithm rsa -outform der -out key.der -text Docs say that the unencrypted key should be printed, but it isn't. 3 openssl genpkey .... -cipher des3 returns: genpkey: Use -help for summary. I tried other values for -cipher but none worked 4 -aes-128-cbc works but is not documented