Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Python and SSL

Reply
Thread Tools

Python and SSL

 
 
Illo de' Illis
Guest
Posts: n/a
 
      08-04-2003
While I was coding a software which needs to set up a SSL transaction
with a client using an underlying proprietary protocol, I found
that the _ssl module works only in SSL client mode. Moreover it is
impossible to write a select()-based polling algorithm with it since
I can't query SSLObject for any available data in input (this occurs
only for nonblocking sockets of course), or alternatively I can't
push the characters I read back into the OpenSSL BIO cache.
Since the patch to apply to _ssl for this stuff to work is trivial,
I would like to know whether somebody is doing that.

Ciao,
Illo.

--
De hierboven vermelde uitspraken behoren volledig toe aan mezelf en
vertegenwoordigen niet de uitspraken, praktijken, of interpretaties
van gelijk welke derde persoon of officiele instantie.
 
Reply With Quote
 
 
 
 
John J. Lee
Guest
Posts: n/a
 
      08-04-2003
Illo de' Illis <> writes:

> While I was coding a software which needs to set up a SSL transaction
> with a client using an underlying proprietary protocol, I found
> that the _ssl module works only in SSL client mode. Moreover it is

[...]

Don't know if it does what you want, but have you found m2crypto?


John
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
SSL and OpenSSL::SSL::SSLServer accept() born in USSR Ruby 2 09-27-2009 01:46 AM
Maintain session between an SSL page and Non SSL page John Smith Java 0 10-05-2006 12:03 PM
webrick, ssl and non-ssl on the same port Pavel Smerk Ruby 3 08-15-2006 05:51 PM
FTPS ( FTP over SSL) Problem with Python's builtin SSL Robert Python 2 06-10-2004 10:27 AM
Python SSL Socket Client to Java SSL Server. HELP me PLEASE. Krzysztof Paź Python 1 09-26-2003 08:36 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57