]> git.ipfire.org Git - thirdparty/tor.git/commit
Return -1 from our PEM password callback
authorNick Mathewson <nickm@torproject.org>
Wed, 16 May 2018 15:39:42 +0000 (11:39 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 16 May 2018 15:39:42 +0000 (11:39 -0400)
commit881f7157f648eb8a39e5dfd3efb95951ee7ac215
treed9c9d0fe0fb554fa6510b9be598708bcd5641d6f
parent033e4723f3651062779ff64a619ec526950857f5
Return -1 from our PEM password callback

Apparently, contrary to its documentation, this is how OpenSSL now
wants us to report an error.

Fixes bug 26116; bugfix on 0.2.5.16.
changes/bug26116 [new file with mode: 0644]
src/common/crypto.c