From 95539e42cfee8cd646adf25ecccda16f655b33a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Tue, 20 Aug 2013 10:26:12 +0000 Subject: [PATCH] OATH roadmap. git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@722 185d5e19-27fe-0310-9dcf-9bff6b9f3609 --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TODO b/TODO index ae09a8d..cde007b 100644 --- a/TODO +++ b/TODO @@ -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.