[Help-gnutls] 1.2.9 release candidate

Daniel Stenberg daniel at haxx.se
Tue Nov 1 10:01:08 CET 2005


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





More information about the Gnutls-help mailing list