Bug 205004

Summary: Switch ppp(8) to use the "modern" DES_ functions
Product: Base System Reporter: Sevan Janiyan <venture37>
Component: binAssignee: freebsd-doc (Nobody) <doc>
Status: Open ---    
Severity: Affects Only Me CC: brian
Priority: ---    
Version: CURRENT   
Hardware: Any   
OS: Any   
URL: https://reviews.freebsd.org/D9095
Attachments:
Description Flags
Switch from des_ to DES_ prefix functions none

Description Sevan Janiyan 2015-12-04 01:14:12 UTC
Created attachment 163832 [details]
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.
Comment 1 Jilles Tjoelker freebsd_committer freebsd_triage 2015-12-23 15:10:18 UTC
Hi Brian,

Can you test and review this?
Comment 2 Sevan Janiyan 2016-02-28 22:00:21 UTC
Anyone?
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2023-12-27 22:53:50 UTC
^Triage: commit bit was taken in for safekeeping.