help-gnutls
[Top][All Lists]
Advanced

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

Re: C++ classes


From: Sam Varshavchik
Subject: Re: C++ classes
Date: Mon, 24 Sep 2012 18:35:28 -0400

Nikos Mavrogiannopoulos writes:

On 09/24/2012 07:02 AM, Sam Varshavchik wrote:

> Earlier this year I mentioned that I was working on C++ classes that
> used the GnuTLS library. This was not really a dedicated set of C++
> classes, but a part of a larger collection of C++ classes and templates.
>
> The class library is now in a fairly usable shape: http://www.libcxx.org
> – its GnuTLS portion (http://www.libcxx.org/gnutls.html) does not C++ify
> all parts of the GnuTLS library API, just the bits needed to establish
> client and server-side TLS session, and certificate management.


Thank you. I'll update the web site (savanah seems to be down) to
mention that.

btw. I notice that you discuss the RSA-EXPORT ciphersuites. Is there any
particular reason for that? They are not be used today and I'm not aware
of any countries that specifically allow them but not the strong ones. I
plan to remove them from gnutls completely in one of the upcoming releases.

No particular reason, just that they were always there, so I always had some code that chewed them. As soon as they don't compile any more, I'll get rid of them.

Are those functions marked as deprecated? I pay attention to compiler warnings, but I don't recall seeing any warnings about them.

Attachment: pgpITOoWyVDAU.pgp
Description: PGP signature


reply via email to

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