summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-07-22 13:38:25 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-07-22 13:38:25 +0200
commit12afa597362e340241e687fe3bd7160390b1d58e (patch)
treebc35486ad788e4470ad777b1f7e72645dd545f8c
parent74d967c0361153c55a98f9165c87f9f8d3ad480b (diff)
downloadgnutls-12afa597362e340241e687fe3bd7160390b1d58e.tar.gz
fips140-2: do not check the libtasn1's integrity
-rw-r--r--lib/fips.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/fips.c b/lib/fips.c
index f3d578582a..908e5299f3 100644
--- a/lib/fips.c
+++ b/lib/fips.c
@@ -81,7 +81,6 @@ static int fips_mode = -1;
}
#define GNUTLS_LIBRARY_NAME "libgnutls.so.28"
-#define TASN1_LIBRARY_NAME "libtasn1.so.6"
#define NETTLE_LIBRARY_NAME "libnettle.so.4"
#define HOGWEED_LIBRARY_NAME "libhogweed.so.2"
@@ -295,12 +294,6 @@ int _gnutls_fips_perform_self_checks(void)
goto error;
}
- ret = check_binary_integrity(TASN1_LIBRARY_NAME, "asn1_check_version");
- if (ret == 0) {
- gnutls_assert();
- goto error;
- }
-
ret = check_binary_integrity(NETTLE_LIBRARY_NAME, "nettle_aes_set_encrypt_key");
if (ret == 0) {
gnutls_assert();