Bug 207743

Summary: contrib/telnet uses deprecated des_* methods
Product: Base System Reporter: Bernard Spil <brnrd>
Component: binAssignee: Bernard Spil <brnrd>
Status: Closed FIXED    
Severity: Affects Only Me CC: delphij, emaste
Priority: --- Keywords: patch
Version: CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
git diff for contrib/telnet delphij: maintainer-approval+

Description Bernard Spil freebsd_committer freebsd_triage 2016-03-06 13:49:28 UTC
Created attachment 167762 [details]
git diff for contrib/telnet

OpenSSL has deprecated a large number of des_ methods and types on 24 October 2001[1]. The upcoming OpenSSL version 1.1[2] has also removed these methods and so has LibreSSL.

Attached patch replaces the des_ methods with their DES_ equivalents.

[1] https://github.com/openssl/openssl/commit/c2e4f17c1a0d4d5115c6ede9492de1615fe392ac
[2] https://github.com/openssl/openssl/commit/24956ca00f014a917fb181a8abc39b349f3f316f
Comment 1 Bernard Spil freebsd_committer freebsd_triage 2016-03-07 15:58:54 UTC
Patch is required on 10.3 as well and applies cleanly
Comment 2 Xin LI freebsd_committer freebsd_triage 2016-04-06 07:52:26 UTC
Comment on attachment 167762 [details]
git diff for contrib/telnet

Looks good to me. (consider this as a src/ approval)
Comment 3 Xin LI freebsd_committer freebsd_triage 2016-04-06 07:52:57 UTC
Over to submitter (who have a commit bit).
Comment 4 Ed Maste freebsd_committer freebsd_triage 2018-10-10 14:09:28 UTC
Addressed by r338777