[Bug 1371] Add PKCS#11 (Smartcards) support into OpenSSH

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Fri Mar 7 19:36:56 EST 2008


https://bugzilla.mindrot.org/show_bug.cgi?id=1371


Alon Bar-Lev <alon.barlev at gmail.com> changed:

           What    |Removed                     |Added                       
----------------------------------------------------------------------------
   Attachment #1444|0                           |1                           
        is obsolete|                            |                            




--- Comment #5 from Alon Bar-Lev <alon.barlev at gmail.com>  2008-03-07 19:36:52 ---
Created an attachment (id=1463)
 --> (http://bugzilla.mindrot.org/attachment.cgi?id=1463)
0000_README.patch

[PATCH] OpenSSH and Portable OpenSSH Smartcard (PKCS#11) Support

CONTENTS

Patch:  1000_all_log.patch
Descr:  [PATCH] Add get_log_level()
Status: Unrelated to PKCS#11, common with X.509 patch.

Patch:  1001_all_ssh-agent-log-level.patch
Descr:  [PATCH] Allow ssh-agent to have more than one debug level
Status: Unrelated to PKCS#11.

Patch:  2000_all_pkcs11-docs.patch
Descr:  [PATCH] Add PKCS#11 support into OpenSSH
Status: Not to be merged.

Patch:  2001_all_pkcs11.patch
Descr:  [PATCH] Add PKCS#11 support into OpenSSH
Status: Pending to be merged into OpenSSH and Portable OpenSSH.

Patch:  2002_all_pkcs11-mans.patch
Descr:  [PATCH] PKCS#11 manpages updates
Status: Pending to be merged into OpenSSH and Portable OpenSSH.

Patch:  3000_ossh_pkcs11.patch
Descr:  [PATCH] OpenSSH PKCS#11 Additions
Status: Pending to be merged into OpenSSH.

Patch:  4000_possh_pkcs11.patch
Descr:  [PATCH] Portable OpenSSH PKCS#11 Additions
Status: Pending to be merged into Portable OpenSSH.

Patch:  4001_possh_pkcs11-x509.patch
Descr:  [PATCH] Portable OpenSSH X.509 Additions
Status: Pending to be merged into Roumen Patrov's X.509 patch (after
merge).

Patch:  4100_possh_pkcs11-autoconf.patch
Descr:  [PATCH] Portable OpenSSH PKCS#11 autoconf generated files
Status: Not to be merged.

Patch:  4101_possh_pkcs11-x509-autoconf.patch
Descr:  [PATCH] Portable OpenSSH PKCS#11 X.509 autoconf generated files
Status: Not to be merged.

APPLY

Apply to OpenSSH:

        for f in @@HOME@@/{1,2,3}*; do patch -p1 < $f; done

Apply to Portable OpenSSH:

        for f in @@HOME@@/{1,2,4}*; do patch -p1 < $f; done

Apply with X.509 patch:
        for f in @@HOME@@/{1,2,4}*; do patch -p1 < $f; done
        patch -R < @@HOME@@/1000_all_log.patch
        <apply x.509 patch>

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list