RT3472: Doc pkcs8 -iter flag is in OpenSSL 1.1
[openssl.git] / bugs / sslref.dif
index 0aa92bfe6de8c1078a18a2d7ac7f0cc6400116f6..0817009bb453b705bf669c41b70877f7ce0e9129 100644 (file)
@@ -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.