mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
apps: reinstate deprecated commands but using PKEY APIs
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/11225)
This commit is contained in:
parent
ccefc3411e
commit
188dd86ab4
@ -101,12 +101,12 @@ EOF
|
||||
# [2] = deprecented in this version
|
||||
# [3] = preprocessor conditional for exclusing irrespective of deprecation
|
||||
rsa => [ 0, "pkey", "3_0", "rsa" ],
|
||||
genrsa => [ 1, "genpkey", "3_0", "rsa" ],
|
||||
genrsa => [ 0, "genpkey", "3_0", "rsa" ],
|
||||
rsautl => [ 0, "pkeyutl", "3_0", "rsa" ],
|
||||
dhparam => [ 1, "pkeyparam", "3_0", "dh" ],
|
||||
dsaparam => [ 1, "pkeyparam", "3_0", "dsa" ],
|
||||
dhparam => [ 0, "pkeyparam", "3_0", "dh" ],
|
||||
dsaparam => [ 0, "pkeyparam", "3_0", "dsa" ],
|
||||
dsa => [ 0, "pkey", "3_0", "dsa" ],
|
||||
gendsa => [ 1, "genpkey", "3_0", "dsa" ],
|
||||
gendsa => [ 0, "genpkey", "3_0", "dsa" ],
|
||||
ec => [ 0, "pkey", "3_0", "ec" ],
|
||||
ecparam => [ 0, "pkeyparam", "3_0", "ec" ],
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user