MyHush / hush

Hush is a fork of Zcash focused on secure communications
https://myhush.org
Other
67 stars 37 forks source link

add ERR_clear_error() before all SSL_* calls #70

Closed kentsommer closed 6 years ago

kentsommer commented 6 years ago

This pulls in the fix for a TLS implementation bug that could allow for DoS.

The fix is to add ERR_clear_error() before all SSL_* calls to properly clear the queue so as not to read in an old error.

Related issue: https://github.com/ZencashOfficial/zen/issues/93

jenkins-hush commented 6 years ago

all tests passed