X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=bugs%2Fsslref.dif;h=0817009bb453b705bf669c41b70877f7ce0e9129;hp=0aa92bfe6de8c1078a18a2d7ac7f0cc6400116f6;hb=35d15a3952d50f243451c5f9fce1e2d9b88b67bb;hpb=eda1f21f1af8b6f77327e7b37573af9c1ba73726 diff --git a/bugs/sslref.dif b/bugs/sslref.dif index 0aa92bfe6d..0817009bb4 100644 --- a/bugs/sslref.dif +++ b/bugs/sslref.dif @@ -17,10 +17,10 @@ is returned as 1. ===== I have not tested the following but it is reported by holtzman@mit.edu. -SSLref clients wait to recieve a server-verify before they send a +SSLref clients wait to receive a server-verify before they send a client-finished. Besides this not being evident from the examples in 2.2.1, it makes more sense to always send all packets you can before -reading. SSLeay was waiting in the server to recieve a client-finish +reading. SSLeay was waiting in the server to receive a client-finish before sending the server-verify :-). I have changed SSLeay to send a server-verify before trying to read the client-finished.