summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-07-09 02:00:05 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-07-09 02:00:09 +0200
commit8b96a20ff3e084bf1e5f4d3db887ca24f218b605 (patch)
tree24bb20f4178425c211cfb0af728932def2a5a1e8 /gnu/packages
parentaa576321f2b3bd74f0c11ff737112ce6a8337605 (diff)
gnu: oath-toolkit: Mark up description.
* gnu/packages/authentication.scm (oath-toolkit)[synopsis, description]: Use @acronym{}.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/authentication.scm11
1 files changed, 5 insertions, 6 deletions
diff --git a/gnu/packages/authentication.scm b/gnu/packages/authentication.scm
index f89458cb8c7..7c7fb8e861f 100644
--- a/gnu/packages/authentication.scm
+++ b/gnu/packages/authentication.scm
@@ -92,16 +92,16 @@
92 (inputs 92 (inputs
93 (list linux-pam openssl xmlsec-openssl)) 93 (list linux-pam openssl xmlsec-openssl))
94 (home-page "https://www.nongnu.org/oath-toolkit/") 94 (home-page "https://www.nongnu.org/oath-toolkit/")
95 (synopsis "One-time password (OTP) components") 95 (synopsis "@acronym{OTP, one-time password} components")
96 (description 96 (description
97 "The @dfn{OATH} (Open AuTHentication) Toolkit provides various components 97 "The @acronym{OATH, Open AuTHentication} Toolkit provides various
98for building one-time password (@dfn{OTP}) authentication systems: 98components for building @acronym{OTP, One-Time Password} authentication systems:
99 99
100@itemize 100@itemize
101@item @command{oathtool}, a command-line tool for generating & validating OTPs. 101@item @command{oathtool}, a command-line tool for generating & validating OTPs.
102@item @code{liboath}, a C library for OATH handling. 102@item @code{liboath}, a C library for OATH handling.
103@item @command{pskctool}, a command-line tool for manipulating secret key 103@item @command{pskctool}, a command-line tool for manipulating secret key
104files in the Portable Symmetric Key Container (@dfn{PSKC}) format 104files in the @acronym{PSKC, Portable Symmetric Key Container} format
105described in RFC6030. 105described in RFC6030.
106@item @code{libpskc}, a shared and static C library for PSKC handling. 106@item @code{libpskc}, a shared and static C library for PSKC handling.
107@item @code{pam_oath}, a PAM module for pluggable login authentication. 107@item @code{pam_oath}, a PAM module for pluggable login authentication.
@@ -110,8 +110,7 @@ described in RFC6030.
110Supported technologies include the event-based @acronym{HOTP, Hash-based Message 110Supported technologies include the event-based @acronym{HOTP, Hash-based Message
111Authentication Code One-Time Password} algorithm (RFC4226), the time-based 111Authentication Code One-Time Password} algorithm (RFC4226), the time-based
112@acronym{TOTP, Time-based One-Time Password} algorithm (RFC6238), and 112@acronym{TOTP, Time-based One-Time Password} algorithm (RFC6238), and
113@acronym{PSKC, Portable Symmetric Key Container} (RFC6030) to manage secret key 113PSKC (RFC6030) to manage secret key data.")
114data.")
115 (license (list license:lgpl2.1+ ; the libraries (liboath/ & libpskc/) 114 (license (list license:lgpl2.1+ ; the libraries (liboath/ & libpskc/)
116 license:gpl3+)))) ; the tools (everything else) 115 license:gpl3+)))) ; the tools (everything else)
117 116