OpenPAM/lib/liboath
Dag-Erling Smørgrav 7914208b2d Don't forget do distribute oath_impl.h.
git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@782 185d5e19-27fe-0310-9dcf-9bff6b9f3609
2014-03-10 10:03:57 +00:00
..
Makefile.am Don't forget do distribute oath_impl.h. 2014-03-10 10:03:57 +00:00
oath_base32.c When I changed the argument type from uint8_t * to char *, I forgot that 2014-03-09 14:11:44 +00:00
oath_base64.c When I changed the argument type from uint8_t * to char *, I forgot that 2014-03-09 14:11:44 +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 The dummy constants have moved to oath_constants.h. 2014-03-09 11:51:08 +00:00
oath_key.c Switch from uint8_t to char. 2014-03-09 11:45:05 +00:00
oath_key_alloc.c Fixed flipped condition. 2013-08-15 17:15:35 +00:00
oath_key_create.c Bump copyright 2014-01-23 20:17:41 +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_key_from_uri.c Support (but ignore, for now) the issuer parameter. 2014-03-09 13:08: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
oath_uri_decode.c Factor out and document oath_key_from_uri(). 2014-01-23 20:19:54 +00:00