ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/configure
(Generate patch)

Comparing gvpe/configure (file contents):
Revision 1.14 by pcg, Tue Jan 27 06:05:02 2004 UTC vs.
Revision 1.15 by pcg, Thu Jan 29 19:22:05 2004 UTC

11389echo "*** Digest used: $DIGEST" 11389echo "*** Digest used: $DIGEST"
11390echo "*** HMAC length: $HMAC" 11390echo "*** HMAC length: $HMAC"
11391echo "*** RAND used: $RAND" 11391echo "*** RAND used: $RAND"
11392echo "*** Max. MTU: $MTU" 11392echo "*** Max. MTU: $MTU"
11393echo "*** Compression: $COMPRESS" 11393echo "*** Compression: $COMPRESS"
11394
11395if test "x$DIGEST" = xmd4; then
11394echo "***" 11396echo "***"
11395
11396if test "x$DIGEST" = xmd4; then
11397echo "*** WARNING"
11398echo "*** The digest you have chosen ($DIGEST) is known to be insecure" 11397echo "*** WARNING: The digest you have chosen ($DIGEST) is known to be insecure"
11398fi
11399
11400if test "$HMAC" -lt 12; then
11399echo "***" 11401echo "***"
11402echo "*** WARNING: The hmac length you have chosen ($HMAC) might be insecure"
11400fi 11403fi
11404
11405if test "$RAND" -lt 8; then
11406echo "***"
11407echo "*** WARNING: The random prefix you have chosen ($RAND) might be insecure"
11408fi
11409
11410echo "***"
11401 11411
11402echo 11412echo
11403 11413
11404 11414
11405 11415

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines