ssl

A

Ajay

hi!

i have to write a ssl connection with server authentication for my
application. the client needs to be python, the server can be anything.
i had a look at the ssl support in socket, and it seems okay apart from the
fact that it wont be authenticating the server (verifying the certificate).

the client side needs to be on a pocket pc, and though i got OpenSSL
running on it, i cant build M2Crypto and PyOpenSSL on it.
I have tried using MCrypto and PyOpenSSL on the server side (which is just
a solaris machine) and again am having trouble with PyOpenSSL and
M2Crypto. since i have little time to dwell on this part, i am wondering
if having an ssl server in java with a client in Python (using ssl from
socket) be okay?

does anyone see any potential problems with that?
and would it be possible for me to hack around socket and add the
certificate verification bit myself? is that even allowed and is it
possible?

thanks

cheers
 
J

Josiah Carlson

M2Crypto. since i have little time to dwell on this part, i am wondering
if having an ssl server in java with a client in Python (using ssl from
socket) be okay?

Whatever you can get to work and maintain, I'm sure is fine. No one
here minds either way.

does anyone see any potential problems with that?

Older versions of the Python SSL library didn't support some SSL
protocol variants, and there was a long-standing bug with asynchronous
SSL sockets.

and would it be possible for me to hack around socket and add the
certificate verification bit myself? is that even allowed and is it
possible?

Yeah, hack Python as you see fit. You are not required to release
your changes if you don't want to, but feel free to give back if
desired.


- Josiah
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,269
Latest member
vinaykumar_nevatia23

Latest Threads

Top