diff options
author | nectar <nectar@FreeBSD.org> | 2003-10-01 12:32:41 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2003-10-01 12:32:41 +0000 |
commit | d8e0ea4b4099a4a515737f88ac4a721aa18de408 (patch) | |
tree | d15d9b82d7e9e084b77588523bf3c458209272ab /crypto/openssl/bugs | |
parent | 33988c2cf4782199183774795f0b9a5fab74bd66 (diff) | |
parent | ee25ce74b3f6742c1079590363995e56ff51b014 (diff) | |
download | FreeBSD-src-d8e0ea4b4099a4a515737f88ac4a721aa18de408.zip FreeBSD-src-d8e0ea4b4099a4a515737f88ac4a721aa18de408.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r120631,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'crypto/openssl/bugs')
-rw-r--r-- | crypto/openssl/bugs/SSLv3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/bugs/SSLv3 b/crypto/openssl/bugs/SSLv3 index db53e13..a75a165 100644 --- a/crypto/openssl/bugs/SSLv3 +++ b/crypto/openssl/bugs/SSLv3 @@ -29,7 +29,7 @@ RC4-MD5, but a re-connect tries to use DES-CBC-SHA. So netscape, when doing a re-connect, always takes the first cipher in the cipher list. If we accept a netscape connection, demand a client cert, have a -non-self-sighed CA which does not have it's CA in netscape, and the +non-self-signed CA which does not have it's CA in netscape, and the browser has a cert, it will crash/hang. Works for 3.x and 4.xbeta Netscape browsers do not really notice the server sending a |