You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Function SSL_CTX_use_PrivateKey() returns 1 on success. Otherwise need to check out the error stack to find out the reason. However , the return value of function SSL_CTX_use_PrivateKey() is not checked on line 770. See the following code:
Function SSL_CTX_use_PrivateKey() returns 1 on success. Otherwise need to check out the error stack to find out the reason. However , the return value of function SSL_CTX_use_PrivateKey() is not checked on line 770. See the following code:
line: 770
sslsplit/pxyconn.c
Lines 770 to 775 in 19a16bd
=================================================================================
We find the return value of this call been checked in the same file
Such as,
line: 1150
sslsplit/pxyconn.c
Lines 1150 to 1151 in 19a16bd
Chi Li, Zuxing Gu, Jiecheng Wu
The text was updated successfully, but these errors were encountered: