[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs core TLS support
From: |
Nikos Mavrogiannopoulos |
Subject: |
Re: Emacs core TLS support |
Date: |
Mon, 4 Oct 2010 08:24:46 +0200 |
2010/10/4 Ted Zlatanov <address@hidden>:
> SJ> Hm. Interesting, yes, it could do that. I'm not sure it makes sense to
> SJ> support at the C layer, but I'll think about it.
> Thanks. That would be very nice for talking to GnuTLS not only from
> Emacs, but from Perl and other scripting languages and even from the
> shell as well.
Keep in mind that gnutls is a C library. Doing something like that it is pretty
unusual for a C API. This can be done at a higher level on the wrapper libraries
sometimes more easily.
regards,
Nikos