Ciphers in SSL Library

Kacy Night <[email protected]> Thu, 15 Jun 2017 10:37:13 +0000
Newsgroups gmane.comp.python.cryptography
Message-ID <CAKk244f9P32NSVN6bz67UBUKdc77gY+s31bdfyK-ffc3LHhsag@mail.gmail.com>
--===============8630002507629252573==
Content-Type: multipart/alternative; boundary="001a114e5c02782bf70551fd4030"

--001a114e5c02782bf70551fd4030
Content-Type: text/plain; charset="UTF-8"

OS: Windows 7 Home Basic
Python: ver. 3.6.0

Hey, I need to use SSLv3 with RC4-SHA (0x05) (Yes I know those are
unsecured) but my client is using it and I'm writing a server from scratch
in Python. My problem is following, when I try to select cipher
<cipher='RC4-SHA'> it doesn't raise any error, but when client tries to
connect with it the handshake fails because server raises error = No Shared
Cipher and when I skipped handshake and used at client <cipher()> it said
that server had none, but I've selected the RC4-SHA cipher. I've tried to
modify the SSL library but it didn't change anything. I'm searching for
help with this problem for more than a week. Any help will be appreciated

PS. I'm not able to change clients Protocol or Cipher to different.

Kacper Z.

--001a114e5c02782bf70551fd4030
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div>OS: Windows 7 Home Basic</div><div>Python: ver. 3.6.0=
</div><div><br></div><div>Hey, I need to use SSLv3 with RC4-SHA (0x05) (Yes=
 I know those are unsecured) but my client is using it and I&#39;m writing =
a server from scratch in Python. My problem is following, when I try to sel=
ect cipher &lt;cipher=3D&#39;RC4-SHA&#39;&gt; it doesn&#39;t raise any erro=
r, but when client tries to connect with it the handshake fails because ser=
ver raises error =3D No Shared Cipher and when I skipped handshake and used=
 at client &lt;cipher()&gt; it said that server had none, but I&#39;ve sele=
cted the RC4-SHA cipher. I&#39;ve tried to modify the SSL library but it di=
dn&#39;t change anything. I&#39;m searching for help with this problem for =
more than a week. Any help will be appreciated</div><div><br></div><div>PS.=
 I&#39;m not able to change clients Protocol or Cipher to different.</div><=
div><br></div><div>Kacper Z.</div></div>

--001a114e5c02782bf70551fd4030--

--===============8630002507629252573==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
python-crypto mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-crypto

--===============8630002507629252573==--