Skip to content

Commit

Permalink
8282511: Use fixed certificate validation date in SSLExampleCert temp…
Browse files Browse the repository at this point in the history
…late

8299445: EndingDotHostname.java fails because of compilation errors

Reviewed-by: yan, andrew
Backport-of: 268fa693188b685de6289927ee5a1e99473a50f6
  • Loading branch information
Roman Marchenko authored and Yuri Nesterenko committed Feb 13, 2023
1 parent 8995356 commit 3af19d3
Show file tree
Hide file tree
Showing 2 changed files with 242 additions and 188 deletions.
2 changes: 1 addition & 1 deletion jdk/test/javax/net/ssl/ServerName/EndingDotHostname.java
Expand Up @@ -26,7 +26,7 @@
* @bug 8065422
* @summary Trailing dot in hostname causes TLS handshake to fail
* @library /javax/net/ssl/templates
* @run main/othervm -Djdk.net.hosts.file=hostsForExample EndingDotHostname
* @run main/othervm EndingDotHostname
*/

import javax.net.ssl.*;
Expand Down

1 comment on commit 3af19d3

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.