gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tls iwthout sockets


From: Simon Josefsson
Subject: Re: tls iwthout sockets
Date: Mon, 25 May 2009 10:07:55 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.93 (gnu/linux)

Trixter aka Bret McDanel <address@hidden> writes:

> I have a quirky app that while connection based is not tcp based.  I am
> looking for some way to use tls (or something comparable in terms of
> peer review, security, etc) for authentication of both ends of the
> connection.
>
> Is there an example of how to use gnutls without it managing the socket?

Nikos answered, but I just wanted to add that you can see the mini.c for
an example how to write a GnuTLS application with both client and server
code in it without any sockets:

http://git.savannah.gnu.org/cgit/gnutls.git/tree/tests/mini.c

> Is there something better than TLS for authentication (may be anonymous
> or certificate based) given the fact that it wont be over a tcp link?

There is IPSEC but it seems TLS is better here.  You could also consider
stored security formats like OpenPGP or S/MIME.

/Simon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]