X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv-utils.git;a=blobdiff_plain;f=ipif%2Fmech-pkcs5.c;h=58190b6dee14a955b078393acac7e47031b6640d;hp=f03787b059a7bbbce0bfa878cb29f5ea80a488f7;hb=70b9d2e0dbecb8fe1e2045a1752465cd35885bb0;hpb=f0e54a9987423f0f5939b961fa10ab4ca7a2c406 diff --git a/ipif/mech-pkcs5.c b/ipif/mech-pkcs5.c index f03787b..58190b6 100644 --- a/ipif/mech-pkcs5.c +++ b/ipif/mech-pkcs5.c @@ -1,13 +1,16 @@ /* * 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 */ /* - * Copyright (C) 2000 Ian Jackson + * Copyright (C) 2000,2003 Ian Jackson + * This file is part of ipif, part of userv-utils * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by