bugzilla-daemon at mindrot.org
2022-Mar-23 08:21 UTC
[Bug 3413] New: Openssh still using deprecated Openssl_3.0 api's
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.
bugzilla-daemon at mindrot.org
2022-Apr-29 03:39 UTC
[Bug 3413] Openssh still using deprecated Openssl_3.0 api's
https://bugzilla.mindrot.org/show_bug.cgi?id=3413 Darren Tucker <dtucker at dtucker.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dtucker at dtucker.net --- Comment #1 from Darren Tucker <dtucker at dtucker.net> --- 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. -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2022-Jun-24 05:02 UTC
[Bug 3413] Openssh still using deprecated Openssl_3.0 api's
https://bugzilla.mindrot.org/show_bug.cgi?id=3413 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm at mindrot.org Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #2 from Damien Miller <djm at mindrot.org> --- We won't fix this until support for the 1.1x API is gone, but have added suppression of the warnings. -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2022-Oct-04 10:58 UTC
[Bug 3413] Openssh still using deprecated Openssl_3.0 api's
https://bugzilla.mindrot.org/show_bug.cgi?id=3413 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Damien Miller <djm at mindrot.org> --- Closing bugs from openssh-9.1 release cycle -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.