Entries Tagged as 'gnutls'

Python wrapper for gnutls

I’ve re-started on my little project to create a simple python wrapper for the GNU TLS library (gnutls). The code is available from CVS only for now. I’ll create a more permanent website for it in the wiki, under PythonGnutls.

This time I’m not using SWIG, mostly because I couldn’t find out how to create a custom class, without resorting to C++; and I wanted to understand better what SWIG is trying to do for me. Maybe I’ll switch back at some time in the future, when the first issue is solved.