summaryrefslogtreecommitdiffstats
path: root/rules/digest-hmac-perl.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-04-11 10:32:52 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-04-11 14:39:30 +0200
commit05fb6246b737f6c12ac235952c6d992e2cbfb956 (patch)
tree76e94e1a19b10ced635a42a0cfc9196dd50a88f6 /rules/digest-hmac-perl.in
parent9546e2dc052ef1dd0d9af894e0fcb52b74b82975 (diff)
downloadptxdist-05fb6246b737f6c12ac235952c6d992e2cbfb956.tar.gz
ptxdist-05fb6246b737f6c12ac235952c6d992e2cbfb956.tar.xz
digest-hmac-perl: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/digest-hmac-perl.in')
-rw-r--r--rules/digest-hmac-perl.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/rules/digest-hmac-perl.in b/rules/digest-hmac-perl.in
new file mode 100644
index 000000000..e1797cbeb
--- /dev/null
+++ b/rules/digest-hmac-perl.in
@@ -0,0 +1,11 @@
+## SECTION=perl
+
+config DIGEST_HMAC_PERL
+ tristate
+ select PERL
+ prompt "Digest::HMAC"
+ help
+ HMAC is used for message integrity checks between two parties
+ that share a secret key, and works in combination with some other
+ Digest algorithm, usually MD5 or SHA-1. The HMAC mechanism
+ is described in RFC 2104.