Validating a secure certificate?
Paul Rubin
phr-n2002a at nightsong.com
Fri Jan 18 20:01:26 EST 2002
More information about the Python-list mailing list
Fri Jan 18 20:01:26 EST 2002
- Previous message (by thread): Does Linux have a unified way of accessing databases? Windows has ADO...
- Next message (by thread): Validating a secure certificate?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Sherman <noemail at none.com> writes: > Is there a way to validate the secure certificate of a remote site? Or > possibly just grab the certificate information? I haven't been able to > find much on this, so any help would be appreciated. > > Thanks in advance. What do you mean by "validate"? Of course you can check the signature-- that's the whole point of a certificate. And most SSL libraries can parse the certificate so you can read the contents. I don't know what the situation for Python bindings to OpenSSL is right now, though.
- Previous message (by thread): Does Linux have a unified way of accessing databases? Windows has ADO...
- Next message (by thread): Validating a secure certificate?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list