The Following 3 Users Say Thank You to HtheB For This Useful Post: | ||
![]() |
2013-03-24
, 12:19
|
|
Posts: 1,974 |
Thanked: 1,834 times |
Joined on Mar 2013
@ india
|
#12
|
![]() |
2013-06-08
, 04:59
|
|
Posts: 1,974 |
Thanked: 1,834 times |
Joined on Mar 2013
@ india
|
#13
|
![]() |
2013-06-19
, 10:17
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#14
|
The Following 7 Users Say Thank You to AapoRantalainen For This Useful Post: | ||
![]() |
2015-04-01
, 08:23
|
Posts: 138 |
Thanked: 90 times |
Joined on Mar 2012
|
#16
|
The Following 2 Users Say Thank You to Tiran For This Useful Post: | ||
![]() |
2015-04-06
, 19:02
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#17
|
Source/dsslcipherswindow.cc if(sslv3 && tlsv10 && tlsv11 && tlsv12) protocol = QSsl::UnknownProtocol; - else if(sslv3 && tlsv10) - protocol = QSsl::TlsV1SslV3; else if(tlsv11 || tlsv12) protocol = QSsl::UnknownProtocol; else if(tlsv10) protocol = QSsl::TlsV1; else if(sslv3) protocol = QSsl::SslV3; else protocol = QSsl::UnknownProtocol;
www.HtheB.com
Please donate if you think I'm doing a good job.