< prev index next >

test/jdk/javax/net/ssl/DTLS/RespondToRetransmit.java

Print this page
rev 53269 : 8228967: Trust/Key store and SSL context utilities for tests
Reviewed-by: xuelei

*** 1,7 **** /* ! * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 27,36 **** --- 27,37 ---- /* * @test * @bug 8161086 * @summary DTLS handshaking fails if some messages were lost * @modules java.base/sun.security.util + * @library /test/lib * @build DTLSOverDatagram * * @run main/othervm RespondToRetransmit client 0 hello_request * @run main/othervm RespondToRetransmit client 1 client_hello * @run main/othervm RespondToRetransmit client 2 server_hello
< prev index next >