MCPcopy Create free account
hub / github.com/apache/qpid-proton / ssl_handshake

Function ssl_handshake

c/src/ssl/schannel.cpp:1415–1421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1413}
1414
1415static void ssl_handshake(pn_transport_t* transport) {
1416 if (transport->ssl->mode == PN_SSL_MODE_CLIENT)
1417 client_handshake(transport);
1418 else {
1419 server_handshake(transport);
1420 }
1421}
1422
1423static bool grow_inbuf2(pn_transport_t *transport, size_t minimum_size) {
1424 pni_ssl_t *ssl = transport->ssl;

Callers 2

start_ssl_shutdownFunction · 0.85
process_input_sslFunction · 0.85

Calls 2

client_handshakeFunction · 0.85
server_handshakeFunction · 0.85

Tested by

no test coverage detected