Displaying 5 results from an estimated 5 matches for "libsectok".
2003 Aug 21
1
Smartcard: sectok compiler error
Hello list!
I am trying to get my chipdrive micro smartcard working with openssh.
I read the README.smartcard, but i got stuck with sectok.
It might be a little offtopic but i am totally stuck!
After it compiled libsectok without the -Bforcearchive flag i tried to
compile sectok:
[root at box sectok-20020524]# make
gcc -o sectok main.o cmds.o cyberflex.o ../libsectok/libsectok.a -lcrypto
cmds.o: In function `reset':
/home/mohnewald/sectok-20020524/cmds.c:158: undefined reference to
`optreset'
cmds.o: In fun...
2001 Sep 27
0
libsectok and sectok RPMs
For people interested in playing with the Smartcard support in recent
OpenSSH, I have built source RPMs of libsectok and sectok. Currently
only the Todos reader driver is included, but I am happy to accept
patches :)
http://www.mindrot.org/~djm/sectok/
The RPMS build, install and function on Redhat Roswell (7.2 beta) YMMV
-d
--
| Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor m...
2010 Mar 08
0
Announce: OpenSSH 5.4 released
...H 5.3
=========================
Features:
* After a transition period of about 10 years, this release disables
SSH protocol 1 by default. Clients and servers that need to use the
legacy protocol must explicitly enable it in ssh_config / sshd_config
or on the command-line.
* Remove the libsectok/OpenSC-based smartcard code and add support for
PKCS#11 tokens. This support is automatically enabled on all
platforms that support dlopen(3) and was inspired by patches written
by Alon Bar-Lev. Details in the ssh(1) and ssh-add(1) manpages.
* Add support for certificate authentication o...
2010 Mar 08
1
Announce: OpenSSH 5.4 released
...H 5.3
=========================
Features:
* After a transition period of about 10 years, this release disables
SSH protocol 1 by default. Clients and servers that need to use the
legacy protocol must explicitly enable it in ssh_config / sshd_config
or on the command-line.
* Remove the libsectok/OpenSC-based smartcard code and add support for
PKCS#11 tokens. This support is automatically enabled on all
platforms that support dlopen(3) and was inspired by patches written
by Alon Bar-Lev. Details in the ssh(1) and ssh-add(1) manpages.
* Add support for certificate authentication o...
2010 Feb 27
24
Call for testing: OpenSSH-5.4
....3
=========================
Features:
* After a transition period of about 10 years, this release disables
SSH protocol 1 by default. Clients and servers that need to use the
legacy protocol must explicitly enable it in ssh_config / sshd_config
or on the command-line.
* Deprecate the libsectok/OpenSC-based smartcard code and add
support for PKCS#11 tokens. PKCS#11 support is automatically enabled
on all platforms that support dlopen(3) and was inspired by patches
written by Alon Bar-Lev. Details in the ssh(1) and ssh-add(1)
manpages
* Add support for certificate authenticat...