Issue 8525 - Use newer DES API so that smbk5pwd loads with newer OpenSSL
Summary: Use newer DES API so that smbk5pwd loads with newer OpenSSL
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: contrib (show other issues)
Version: 2.4.44
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-30 04:48 UTC by manu@openldap.org
Modified: 2017-06-01 22:07 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description manu@openldap.org 2016-10-30 04:48:52 UTC
Full_Name: Emmanuel Dreyfus
Version: 2.4.44
OS: NetBSD
URL: ftp://ftp.openldap.org/incoming/manu-161030.patch
Submission from: (NULL) (213.41.141.172)


OpenSSL removed old DES API which used des_* functions.
https://github.com/openssl/openssl/commit/24956ca00f014a917fb181a8abc39b349f3f316f

In order to link smbk5pwd with libcrypto from recent OpenSSL releases, we need
to replace tholdeder API des_* functions by the newer API DES_* functions.
Comment 1 Quanah Gibson-Mount 2016-11-06 01:30:00 UTC
moved from Incoming to Contrib
Comment 2 Quanah Gibson-Mount 2016-11-29 17:39:18 UTC
changed notes
changed state Open to Release
Comment 3 OpenLDAP project 2017-06-01 22:07:22 UTC
Fixed in master
Fixed in RE25
Fixed in RE24 (2.4.45)
Comment 4 Quanah Gibson-Mount 2017-06-01 22:07:22 UTC
changed notes
changed state Release to Closed