help-gnutls
[Top][All Lists]
Advanced

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

Re: [Help-gnutls] 1.2.9 release candidate


From: Daniel Stenberg
Subject: Re: [Help-gnutls] 1.2.9 release candidate
Date: Tue, 1 Nov 2005 10:01:08 +0100 (CET)

On Fri, 28 Oct 2005, Simon Josefsson wrote:

GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD2,
GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD5: New gnutls_certificate_verify_flags values.

Any ideas on how we can know at compile-time if these are present or not? Them being enum values make it rather tricky since we can't simply do:

#ifdef GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD2
flags | = GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD2;
#endif

or similar. Of course I can make a configure-check for them, but it would be nice with some simple preprocessor magic...

--
         -=- Daniel Stenberg -=- http://daniel.haxx.se -=-
  ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol




reply via email to

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