<div dir="ltr">Hi,<div><br></div><div>Does openSSL implement the section "4.2.8. Establishing New Associations with Existing Parameters" in RFC 6347</div><div><br></div><div>I tried to test the feature with "openssl-1.1.1c" but couldn't simulate the same.</div><div><br></div><div>Some details about my sample test:</div><div><br></div><div>Client:</div><div><br></div><div>1. Initiate a connection request for DTLS 1.2(target on a particular IP/port)</div><div>2. Then close the DTLS connection(abruptly and not sending SSL shutdown message)</div><div>3. Try to initiate a second connection request to same target on the same initial IP/port </div><div><br></div><div>Server:</div><div><br></div><div>1. Accept the DTLS connection request (cookie exchange mechanism enabled)</div><div>2. Then call SSL_read to read the application data over DTLS</div><div>3. But it will get a connection request from client side(Basically client hello)</div><div><br></div><div>Observation:<br></div><div><br></div><div>1. The client hangs in second handshake just retransmitting client hellos</div><div>2. The server just hangs in SSL_read(probably dropping the client hello messages)</div><div><br></div><div>Thanks in advance for the help!</div></div>