OpenPAM/lib/liboath
Dag-Erling Smørgrav e8cd86aade - The key length is in bytes, not bits, so the correct default is 20
and not 160 (which would actually overflow).  This should probably
  be a macro.
- Implement random key generation using OpenSSL's RAND_bytes(3).


git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@755 185d5e19-27fe-0310-9dcf-9bff6b9f3609
2014-01-22 15:12:15 +00:00
..
Makefile.am Add oath_key_create(3) which creates an OATH key from scratch. 2014-01-20 10:47:10 +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_create.c - The key length is in bytes, not bits, so the correct default is 20 2014-01-22 15:12:15 +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