Came across these while doing a typo pass in FreeBSD.
Kris
Index: CHANGES.SSLeay
===================================================================
RCS file: /mnt/ncvs/src/crypto/openssl/CHANGES.SSLeay,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 CHANGES.SSLeay
--- CHANGES.SSLeay 2000/01/10 06:21:17 1.1.1.1
+++ CHANGES.SSLeay 2001/02/20 10:10:57
@@ -819,7 +819,7 @@
'user' certificate. Have a look at this shell script (test/sstest)
to see how things work, it tests most possible combinations of what can
be done.
-- The 'SSL_set_pref_cipher()' function has been 'fixed' and the prefered name
+- The 'SSL_set_pref_cipher()' function has been 'fixed' and the preferred name
of SSL_set_cipher_list() is now the correct API (stops confusion :-).
If this function is used in the client, only the specified ciphers can
be used, with preference given to the order the ciphers were listed.
Index: doc/ssleay.txt
===================================================================
RCS file: /mnt/ncvs/src/crypto/openssl/doc/ssleay.txt,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 ssleay.txt
--- doc/ssleay.txt 2001/02/18 03:16:58 1.1.1.3
+++ doc/ssleay.txt 2001/02/20 10:12:30
@@ -61,7 +61,7 @@
A Brief outline (and examples) how to use them to do so.
NOTE:
-The environment variable SSL_CIPER is used to specify the prefered
+The environment variable SSL_CIPHER is used to specify the preferred
cipher to use, play around with setting it's value to combinations of
RC4-MD5, EXP-RC4-MD5, CBC-DES-MD5, CBC3-DES-MD5, CFB-DES-NULL
in a : separated list.
Index: ssl/s2_srvr.c
===================================================================
RCS file: /mnt/ncvs/src/crypto/openssl/ssl/s2_srvr.c,v
retrieving revision 1.5
diff -u -r1.5 s2_srvr.c
--- ssl/s2_srvr.c 2000/11/13 02:20:29 1.5
+++ ssl/s2_srvr.c 2001/02/20 10:09:54
@@ -672,7 +672,7 @@
n=0;
/* lets send out the ciphers we like in the
- * prefered order */
+ * preferred order */
sk= s->session->ciphers;
n=ssl_cipher_list_to_bytes(s,s->session->ciphers,d);
d+=n;
Index: ssl/s3_srvr.c
===================================================================
RCS file: /mnt/ncvs/src/crypto/openssl/ssl/s3_srvr.c,v
retrieving revision 1.1.1.4
diff -u -r1.1.1.4 s3_srvr.c
--- ssl/s3_srvr.c 2001/02/18 03:17:20 1.1.1.4
+++ ssl/s3_srvr.c 2001/02/20 10:09:54
@@ -807,8 +807,8 @@
/* we now have the following setup.
* client_random
- * cipher_list - our prefered list of ciphers
- * ciphers - the clients prefered list of ciphers
+ * cipher_list - our preferred list of ciphers
+ * ciphers - the clients preferred list of ciphers
* compression - basically ignored right now
* ssl version is set - sslv3
* s->session - The ssl session has been setup.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]