Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 641885 Details for
Bug 806588
Disable SSL PKCS #11 bypass at build time
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Return failure if caller mistakenly requests bypass at runtime
nss-ssl-enforce-no-pkcs11-bypass.path (text/plain), 742 bytes, created by
Elio Maldonado Batiz
on 2012-11-09 23:30:49 UTC
(
hide
)
Description:
Return failure if caller mistakenly requests bypass at runtime
Filename:
MIME Type:
Creator:
Elio Maldonado Batiz
Created:
2012-11-09 23:30:49 UTC
Size:
742 bytes
patch
obsolete
>diff -up ./mozilla/security/nss/lib/ssl/derive.c.nobypass ./mozilla/security/nss/lib/ssl/derive.c >diff -up ./mozilla/security/nss/lib/ssl/sslsock.c.nobypass ./mozilla/security/nss/lib/ssl/sslsock.c >--- ./mozilla/security/nss/lib/ssl/sslsock.c.nobypass 2012-10-07 15:12:25.455307540 -0700 >+++ ./mozilla/security/nss/lib/ssl/sslsock.c 2012-10-07 15:21:27.229346754 -0700 >@@ -547,8 +547,8 @@ static PRStatus SSL_BypassRegisterShutdo > static PRStatus SSL_BypassSetup(void) > { > #ifdef NO_PKCS11_BYPASS >- /* Guarantee binary compatibility */ >- return PR_SUCCESS; >+ /* We can safely return failure as we have never supported it */ >+ return PR_FALSE; > #else > return PR_CallOnce(&setupBypassOnce, &SSL_BypassRegisterShutdown); > #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 806588
:
572564
|
574100
|
577475
|
584430
|
594623
|
594787
| 641885