OpenPAM/lib/liboath
Dag-Erling Smørgrav ac8841d2bd Support storing the non-standard lastused parameter in a key URI.
Also fix some default values.


git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@730 185d5e19-27fe-0310-9dcf-9bff6b9f3609
2013-08-21 15:32:54 +00:00
..
Makefile.am Rename oath_dummy_key() to oath_key_dummy() and move it into its own file. 2013-08-15 15:23:58 +00:00
oath_base32.c Reorganize: 2013-03-05 17:49:06 +00:00
oath_base64.c Reorganize: 2013-03-05 17:49:06 +00:00
oath_hotp.c Use a dummy bit in the key structure instead of relying on the label. 2013-08-21 15:14:02 +00:00
oath_impl.h Split up the liboath header files. 2013-03-06 14:10:09 +00:00
oath_key.c Support storing the non-standard lastused parameter in a key URI. 2013-08-21 15:32:54 +00:00
oath_key_alloc.c Fixed flipped condition. 2013-08-15 17:15:35 +00:00
oath_key_dummy.c Use a dummy bit in the key structure instead of relying on the label. 2013-08-21 15:14:02 +00:00
oath_key_free.c Factor out oath_key_{alloc,free}() and implement wiring / locking. 2013-07-12 10:47:14 +00:00
oath_totp.c Keep track of when a TOTP key was last used and prevent reuse of the same 2013-08-21 15:32:14 +00:00