Shane Lontis
c85c5e1a53
Deprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().
...
The replacement functions EVP_PKEY_eq() and EVP_PKEY_parameters_eq()
already exist.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/14997 )
2021-04-27 09:45:53 +10:00
Tim Hudson
eb750219f2
undeprecate EVP_PKEY_cmp and EVP_PKEY_cmp_parameters
...
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12013 )
2020-09-16 21:38:45 +02:00
Matt Caswell
00c405b365
Update copyright year
...
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12043 )
2020-06-04 14:33:57 +01:00
Dr. David von Oheimb
c74aaa3920
Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_PKEY_parameters_eq()
...
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11953 )
2020-05-27 14:36:13 +02:00