Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * scdaemon.c: Include i18n.h. | Werner Koch | 2002-08-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | * card-common.h (struct p15_private_s): Forward declaration. Add it to card_ctx_s. * card.c (card_close): Make sure private data is released. (card_enum_certs): New. * card-p15.c (p15_release_private_data): New. (init_private_data): New to work around an OpenSC weirdness. (p15_enum_keypairs): Do an OpenSC get_objects only once. (p15_enum_certs): New. (card_p15_bind): Bind new function. * command.c (cmd_learn): Return information about the certificates. | ||||
* | * card-common.h (struct p15_private_s): Forward declaration. Add | Werner Koch | 2002-08-16 | 1 | -1/+6 |
| | | | | | | | | | it to card_ctx_s. * card.c (card_close): Make sure private data is released. * card-p15.c (p15_release_private_data): New. (init_private_data): New to work around an OpenSC weirdness. (p15_enum_keypairs): Do an OpenSC get_objects only once. | ||||
* | More stuff for SCs - don't expect them to work. | Werner Koch | 2002-03-18 | 1 | -0/+67 |