]> git.ipfire.org Git - thirdparty/tor.git/commit
Correctly detect error from SSL_CTX_set1_groups_list.
authorNick Mathewson <nickm@torproject.org>
Wed, 23 Apr 2025 12:46:17 +0000 (08:46 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 23 Apr 2025 12:46:17 +0000 (08:46 -0400)
commitb7927946fdd73aecb86fb7c76ee4adb7a80e71e1
treec3adbd178073893c30cc53a0192fddb0ab3d730a
parentcc9a9b1bdd100e074e4df07f12269f3191ebb3d2
Correctly detect error from SSL_CTX_set1_groups_list.

Previously our code was checking for '< 0', but the error return value for
this function _is_ zero.
src/lib/tls/tortls_openssl.c