[Bug 205004] Switch ppp(8) to use the "modern" DES_ functions

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 4 01:14:12 UTC 2015


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

            Bug ID: 205004
           Summary: Switch ppp(8) to use the "modern" DES_ functions
           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: venture37 at geeklan.co.uk

Created attachment 163832
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163832&action=edit
Switch from des_ to DES_ prefix functions

the original des_ prefixed functions were renamed to use a DES_prefix in
OpenSSL 0.9.7. Attached patch switches over to the new format.
This should allow ppp to be built against LibreSSL.
DES_set_key() & DES_ecb_encrypt() need to be passed the address of the
key_schedule pointer.

Requires testing by ppp user.

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


More information about the freebsd-bugs mailing list