From 30d7ead6af5c28ff72d6e47bab7e044657be7ce6 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Wed, 25 May 2016 21:43:32 -0400 Subject: One-Time Password client (HOTP and TOTP) * Implements RFC 4226 (HOTP) and RFC 6238 (TOTP) * Adds sha1.c to apps/plugins/lib (orignally tools/hmac-sha1.c) * See manual entry for more information Change-Id: Ia4a4031b29f97361b541e71438aa7f3ea82212f2 --- apps/plugins/lib/SOURCES | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugins/lib/SOURCES') diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES index 0a125db..747355b 100644 --- a/apps/plugins/lib/SOURCES +++ b/apps/plugins/lib/SOURCES @@ -1,3 +1,4 @@ +sha1.c gcc-support.c pluginlib_actions.c helper.c -- cgit v1.1