OATH roadmap.

git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@722 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2013-08-20 10:26:12 +00:00
parent 84543123ea
commit 95539e42cf
1 changed files with 10 additions and 0 deletions

10
TODO
View File

@ -3,6 +3,16 @@ Before the next release:
- Add oath_alloc_secure() which allocates memory using mmap() +
mlock() and oath_free_secure() which wipes and frees it.
- Move key management (locate keyfile, load various key formats,
write back after use) into liboath.
- Implement support for PSKC (RFC 6030) keyfiles.
- Implement OATH OCRA (RFC 6287) authentication.
- Determine and document level of compliance with the OATH HOTP /
TOTP / OCRA validation server profiles.
- Rewrite openpam_ttyconv(3).
- mostly done, needs review.