summaryrefslogtreecommitdiff
path: root/ipif/mech-pkcs5.c
diff options
context:
space:
mode:
authorian <ian>2000-09-18 00:31:11 +0000
committerian <ian>2000-09-18 00:31:11 +0000
commit5124214b2f9f6c40ac43ca9044a6b82eedd48b71 (patch)
treefacd0de1b03649e59b1276f39bdf8508a6696668 /ipif/mech-pkcs5.c
parent5edd18879555ca5e6c7017703f777fd7c9f1300b (diff)
downloaduserv-utils-5124214b2f9f6c40ac43ca9044a6b82eedd48b71.tar.gz
@@ -1,8 +1,11 @@
userv-utils (0.2.0) unstable; urgency=low - * ipif/INSTALL instructions &c improved, slattach patch included. + Improvements to ipif (tunnelling/VPN facility): + * INSTALL instructions much improved and README created. + * Patch to slattach included. + * Documentation comments improved. - -- + -- Ian Jackson <ian@davenant.greenend.org.uk> Mon, 18 Sep 2000 01:31:01 +0100 userv-utils (0.1.90) unstable; urgency=low
Diffstat (limited to 'ipif/mech-pkcs5.c')
-rw-r--r--ipif/mech-pkcs5.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ipif/mech-pkcs5.c b/ipif/mech-pkcs5.c
index f03787b..f7d0bbd 100644
--- a/ipif/mech-pkcs5.c
+++ b/ipif/mech-pkcs5.c
@@ -1,8 +1,10 @@
/*
* PKCS#5 padding mechanism for udp tunnel
*
- * arguments: block size to pad to, must be power of 2
+ * mechanism: pkcs5
+ * arguments: block size to pad to, must be power of 2 and <=128
*
+ * restrictions: none
* encoding: append between 1 and n bytes, all of the same value being
* the number of bytes appended
*/