commit | 48b7cb8ea2fb5a25a010a6c15bc55c27f7cd4975 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Mon Mar 11 15:59:03 2013 +0100 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Mon Mar 11 15:59:03 2013 +0100 |
tree | a10aeae702f5f8f3612a118bb676258b21305120 | |
parent | 6a229c1f8c1e79a9a57ce9c519e146037b1b4c73 [diff] |
Disable debug messages that can introduce a timing side channel. Introduced the POLARSSL_SSL_DEBUG_ALL flag to enable all these debug messages in case somebody does want to see the reason checks fail. (cherry picked from commit d66f070d492ef75405baad9f0d018b1bd06862c8) Conflicts: include/polarssl/config.h library/ssl_tls.c