Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 Mar 2016 13:49:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 207743] contrib/telnet uses deprecated des_* methods
Message-ID:  <bug-207743-8@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207743

            Bug ID: 207743
           Summary: contrib/telnet uses deprecated des_* methods
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: brnrd@freebsd.org

Created attachment 167762
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=167762&action=edit
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

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

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207743-8>