forked from pool/crypto-policies
Pedro Monreal Gonzalez
c78ee41234
- Update to git version 20210118 * Output sigalgs required by nss >=3.59 * Bump Python requirement to 3.6 * Kerberos 5: Fix policy generator to account for macs * Add AES-192 support (non-TLS scenarios) * Add documentation of the --check option - Fix the man pages generation - Add crypto-policies-asciidoc.patch - Test only supported modules - Add crypto-policies-test_supported_modules_only.patch - Add crypto-policies-typos.patch to fix some typos OBS-URL: https://build.opensuse.org/request/show/865444 OBS-URL: https://build.opensuse.org/package/show/security:tls/crypto-policies?expand=0&rev=2
14 lines
386 B
Diff
14 lines
386 B
Diff
Index: fedora-crypto-policies-master/Makefile
|
|
===================================================================
|
|
--- fedora-crypto-policies-master.orig/Makefile
|
|
+++ fedora-crypto-policies-master/Makefile
|
|
@@ -45,8 +45,6 @@ check:
|
|
tests/openssl.pl
|
|
tests/gnutls.pl
|
|
tests/nss.py
|
|
- tests/java.pl
|
|
- tests/krb5.py
|
|
top_srcdir=. tests/update-crypto-policies.sh
|
|
|
|
test: check runpylint
|