diff options
author | ale <ale@FreeBSD.org> | 2011-11-23 22:37:15 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2011-11-23 22:37:15 +0800 |
commit | 5dbbdceb836dc73a6536f017ccef35be51ed7a13 (patch) | |
tree | c424ee1bd77dbfa934e85a359ba093c7fdf14492 /security/Makefile | |
parent | 4364fd2b9d83f306d157b519c989a8902d3b14b4 (diff) | |
download | freebsd-ports-gnome-5dbbdceb836dc73a6536f017ccef35be51ed7a13.tar.gz freebsd-ports-gnome-5dbbdceb836dc73a6536f017ccef35be51ed7a13.tar.zst freebsd-ports-gnome-5dbbdceb836dc73a6536f017ccef35be51ed7a13.zip |
The OATH Toolkit contains a shared library, command line tool
and a PAM module that makes it possible to build one-time
password authentication systems. Supported technologies include
the event-based HOTP algorithm and the time-based TOTP algorithm.
OATH is the Open AuTHentication organization which specify
the algorithms.
The components included in the package is:
- liboath: A shared and static C library for OATH handling.
- oathtool: A command line tool for generating and validating OTPs.
- pam_oath: A PAM module for pluggable login authentication for OATH.
Feature safe: yes
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 343e85a36645..285e88a38ceb 100644 --- a/security/Makefile +++ b/security/Makefile @@ -306,6 +306,7 @@ SUBDIR += nmap SUBDIR += nmapsi4 SUBDIR += nss + SUBDIR += oath-toolkit SUBDIR += ocaml-cryptgps SUBDIR += ocaml-cryptokit SUBDIR += ocaml-ssl |