[rfc][icedtea-web] handling of multiple testing certificates in bulk

Jiri Vanek jvanek at redhat.com
Sat May 26 12:56:02 PDT 2012


Hi!

There come an need to test applications consisted from several jars, each signed by different certificate. Also there is need to work with diferent certificates in custom-makefiles reproducers.
This changeset is introducing unlimited number of certificates for future purposes.
Even if this multiple certs will never be used, I'm for put it in, because it is gathering copy pasted code to variables.

J.


	* Makefile.am: EXPORTED_TEST_CERT by EXPORTED_TEST_CERT_PREFIX and EXPORTED_TEST_CERT_SUFIX for further composition
	SIGNED_REPRODUCERS new variable for  iterating through signed reproducers
	SIMPLE_REPRODUCERS new variable for  iterating through simple reproducers
	ALL_REPRODUCER new variable for  iterating through all reproducers
	(junit-jnlp-dist-signed.txt) replaced by (stamps/junit-jnlp-dist-signed.stamp) which generates junit-jnlp-dist-signedX.txt for each directory with signed reproducers
	(stamps/netx-dist-tests-prepare-reproducers.stamp) (stamps/change-dots-to-paths.stamp) (stamps/netx-dist-tests-compile-testcases.stamp) (run-netx-dist-codecoverage): extracted variables
	(clean-netx-dist-tests):  iterates through all the list and removes them
	(stamps/netx-dist-tests-sign-some-reproducers.stamp): now iterate through SIGNED_REPRODUCERS and creates special certificate for each member. Each jar from this directory is then signed by corresponding certificate
	(netx-dist-tests-remove-cert-from-public): iterates through all certificates
	(stamps/netx-dist-tests-import-cert-to-public): exports each certificate created during tests preparations
	($(EXPORTED_TEST_CERT)) replaced by stamps/exported-test-certs.stamp which create for each of SIGNED_REPRODUCERS individual certificate
	(tests/jnlp_tests/README): mentioned possibility of multiple certificates
	
-------------- next part --------------
A non-text attachment was scrubbed...
Name: multipleCertificates.diff
Type: text/x-patch
Size: 8398 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120526/e7c6d21e/multipleCertificates.diff 


More information about the distro-pkg-dev mailing list