diff options
author | Kurt Roeckx <kurt@roeckx.be> | 2019-04-13 15:52:47 +0200 |
---|---|---|
committer | Kurt Roeckx <kurt@roeckx.be> | 2020-09-09 18:32:10 +0200 |
commit | 10203a34725ec75136b03d64fd2126b321419ac1 (patch) | |
tree | 74fe59f88ef556a8bcadd7673bac64f092c7057b /CHANGES.md | |
parent | ENCODER: Refactor provider implementations, and some cleanup (diff) | |
download | openssl-10203a34725ec75136b03d64fd2126b321419ac1.tar.xz openssl-10203a34725ec75136b03d64fd2126b321419ac1.zip |
Support writing RSA keys using the traditional format again
Fixes: #6855
Reviewed-by: Richard Levitte <levitte@openssl.org>
GH: #8743
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md index c2bbf0d167..0f6880d716 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -353,8 +353,8 @@ OpenSSL 3.0 *Paul Dale* * The command line utilities genrsa and rsa have been modified to use PKEY - APIs These commands are now in maintenance mode and no new features will - be added to them. + APIs. They now write PKCS#8 keys by default. These commands are now in + maintenance mode and no new features will be added to them. *Paul Dale* |