commit | 3d1e616d0bb9278a0291cc0a2a11178e1c1d9710 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Wed Sep 04 21:17:02 2013 +0400 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Wed Sep 04 21:17:02 2013 +0400 |
tree | d6bb32600b12e39399dfebde770b7e5a2601f51d | |
parent | f108b28038d519db51f0453217af6f25381e1265 [diff] |
SSL: clear error queue after SSL_CTX_load_verify_locations(). The SSL_CTX_load_verify_locations() may leave errors in the error queue while returning success (e.g. if there are duplicate certificates in the file specified), resulting in "ignoring stale global SSL error" alerts later at runtime.