Damien Goutte-Gattat
0d53928235
Fix incorrect statement in scdtotp manual
...
The man page for scdtotp incorrectly stated that the TOTP key
was read from the Private DO #1 .
5 years ago
Damien Goutte-Gattat
d3b8dd57fd
Automatically set date in manual pages
...
Rely on Autoconf to set the date of manual pages to the date
the package was built.
5 years ago
Damien Goutte-Gattat
a3586c6af2
Add the -w, --window option
...
Add an option to generate several passwords corresponding to N
time steps before and after the current time.
7 years ago
Damien Goutte-Gattat
2d47bc5caa
scdtotp: Update documentation
...
Update README and man page for scdtotp to reflect the change in
how the TOTP parameters are read from the card.
7 years ago
Damien Goutte-Gattat
12fe96409f
Set default private DO at configure time
...
Do not hardcode the default private DO for scdtotp. Use instead
a configure-time variable to select it.
7 years ago
Damien Goutte-Gattat
dd1ab20a27
Update copyright notices
7 years ago
Damien Goutte-Gattat
402d37b23d
Allow choice of the private DO containing the key
...
Add an option to specify the private DO slot where the key is
to be read, instead of always using private DO #1 .
Note that reading from private DOs 3 and 4 will fail if the
appriopriate PIN has not been verified prior the call to
scdtotp.
7 years ago
Damien Goutte-Gattat
c638f52731
scdtotp: Add the --mac-algo option
...
Allow to chose the HMAC algorithm among SHA-1, SHA-256 and
SHA-512. Other algorithms are available in libgcrypt but those
are the only one specified in RFP 6238.
8 years ago
Damien Goutte-Gattat
e0688a0f2f
Update documentation for scdtotp
...
Add a draft man page for scdtotp and update the README file
to mention the new program.
8 years ago