Posts Tagged ‘upgrade’

BIND DNSSEC incorrect checks for malformed signatures

Wednesday, January 14, 2009 16:30 No Comments

The DSA_do_verify() function from OpenSSL is used to determine if a DSA digital signature is valid.  When DNSSEC is used within BIND it uses DSA_do_verify() to verify DSA signatures, but checks the function return value incorrectly. How to upgrade it?

This was posted under category: Unix Tags: , , ,