summaryrefslogtreecommitdiffstats
path: root/lib/libsectok/sectok.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove libsectok; it hasn't been updated in years and doesn't workdjm2010-10-171-515/+0
| | | | with the current generation of tokens; ok markus@ deraadt@
* change sectok_fmt_fid() to accept a size_t for the pathname length;deraadt2003-04-041-6/+6
| | | | must crank major, and update utils that use it
* the obvious simple snprintf changesderaadt2003-04-021-2/+2
|
* stdio.h is evil on PalmOSrees2001-08-021-2/+1
|
* PalmOS modsrees2001-07-301-6/+25
|
* add sectok_friendly_open() - like sectok_open() but acceptsjakob2001-07-271-1/+11
| | | | the reader as a string instead of an integer. ok rees@
* sectok_fmt_fid now takes a proper fidrees2001-07-261-3/+9
| | | | | | add cyberflex_create_file_acl put proper acls on public and private rsa key files bump major version
* oops, missed a returnrees2001-07-171-2/+7
|
* always return a valid status word from sectok_apdu()rees2001-07-171-5/+11
|
* separate sectok from sc7816 and give each its own include filerees2001-07-021-5/+404
| | | | | | change status word to a single word instead of two bytes add sc7816 layer for backward compatibility other minor changes
* remove printfs and add return codesrees2001-06-281-22/+7
|
* add cyberflex_fill_key_block, root_fidrees2001-06-271-1/+3
|
* add key Cyberflex key loading functionsrees2001-06-251-0/+84