Lines Matching defs:version

6  * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
64 // protocol version being established using this Handshaker
67 // the currently active protocol version during a renegotiation
360 * Set the active protocol version and propagate it to the SSLSocket
362 * and ServerHandshaker with the negotiated protocol version.
439 * Prior to handshaking, activate the handshake and initialize the version,
460 // temporary protocol version until the actual protocol version
462 // version we sent with the ClientHello.
525 * Check if the given protocol version is enabled and available.
536 * Select a protocol version from the list. Called from
537 * ServerHandshaker to negotiate protocol version.
539 * Return the lower of the protocol version suggested in the
998 void calculateKeys(SecretKey preMasterSecret, ProtocolVersion version) {
999 SecretKey master = calculateMasterSecret(preMasterSecret, version);
1080 // if no version check requested (client side handshake), or version
1091 // checking process bypassed the premaster secret version checking.
1099 // check if the premaster secret version is ok
1100 // the specification says that it must be the maximum version supported
1102 // implementations send the negotiated version, so accept both
1104 // NOTE that we may be comparing two unsupported version numbers, which
1129 System.out.println("RSA PreMasterSecret version error: expected"