Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Dec 2015 01:14:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 205004] Switch ppp(8) to use the "modern" DES_ functions
Message-ID:  <bug-205004-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: venture37@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.



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