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 887488 Details for
Bug 1089206
Upgrade tomcat-native to 1.1.30 from 1.1.27
[?]
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]
Patch for upstream Bz56396 issue
tomcat-native-1.1.30-BZ56396.patch (text/plain), 646 bytes, created by
Mladen Turk
on 2014-04-18 09:20:36 UTC
(
hide
)
Description:
Patch for upstream Bz56396 issue
Filename:
MIME Type:
Creator:
Mladen Turk
Created:
2014-04-18 09:20:36 UTC
Size:
646 bytes
patch
obsolete
>--- tomcat-native-1.1.30-src/jni/native/src/ssl.c >+++ tomcat-native-1.1.30-src/jni/native/src/ssl.c >@@ -222,10 +222,21 @@ > static int ssl_tmp_key_init_rsa(int bits, int idx) > { > if (!(SSL_temp_keys[idx] = >- RSA_generate_key(bits, RSA_F4, NULL, NULL))) >+ RSA_generate_key(bits, RSA_F4, NULL, NULL))) { >+#ifdef OPENSSL_FIPS >+ /** >+ * With FIPS mode short RSA keys cannot be >+ * generated. >+ */ >+ if (bits < 1024) >+ return 0; >+ else >+#endif > return 1; >- else >+ } >+ else { > return 0; >+ } > } > > static int ssl_tmp_key_init_dh(int bits, int idx)
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 1089206
: 887488