Custom Query (8117 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (433 - 435 of 8117)

Ticket Resolution Summary Owner Reporter
#10842 rejected trust certificate Tommy Wu
Description
  1. for save trust certificate, depend on the current chosen certificate in chain, if not the first one, use certificate's CN as Host, and set Port to 0
  2. when we need to check the certificate is trusted or not, check all certificates in the chain, not just the first one, if someone is trusted, then trust this certificate.
#11005 fixed GetUser()/GetPass() in CProxySocket should use fz::to_wstring_from_utf8() Tommy Wu
Description

in CProxySocket, it set m_user/m_pass from UTF-8 via fz::to_utf8(). but GetUser() and GetPass() only convert it from std::string to std::wstring, it might get wrong string for unicode username/password.

#11048 fixed fix EPSV parsing in FZ 3.22.2-rc1 Tommy Wu
Description

it's failed to connect via HTTP proxy in 3.22.2-rc1. can't get the correct port number in EPSV response.

this patch will fix this issue.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.