--- gvpe/configure.ac 2013/07/10 01:51:40 1.60 +++ gvpe/configure.ac 2013/07/13 04:10:29 1.61 @@ -377,7 +377,7 @@ AC_ARG_ENABLE(digest, [AS_HELP_STRING(--enable-digest=CIPHER,[ Select the digest algorithm to use (default "ripemd160"). Must be one of - "sha512", "sha256", "sha1" (somewhat insecure), "ripemd160", "md5" (insecure) or "md4" (insecure).])], + "sha512", "sha256", "sha1" (legacy), "ripemd160", "md5" (insecure) or "md4" (insecure).])], if test "x$enableval" = xsha512 ; then DIGEST=sha512 ; fi if test "x$enableval" = xsha256 ; then DIGEST=sha256 ; fi if test "x$enableval" = xsha1 ; then DIGEST=sha1 ; fi @@ -437,12 +437,12 @@ if test "x$DIGEST" = xmd5; then echo "***" -echo "*** WARNING: The digest you have chosen ($DIGEST) is probably insecure" +echo "*** WARNING: The digest you have chosen ($DIGEST) is quite insecure" fi if test "$HMAC" -lt 12; then echo "***" -echo "*** WARNING: The hmac length you have chosen ($HMAC) is probably insecure" +echo "*** WARNING: The hmac length you have chosen ($HMAC) is quite insecure" fi if test "$RAND" -lt 8; then