Searched refs:ClientHello (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DServerHandshaker.java88 // version request by the client in its ClientHello
163 ClientHello ch = new ClientHello(input, message_len);
267 * ClientHello presents the server with a bunch of options, to which the
276 private void clientHello(ClientHello mesg) throws IOException {
329 "Incorrect verify data in ClientHello " +
351 // continue with legacy ClientHello
354 "indication in ClientHello, allow legacy ClientHello");
371 // handshake message could immediately follow ClientHello
[all...]
H A DHandshakeMessage.java200 * ClientHello ... CLIENT --> SERVER
210 static final class ClientHello extends HandshakeMessage { class in class:HandshakeMessage
222 ClientHello(SecureRandom generator, ProtocolVersion protocolVersion, method in class:HandshakeMessage.ClientHello
238 ClientHello(HandshakeInStream s, int messageLength) throws IOException { method in class:HandshakeMessage.ClientHello
310 s.println("*** ClientHello, " + protocolVersion);
H A DClientHandshaker.java83 * ClientHello that was used on this handshake. This represents
338 // handshake message should immediately follow ClientHello
1106 * Returns a ClientHello message to kickstart renegotiations
1109 // session ID of the ClientHello message
1232 // create the ClientHello message
1233 ClientHello clientHelloMessage = new ClientHello(
1272 * 2: initial handshake and no SCSV in the ClientHello
1273 * 3: insecure renegotiation and no SCSV in the ClientHello

Completed in 808 milliseconds