GNOME Bugzilla – Bug 594392
GnuTLS bindings
Last modified: 2009-09-25 23:44:32 UTC
Created attachment 142631 [details] GnuTLS VAPI I've made a .vapi file for GnuTLS as a part of my project. It's a big library, so it's very likely there are some errors, but hopefully I didn't screw up too much. BTW: It's quite a pain to use this API directly in Vala, so I'm also working on a TLS stream class.
Are you aware about the GIO-based TLS support in the gnio repo? You can find it at http://git.gnome.org/cgit/gnio/
Can you please add a copyright/license header to the vapif ile for completeness?
I am aware of the gnio TLS class, but it only has a very basic functionality (not even certificate verification) and author told me he's not planning to continue working on it at the moment. Copyright notice coming straight up.
Created attachment 143247 [details] GnuTLS VAPI Added license and copyright notice.
commit 06a33d64925449d9938ad412f6c7f1d75202acc3 Author: Jiří Zárevúcky <zarevucky.jiri@gmail.com> Date: Tue Sep 15 22:39:44 2009 +0200 Add gnutls bindings Fixes bug 594392.
*** Bug 596390 has been marked as a duplicate of this bug. ***