Re: adding a new custom ciphersuite to NSS (to be used by Thunderbird for TLS establishment)
Ángel <[email protected]> Fri, 01 Dec 2017 03:41:27 +0100
| Newsgroups | gmane.comp.mozilla.security |
|---|---|
| Message-ID | <[email protected]> |
On 2017-11-30 at 00:20 -0800, f masood via dev-security wrote: > *** Update # 6 *** > > Something is related to internet I beleive. > > 1 If my INTERNT is not working the THUNDERBIRD application gets started. And in offline mode (without INTERNET on my system) I can go and browse the application. > > 2 But as soon I add my ACCOUNT details and try to CONNECT, the application crashes. > > 3 Wireshark unable to capture any traffic / packets. > > > Any guide about my patch / changes I have done or any help ? Your patch crashes the application. If you don't have internet, thunderbird doesn't try to use your code, and that's why it works in such case. Have you tried opening thunderbird in your debugger? Crashes like this are easier to find with one. Best regards