PR: 1731 and maybe 2197
[openssl.git] / ssl / d1_both.c
index 7ca3405efbb0fa393cb6357326eb9e31ee7d5607..0242f1e4da00f510dae5871e2e55724e62b2aad2 100644 (file)
@@ -886,6 +886,8 @@ unsigned long dtls1_output_cert_chain(SSL *s, X509 *x)
                        }
   
                X509_verify_cert(&xs_ctx);
+               /* Don't leave errors in the queue */
+               ERR_clear_error();
                for (i=0; i < sk_X509_num(xs_ctx.chain); i++)
                        {
                        x = sk_X509_value(xs_ctx.chain, i);