Bug 260352 - PKCS11 disabled in security/openvpn
Summary: PKCS11 disabled in security/openvpn
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Matthias Andree
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-12 08:46 UTC by mw
Modified: 2021-12-12 12:15 UTC (History)
0 users

See Also:
mandree: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mw 2021-12-12 08:46:59 UTC
When installing openvpn via pkg PKCS11 options remain disabled. They are not listed by `openvpn --help` contrary to `man openvpn`. The only option to use openvpn with eg. Yubikey is to build the package from ports. How about enabling PKCS11 option by default?
Comment 1 Matthias Andree freebsd_committer freebsd_triage 2021-12-12 11:01:26 UTC
Good idea, added in openvpn-2.5.4_3
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-12-12 11:01:43 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f77789f296dd797bf008a895ed71abcc603c0374

commit f77789f296dd797bf008a895ed71abcc603c0374
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2021-12-12 10:57:43 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2021-12-12 11:00:22 +0000

    security/openvpn: Default-enable PKCS#11 option

    Bump PORTREVISION.

    PR:             260352
    Reported by:    Marcin Wojtas

 security/openvpn/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Comment 3 mw 2021-12-12 12:15:28 UTC
Thanks!