After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 594392 - GnuTLS bindings
GnuTLS bindings
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings
unspecified
Other All
: Normal enhancement
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-07 16:51 UTC by zarevucky.jiri
Modified: 2009-09-25 23:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GnuTLS VAPI (65.17 KB, text/x-vala)
2009-09-07 16:51 UTC, zarevucky.jiri
Details
GnuTLS VAPI (66.21 KB, text/x-vala)
2009-09-15 20:08 UTC, zarevucky.jiri
Details

Description zarevucky.jiri 2009-09-07 16:51:58 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.
Comment 1 Jürg Billeter 2009-09-15 19:55:39 UTC
Are you aware about the GIO-based TLS support in the gnio repo? You can find it at http://git.gnome.org/cgit/gnio/
Comment 2 Jürg Billeter 2009-09-15 19:59:08 UTC
Can you please add a copyright/license header to the vapif ile for completeness?
Comment 3 zarevucky.jiri 2009-09-15 20:02:03 UTC
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.
Comment 4 zarevucky.jiri 2009-09-15 20:08:51 UTC
Created attachment 143247 [details]
GnuTLS VAPI

Added license and copyright notice.
Comment 5 Jürg Billeter 2009-09-15 20:40:24 UTC
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.
Comment 6 Fabio Durán Verdugo 2009-09-25 23:44:32 UTC
*** Bug 596390 has been marked as a duplicate of this bug. ***