<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>I just build OpenSSL 1.1.1 on MacOSX.</div><div>Tried 0-RTT, and the commands like the followings,</div><div>openssl s_server -cert server.cer -key server.key -tls1_3 -early_data -accept 9443</div><div>...<br></div><div>openssl s_client -CAfile ca.cer -tls1_3 -sess_in openssl.sess -early_data data -connect localhost:9443</div><div><br></div><div>s_client reported</div><div>New, TLSv1.3, Cipher is TLS_AES_256_GCM_SHA384<br>...<br>Early data was rejected<br>Verify return code: 0 (ok)<br><br></div><div>What's wrong with my testing?<br></div></div></div></div></div>