Hi I tried to compile Openssh on AIX platform and what I saw that if I use openssl provided cryptographic functions, it is still making use of those functions which are declared Deprecated by the openssl (Deprecated in Openssl3.0)community . So I want to know whether are there any plans to migrate the openssh code so that it should start using the alternative functions (non-deprecated) provided by the openssl community ? For example : Openssl 3.0 header file rsa.h says RSA_meth_set1_name is deprecated. OSSL_DEPRECATEDIN_3_0 int RSA_meth_set1_name(RSA_METHOD *meth, const char *name); Thanks Mayank
We don't currently have any plans to migrate OpenSSL APIs (again). We need to support LibreSSL and OpenSSL 1.x since the former is our upstream and the latter is still widely deployed.
We won't fix this until support for the 1.1x API is gone, but have added suppression of the warnings.
Closing bugs from openssh-9.1 release cycle