pydtls/dtls
Ray Brown 4464d0bd84 Certificate formatting and retrieval
This change introduces the implementation of the SSLConnection methods
getpeercert and cipher. The following has been added:

    * dtls.util:      utility elements shared by other modules in this package
    * dtls.x509:      a module for X509-certificate-related functionality,
                      including formatting a certificate into a Python
                      dictionary as prescribed by the Python standard
                      library's ssl module; functionality for testing with
                      PEM-encoded certificates in the file system is included
    * yahoo-cert.pem: the current certificate of www.yahoo.com: this is a good
                      testing certificate, since it contains the subject
                      alternate name extension

Other notable changes:

    * sslconnection:  private attributes are now preceded by "_"
    * openssl:        null-ness in opaque FuncParam-derived return values is
                      now properly detected and an exception is raised as
                      expected
2012-11-08 12:04:40 -08:00
..
demux Initial commit: up to and including data exchange functionality 2012-10-29 12:44:24 -07:00
test Certificate formatting and retrieval 2012-11-08 12:04:40 -08:00
__init__.py Initial commit: up to and including data exchange functionality 2012-10-29 12:44:24 -07:00
cygcrypto-1.0.0.dll Initial commit: up to and including data exchange functionality 2012-10-29 12:44:24 -07:00
cygssl-1.0.0.dll Initial commit: up to and including data exchange functionality 2012-10-29 12:44:24 -07:00
err.py Initial commit: up to and including data exchange functionality 2012-10-29 12:44:24 -07:00
libeay32.dll Initial commit: up to and including data exchange functionality 2012-10-29 12:44:24 -07:00
openssl.py Certificate formatting and retrieval 2012-11-08 12:04:40 -08:00
sslconnection.py Certificate formatting and retrieval 2012-11-08 12:04:40 -08:00
ssleay32.dll Initial commit: up to and including data exchange functionality 2012-10-29 12:44:24 -07:00
util.py Certificate formatting and retrieval 2012-11-08 12:04:40 -08:00
x509.py Certificate formatting and retrieval 2012-11-08 12:04:40 -08:00