[Bug 3413] New: Openssh still using deprecated Openssl_3.0 api's

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Wed Mar 23 19:21:42 AEDT 2022


https://bugzilla.mindrot.org/show_bug.cgi?id=3413

            Bug ID: 3413
           Summary: Openssh still using deprecated Openssl_3.0 api's
           Product: Portable OpenSSH
           Version: 8.9p1
          Hardware: PPC
                OS: AIX
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Miscellaneous
          Assignee: unassigned-bugs at mindrot.org
          Reporter: mayank.fit2010 at gmail.com

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

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list