Created attachment 153893 [details] svn diff for security/opencryptoki security/opencryptoki uses a mix of deprecated des_ and new DES_ methods and types that were marked deprecated by OpenSSL 0.9.7 and will be removed in OpenSSL 1.1.0 . This patch replaces the des_ methods and types with their new DES_ counterparts. This has been submitted to upstream here https://github.com/joylatten/opencryptoki/pull/115
Created attachment 153894 [details] Poudriere build log of security/opencryptoki
Upstream feedback Thanks. I will merge this commit into the official opencryptoki git tree on Sourceforge. I will add a Signed-off-by: Bernard Spil spil.oss@gmail.com.
I'm taking this over under the SSL blanket (it's been 1.5 years anyway)
it seems these patches are obsolete. I'm seeing a version update to 3.5 in May of this year.
A commit references this bug: Author: marino Date: Tue Sep 13 01:28:20 UTC 2016 New revision: 421968 URL: https://svnweb.freebsd.org/changeset/ports/421968 Log: security/opencryptoki: Fix build with LIbreSSL (old DES functions) The referenced PR is related but overcome by the import of the latest version of opencryptoki. PR: 198351 Approved by: SSL blanket Changes: head/security/opencryptoki/Makefile head/security/opencryptoki/files/patch-usr_lib_pkcs11_common_sw__crypt.c