Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-02 | use-after-free; bz#2175 patch from Loganaden Velvindron @ AfriNIC | Damien Miller | |
2013-05-17 | bye, bye xfree(); ok markus@ | Damien Miller | |
2013-05-10 | remove unused extern optarg. ok markus@ | Darren Tucker | |
2012-07-02 | fix a couple of "assigned but not used" warnings. ok markus@ | Darren Tucker | |
2010-02-24 | Add $OpenBSD$ tags in comments, our portable-syncing scripts use these | Damien Miller | |
2010-02-19 | gcc2 requires decls before code | Theo de Raadt | |
2010-02-08 | replace our obsolete smartcard code with PKCS#11. | Markus Friedl | |
ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/pkcs-11v2-20.pdf ssh(1) and ssh-keygen(1) use dlopen(3) directly to talk to a PKCS#11 provider (shared library) while ssh-agent(1) delegates PKCS#11 to a forked a ssh-pkcs11-helper process. PKCS#11 is currently a compile time option. feedback and ok djm@; inspired by patches from Alon Bar-Lev |