Page MenuHomeFreeBSD

New port: security/pam_pkcs11
ClosedPublic

Authored by khng on Sep 13 2020, 8:33 AM.
Tags
None
Referenced Files
F99046817: D26419.id76984.diff
Sun, Oct 6, 1:02 AM
Unknown Object (File)
Fri, Oct 4, 11:07 PM
Unknown Object (File)
Fri, Oct 4, 4:32 AM
Unknown Object (File)
Thu, Oct 3, 10:01 PM
Unknown Object (File)
Thu, Oct 3, 8:45 PM
Unknown Object (File)
Thu, Oct 3, 2:49 PM
Unknown Object (File)
Thu, Oct 3, 11:40 AM
Unknown Object (File)
Thu, Oct 3, 1:52 AM
Subscribers
None

Details

Summary

pam_pkcs11 is a login module allowing a X.509 certificate
based user login. The certificate and its dedicated private
key are thereby accessed by means of an appropriate PKCS#11
module. For the verification of the users' certificates,
locally stored CA certificates as well as either online or
locally accessible CRLs are used.

PAM-PKCS#11 package provides:

A PAM module able to:
    Use certificates to get user credentials
    Deduce a login based on provided certificate
Several tools:
    Standalone cert-to-login finder tool
    Certificate contents viewer
    Card Event status monitor, to trigger actions on card insert/removal

These changes are made under the sponsorship from the FreeBSD Foundation.

WWW: https://github.com/OpenSC/pam_pkcs11

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

khng requested review of this revision.Sep 13 2020, 8:33 AM
khng created this revision.
  • www/firefox: Replace the occurrence of /usr/xxx with /usr/local/xxx for etc/*.example
  • www/firefox: Some tailoring jobs
security/pam_pkcs11/Makefile
91 ↗(On Diff #76985)

We usually do these in post-patch:

  • security/pam_pkcs11: Do path replacement of etc/*.example in post-patch target
  • security/pam_pkcs11: Fix .example file paths in PAM_PKCS11_EXAMPLEDOCS
This revision was not accepted when it landed; it landed in state Needs Review.Sep 14 2020, 8:34 PM
This revision was automatically updated to reflect the committed changes.