Hi,

Is there any way in OpenSSL to detect new connections over the same IP:port
quartet on a server side? For example, when client reconnects from the same
local IP:port, but the server still thinks that the old client is still
alive.

RFC 6347 4.2.8 specifies that the server side should send Hello Verify
Request after receiving Client Hello on the existing association.

However, OpenSSL just returns WANT_READ after passing Client Hello to
SSL_read without actually sending back anything.

What is the proper way to fix this behaviour?

Thanks,
Dmitry Sobinov
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to