Skip to content

Commit e8a74d2

Browse files
authored
Merge pull request #9 from redhat-qe-security/gnutls-renego-with-nss
gnutls/renegotiation-with-NSS: Test extension
2 parents d1e394d + 4de6777 commit e8a74d2

File tree

2 files changed

+459
-33
lines changed

2 files changed

+459
-33
lines changed

gnutls/Interoperability/renegotiation-with-NSS/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,10 @@ $(METADATA): Makefile
5454
@echo "TestTime: 10m" >> $(METADATA)
5555
@echo "RunFor: gnutls nss" >> $(METADATA)
5656
@echo "Requires: gnutls gnutls-utils nss nss-tools expect" >> $(METADATA)
57+
@echo "RhtsRequires: library(openssl/certgen)" >> $(METADATA)
5758
@echo "Priority: Normal" >> $(METADATA)
5859
@echo "License: GPLv2" >> $(METADATA)
5960
@echo "Confidential: no" >> $(METADATA)
6061
@echo "Destructive: no" >> $(METADATA)
61-
@echo "Releases: -RHEL4 -RHELClient5 -RHELServer5 -RHEL6 -RHEL7 -Fedora25" >> $(METADATA)
62+
@echo "Releases: -RHEL4 -RHELClient5 -RHELServer5 -RHEL6" >> $(METADATA)
6263

0 commit comments

Comments
 (0)