summaryrefslogtreecommitdiff
path: root/scard-opensc.c
Commit message (Collapse)AuthorAgeFilesLines
* - (dtucker) [auth-pam.c scard-opensc.c] Tinderbox says auth-pam.c usesdtucker2004-05-131-1/+1
| | | | readpass.h, grep says scard-opensc.c does too. Replace with misc.h.
* more whitespace (tabs this time)djm2003-11-211-4/+4
|
* - djm@cvs.openbsd.org 2003/11/21 11:57:03djm2003-11-211-8/+8
| | | | | | [everything] unexpand and delete whitespace at EOL; ok markus@ (done locally and RCS IDs synced)
* - (djm) Bug #621: Select OpenSC keys by usage attributes. Patch fromdjm2003-08-251-4/+20
| | | | larsch@trustcenter.de
* - (djm) Bug #593: Sanity check OpenSC card reader number; patch fromdjm2003-06-281-0/+6
| | | | aj@dungeon.inka.de
* - (djm) Bug #591: use PKCS#15 private key label as a comment in casedjm2003-06-281-0/+26
| | | | of OpenSC. Report and patch from larsch@trustcenter.de
* - (djm) Bug #589 - scard-opensc: load only keys with a private keysdjm2003-06-051-2/+11
| | | | Patch from larsch@trustcenter.de
* - (djm) Update to fix of bug #584: lock card before return.djm2003-06-041-0/+1
| | | | From larsch@trustcenter.de
* - (djm) Bug #584: scard-opensc.c doesn't work without PIN. Patch fromdjm2003-06-041-1/+5
| | | | larsch@trustcenter.de; ok markus@
* - (djm) Bug #577 - wrong flag in scard-opensc.c sc_private_decrypt.djm2003-06-041-1/+2
| | | | ok markus@
* *** empty log message ***djm2003-04-091-4/+4
|
* - (djm) Applied OpenSC smartcard updates from Markus &djm2002-04-231-1/+1
| | | | Antti Tapaninen <aet@cc.hut.fi>
* - (bal) Minor OpenSC updates. Fix up header locations and updatemouring2002-04-081-2/+2
| | | | README.smartcard provided by Juha Yrjölä <jyrjola@cc.hut.fi>
* - (bal) Slight update to OpenSC support. Better version checking. patchmouring2002-04-061-1/+1
| | | | by Juha Yrjölä <jyrjola@cc.hut.fi>
* - (bal) Patch for OpenSC SmartCard library; ok markus@; patch bymouring2002-04-051-0/+462
Juha Yrjölä <jyrjola@cc.hut.fi> - (bal) Minor documentation update to reflect smartcard library support changes.