Released python-gnutls 0.2/programming/python-gnutls
Posted on 2003-12-01 by ivo :: /programming/python-gnutls :: link
I have just released version 0.2 of my python wrapper for gnutls. The project homepage for python-gnutls is http://home.o2w.net/~ivo/python-gnutls/. The released files are here.
The changes since version 0.1 include:
- New classs 'server' and 'conn' have been added. The classes 'client' and 'server' are derived from 'conn', and most methods from 'client' have been moved to 'conn'.
- A method handshake() has been added. The handshake is no longer done implicitly in the gnutls.client constructor.
- New methods:
- Class conn: cipher_get, cipher_set_priority, compression_get, compression_set_priority, kx_get, kx_set_priority, mac_get, mac_set_priority
- Class server: generate_dh_params
- New constants defining various gnutls functions. They are named exactly like their counterparts in gnutls/gnutls.h, but without the GNUTLS_ prefix.
