Codebase list tomcat9 / 1c8a63f
Refreshed the patches Emmanuel Bourg 6 years ago
2 changed file(s) with 10 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 tomcat8 (8.5.30-1) UNRELEASED; urgency=medium
1
2 * Team upload.
3 * New upstream release
4 - Refreshed the patches
5
6 -- Emmanuel Bourg <ebourg@apache.org> Fri, 06 Apr 2018 21:48:51 +0200
7
08 tomcat8 (8.5.29-1) unstable; urgency=medium
19
210 * Team upload.
2525 + unimplemented.add(Cipher.TLS_RSA_WITH_ARIA_128_GCM_SHA256);
2626 + unimplemented.add(Cipher.TLS_RSA_WITH_ARIA_256_GCM_SHA384);
2727
28 if (VERSION < 10002) {
29 // These were implemented in 1.0.2 so won't be available in any
28 // These are TLS v1.3 ciphers that the test suite doesn't yet handle
29 unimplemented.add(Cipher.TLS_AES_128_CCM_8_SHA256);