Paul Wise
Paul Wise
BTW, the documentation for these tags is here: https://i18nspector.readthedocs.io/ -- bye, pabs https://bonedaddy.net/pabs3/
I don't think it is ever appropriate to include generated files in a source repository, especially not due to build dependencies. I am a proponent of always building from source...
The latest commits from yesterday have fixed this issue for me. Are there any more things that need fixing or can this issue be closed now?
I used the Pidgin NSS Preferences plugin to set the minimum TLS version to 1.0, set the maximum TLS version to 1.3 and enable all the ciphers that were disabled,...
The NSS release notes: [3.57](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.57_release_notes) [3.58](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.58_release_notes)
I used the Pidgin NSS Preferences plugin to disable TLS version 1.3 and this fixed the issue.
I recompiled NSS 3.58 with a revert for the [fix](https://hg.mozilla.org/projects/nss/rev/57bbefa793232586d27cee83e74411171e128361) for [CVE-2020-25648](https://security-tracker.debian.org/tracker/CVE-2020-25648) and that also fixed the issue.
I've filed a [bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1672703) against NSS asking the author of the patch for help with this issue.
It is looking like a bug in NSS, apparently it isn't compliant with the spec. The NSS developers are working on debugging and fixing it. -- bye, pabs https://bonedaddy.net/pabs3/
Mozilla developers [have](https://bugzilla.mozilla.org/show_bug.cgi?id=1672703#c13) [fixed](https://hg.mozilla.org/projects/nss/rev/b03a4fc5b902498414b02640dcb2717dfef9682f) this issue in NSS. I'm going to test their patch now.