Bug 1089476
Summary: | Firefox crashes when using opensc-pkcs11 authentication module | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Luca Giuzzi <luca.giuzzi> |
Component: | firefox | Assignee: | Gecko Maintainer <gecko-bugs-nobody> |
Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | urgent | Docs Contact: | |
Priority: | unspecified | ||
Version: | 20 | CC: | collura, gecko-bugs-nobody, gmazyland, kalevlember, nmavrogi, stefw, stransky, tmraz |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-04-28 12:17:49 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Luca Giuzzi
2014-04-19 13:42:42 UTC
The error messages presented by firefox (when it does not crash right away) upon attempting a secure connection are: a) An error occurred during a connection to serviziweb2.inps.it. Received incorrect handshakes hash values from peer. (Error code: ssl_error_bad_handshake_hash_value) b) An error occurred during a connection to serviziweb2.inps.it. security library: memory allocation failure. (Error code: sec_error_no_memory) Actually, I suppose that the first error is due to memory corruption rather than a wrong hash being sent from the peer. I have also opened an issue on the OpenSC bug tracker: https://github.com/OpenSC/OpenSC/issues/232 I add some further detail; perhaps the problem is with firefox NSS interface rather than opensc. 1) running opensc with debug options does not show anything abnormal 2) I have the exact same problem with the aurora version of firefox 3) usign opensc with google-chrome (after I enabled it with the following modutil -dbdir sql:.pki/nssdb/ -add "OpenSC" -libfile /usr/lib64/pkcs11/opensc-pkcs11.so ) does not show any corruption. Should that be reassigned to firefox then? Note that the authors of opensc have a mode called opensc-onepin that enables some hacks especially for firefox. I don't know whether that is relevant with your case though: https://bugzilla.redhat.com/show_bug.cgi?id=1077167#c3 I agree that the bug should be reassigned. (actually I have filed in the above referenced bug report on their bugzilla) Let's track this upstream. |