forked from pool/gnutls
Pedro Monreal Gonzalez
2ab102c19b
- FIPS: Additional PBKDF2 requirements for KAT [bsc#1184669] * The IG 10.3.A and SP800-132 require some minimum parameters for the salt length, password length and iteration count. These parameters should be also used in the KAT. * Add gnutls-FIPS-PBKDF2-KAT-requirements.patch - Enable to run the regression tests also in FIPS mode. * Add gnutls-FIPS-disable-failing-tests.patch OBS-URL: https://build.opensuse.org/request/show/964661 OBS-URL: https://build.opensuse.org/package/show/security:tls/gnutls?expand=0&rev=61
28 lines
968 B
Diff
28 lines
968 B
Diff
Index: gnutls-3.7.3/guile/Makefile.am
|
|
===================================================================
|
|
--- gnutls-3.7.3.orig/guile/Makefile.am
|
|
+++ gnutls-3.7.3/guile/Makefile.am
|
|
@@ -102,8 +102,6 @@ endif HAVE_GUILD
|
|
#
|
|
|
|
TESTS = \
|
|
- tests/anonymous-auth.scm \
|
|
- tests/session-record-port.scm \
|
|
tests/pkcs-import-export.scm \
|
|
tests/errors.scm \
|
|
tests/x509-certificates.scm \
|
|
Index: gnutls-3.7.3/guile/Makefile.in
|
|
===================================================================
|
|
--- gnutls-3.7.3.orig/guile/Makefile.in
|
|
+++ gnutls-3.7.3/guile/Makefile.in
|
|
@@ -2320,8 +2320,7 @@ CLEANFILES = modules/gnutls.scm $(am__ap
|
|
#
|
|
# Tests.
|
|
#
|
|
-TESTS = tests/anonymous-auth.scm tests/session-record-port.scm \
|
|
- tests/pkcs-import-export.scm tests/errors.scm \
|
|
+TESTS = tests/pkcs-import-export.scm tests/errors.scm \
|
|
tests/x509-certificates.scm tests/x509-auth.scm \
|
|
tests/reauth.scm tests/priorities.scm $(am__append_2)
|
|
TESTS_ENVIRONMENT = \
|