- Sort Score
- Result 10 results
- Languages All
Results 101 - 104 of 104 for handshake (0.82 sec)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Http2Connection.kt
* long, streams created while we await the pong will reuse broken connections and inevitably * fail. If it is too short, slow connections will be marked as failed and extra TCP and TLS * handshakes will be required. * * The deadline is currently hardcoded. We may make this configurable in the future! */ internal fun sendDegradedPingLater() { withLock {
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 31.8K bytes - Viewed (0) -
lib/fips140/v1.0.0-c2097c7c.zip
hash: s.hash, } } // ClientHandshakeTraff derives the client_handshake_traffic_secret from // the handshake secret and the transcript up to the ServerHello. func (s *HandshakeSecret) ClientHandshakeTraff(transcript fips140.Hash) []byte { return deriveSecret(s.hash, s.secret, clientHandshakeTraff, transcript) } // ServerHandshakeTraff derives the server_handshake_traffic_secret from // the handshake secret and the transcript up to the ServerHello. func (s *HandshakeSecret) ServerHandshakeTraff(transcript...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Sep 25 19:53:19 UTC 2025 - 642.7K bytes - Viewed (0) -
lib/fips140/v1.1.0-rc1.zip
derived), hash: s.hash, } } // ClientHandshakeTraff derives the client_handshake_traffic_secret from // the handshake secret and the transcript up to the ServerHello. func (s *HandshakeSecret) ClientHandshakeTraff(transcript hash.Hash) []byte { return deriveSecret(s.hash, s.secret, clientHandshakeTraff, transcript) } // ServerHandshakeTraff derives the server_handshake_traffic_secret from // the handshake secret and the transcript up to the ServerHello. func (s *HandshakeSecret) ServerHandshakeTraff(transcript...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0) -
api/go1.txt
pkg crypto/tls, method (*Config) BuildNameToCertificate() pkg crypto/tls, method (*Conn) Close() error pkg crypto/tls, method (*Conn) ConnectionState() ConnectionState pkg crypto/tls, method (*Conn) Handshake() error pkg crypto/tls, method (*Conn) LocalAddr() net.Addr pkg crypto/tls, method (*Conn) OCSPResponse() []uint8 pkg crypto/tls, method (*Conn) Read([]uint8) (int, error) pkg crypto/tls, method (*Conn) RemoteAddr() net.Addr
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)