Mailing List Archive

[Bug 1371] Add PKCS#11 (Smartcards) support into OpenSSH
https://bugzilla.mindrot.org/show_bug.cgi?id=1371





--- Comment #3 from Alon Bar-Lev <alon.barlev@gmail.com> 2008-03-07 07:47:15 ---
Hello,
Can I do anything to push this forward?
Are there any issues I can fix?
Issues I can explain?
Thanks!

--
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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1371] Add PKCS#11 (Smartcards) support into OpenSSH [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=1371





--- Comment #4 from Damien Miller <djm@mindrot.org> 2008-03-07 11:28:21 ---
Could you please attach your patches *as patches*. We use bugzilla's
patch review functionality to review patches. Attaching a tarball
doesn't help.

--
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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1371] Add PKCS#11 (Smartcards) support into OpenSSH [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=1371


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

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




--- Comment #5 from Alon Bar-Lev <alon.barlev@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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1371] Add PKCS#11 (Smartcards) support into OpenSSH [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=1371





--- Comment #6 from Alon Bar-Lev <alon.barlev@gmail.com> 2008-03-07 19:37:57 ---
Created an attachment (id=1464)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=1464)
1000_all_log.patch

[PATCH] Add get_log_level()

This required so that other modules may behave according to
the log level.

Just noticed that the X.509 patch also have this, so this
should be reverted before applying X.509 patch.

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>

--
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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1371] Add PKCS#11 (Smartcards) support into OpenSSH [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=1371





--- Comment #7 from Alon Bar-Lev <alon.barlev@gmail.com> 2008-03-07 19:39:18 ---
Created an attachment (id=1465)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=1465)
1001_all_ssh-agent-log-level.patch

[PATCH] Allow ssh-agent to have more than one debug level

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>

--
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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1371] Add PKCS#11 (Smartcards) support into OpenSSH [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=1371





--- Comment #8 from Alon Bar-Lev <alon.barlev@gmail.com> 2008-03-07 19:40:06 ---
Created an attachment (id=1466)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=1466)
2000_all_pkcs11-docs.patch

[PATCH] PKCS#11 Documentations

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>

--
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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1371] Add PKCS#11 (Smartcards) support into OpenSSH [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=1371





--- Comment #9 from Alon Bar-Lev <alon.barlev@gmail.com> 2008-03-07 19:41:03 ---
Created an attachment (id=1467)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=1467)
2001_all_pkcs11.patch

[PATCH] Add PKCS#11 support into OpenSSH

Common for both OpenSSH and Portable OpenSSH

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>

--
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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1371] Add PKCS#11 (Smartcards) support into OpenSSH [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=1371





--- Comment #10 from Alon Bar-Lev <alon.barlev@gmail.com> 2008-03-07 19:41:53 ---
Created an attachment (id=1468)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=1468)
2002_all_pkcs11-mans.patch

[PATCH] PKCS#11 manpages updates

Common for both OpenSSH and Portable OpenSSH

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>

--
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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1371] Add PKCS#11 (Smartcards) support into OpenSSH [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=1371





--- Comment #11 from Alon Bar-Lev <alon.barlev@gmail.com> 2008-03-07 19:43:06 ---
Created an attachment (id=1469)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=1469)
3000_ossh_pkcs11.patch

[PATCH] OpenSSH PKCS#11 Additions

Set up for:
make PKCS11=yes

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>

--
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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1371] Add PKCS#11 (Smartcards) support into OpenSSH [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=1371





--- Comment #12 from Alon Bar-Lev <alon.barlev@gmail.com> 2008-03-07 19:43:52 ---
Created an attachment (id=1470)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=1470)
4000_possh_pkcs11.patch

[PATCH] Portable OpenSSH PKCS#11 Additions

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>

--
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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1371] Add PKCS#11 (Smartcards) support into OpenSSH [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=1371





--- Comment #13 from Alon Bar-Lev <alon.barlev@gmail.com> 2008-03-07 19:44:53 ---
Created an attachment (id=1471)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=1471)
4001_possh_pkcs11-x509.patch

[PATCH] Portable OpenSSH PKCS#11 X.509 Additions

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>

This should be merged into the external 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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1371] Add PKCS#11 (Smartcards) support into OpenSSH [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=1371





--- Comment #14 from Alon Bar-Lev <alon.barlev@gmail.com> 2008-03-07 19:48:13 ---

Hello,

Attached all patches as individual patches, sync to my patchset release
0.23.

The documentation and mans are only a proposal, as I am not a native
English speaker I guess it can be better. If the code is OK, I will ask
for people help on the list to make documentation better.

Thanks!

Hoping to hear from you soon.

--
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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1371] Add PKCS#11 (Smartcards) support into OpenSSH [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=1371





--- Comment #15 from Alon Bar-Lev <alon.barlev@gmail.com> 2008-03-13 17:48:42 ---
Hello,

Any chance to set target milestone? Or even OpenSSH 4.8 as experimental
feature?

--
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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1371] Add PKCS#11 (Smartcards) support into OpenSSH [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=1371





--- Comment #16 from Damien Miller <djm@mindrot.org> 2008-03-14 08:58:42 ---
4.8 is already frozen for release. Hopefully I can find some time to
look at these patches once the release is done.

--
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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs