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

Comparing gvpe/configure (file contents):
Revision 1.50 by root, Wed Jul 10 01:51:40 2013 UTC vs.
Revision 1.51 by root, Sat Jul 13 04:10:29 2013 UTC

10280echo "*** WARNING: The digest you have chosen ($DIGEST) is known to be insecure" 10280echo "*** WARNING: The digest you have chosen ($DIGEST) is known to be insecure"
10281fi 10281fi
10282 10282
10283if test "x$DIGEST" = xmd5; then 10283if test "x$DIGEST" = xmd5; then
10284echo "***" 10284echo "***"
10285echo "*** WARNING: The digest you have chosen ($DIGEST) is probably insecure" 10285echo "*** WARNING: The digest you have chosen ($DIGEST) is quite insecure"
10286fi 10286fi
10287 10287
10288if test "$HMAC" -lt 12; then 10288if test "$HMAC" -lt 12; then
10289echo "***" 10289echo "***"
10290echo "*** WARNING: The hmac length you have chosen ($HMAC) is probably insecure" 10290echo "*** WARNING: The hmac length you have chosen ($HMAC) is quite insecure"
10291fi 10291fi
10292 10292
10293if test "$RAND" -lt 8; then 10293if test "$RAND" -lt 8; then
10294echo "***" 10294echo "***"
10295echo "*** WARNING: The random prefix you have chosen ($RAND) is probably insecure" 10295echo "*** WARNING: The random prefix you have chosen ($RAND) is probably insecure"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines