[Bug 207744] usr.sbin/ppp uses deprecated des_* methods

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Mar 6 13:52:06 UTC 2016


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

            Bug ID: 207744
           Summary: usr.sbin/ppp 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 at FreeBSD.org
          Reporter: brnrd at freebsd.org

Created attachment 167763
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=167763&action=edit
git diff for usr.sbin/ppp

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.


More information about the freebsd-bugs mailing list