| Summary: | Switch ppp(8) to use the "modern" DES_ functions | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Sevan Janiyan <venture37> | ||||
| Component: | bin | Assignee: | 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: |
|
||||||
Hi Brian, Can you test and review this? Anyone? ^Triage: commit bit was taken in for safekeeping. |
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.