summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-07-20 12:40:34 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-07-21 16:18:53 +0200
commit392f2c48efba8a4f00848a8a32342a6330889db5 (patch)
tree3cb3c598fa7e4f9f5bd092dd3be79e70db685fd9 /m4
parenta0875593eb9308ae9ae9fde1b886422bb03540f5 (diff)
downloadgnutls-392f2c48efba8a4f00848a8a32342a6330889db5.tar.gz
_gnutls_digest_is_secure_for_certs: introduced
This is a macro to allow checking the security of a hash algorithm with respect to signing certificates. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'm4')
-rw-r--r--m4/hooks.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index a695665e06..c549ea16d2 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -143,10 +143,10 @@ LIBTASN1_MINIMUM=4.9
])
ac_allow_sha1=no
- AC_MSG_CHECKING([whether to allow SHA1 as an acceptable hash for digital signatures])
+ AC_MSG_CHECKING([whether to allow SHA1 as an acceptable hash for cert digital signatures])
AC_ARG_ENABLE(sha1-support,
AS_HELP_STRING([--enable-sha1-support],
- [allow SHA1 as an acceptable hash for digital signatures]),
+ [allow SHA1 as an acceptable hash for cert digital signatures]),
ac_allow_sha1=$enableval)
if test x$ac_allow_sha1 != xno; then
AC_MSG_RESULT(no)