]> git.ipfire.org Git - thirdparty/hostap.git/commit
Remove unneeded OpenSSL error messages from key/cert parsing
authorJouni Malinen <jouni.malinen@atheros.com>
Tue, 22 Feb 2011 20:19:55 +0000 (22:19 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 22 Feb 2011 20:19:55 +0000 (22:19 +0200)
commiteffab86ff2f6b092eff2af3e1e37f46491b66e15
tree51961334ab7ae420bdb9ffd8e0e0d2f490767ee6
parent58708b3bd1ccedc246b6fc5c6927c39b68107258
Remove unneeded OpenSSL error messages from key/cert parsing

If parsing of the certificate or private key succeeds using any of
the tried encoding types, clear the OpenSSL error queue without
showing the pending errors in debug log since they do not really
provide any useful output and can be confusing.
src/crypto/tls_openssl.c