Author: rjung
Date: Sat Aug 19 22:20:56 2017
New Revision: 1805530
URL: http://svn.apache.org/viewvc?rev=1805530&view=rev
Log:
Tone down log message for new OpenSSLConf
from info to debug.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java
tomcat/trunk/java/org/apache
Am 16.08.2017 um 23:38 schrieb Rainer Jung:
Am 16.08.2017 um 14:45 schrieb Rainer Jung:
Am 13.08.2017 um 19:37 schrieb Mark Thomas:
On 13/08/17 16:42, Rainer Jung wrote:
Hi,
OpenSSl has an API named SSL_CONF_cmd. Te API allows application using
OpenSSL to no longer implement an application sp
Assume tcantive and OpenSSL is available.
When using the AprLifecycleListener with useOpenssl="true" (default) and
useAprConnector="false" (also default) with a Java NIO or NIO2 connector
and *not* setting the sslImplementationName one gets warnings for each
config item which is OpenSSL only.
Author: rjung
Date: Sat Aug 19 21:35:50 2017
New Revision: 1805529
URL: http://svn.apache.org/viewvc?rev=1805529&view=rev
Log:
Update enabledProtocols and enabledCiphers
in SSLHostConfig after OpenSSLConf has been
applied.
This is needed, because the Manager webapp
feature of listing the current
Author: rjung
Date: Sat Aug 19 21:32:23 2017
New Revision: 1805528
URL: http://svn.apache.org/viewvc?rev=1805528&view=rev
Log:
Add support for the OpenSSL SSL_CONF API when
using TLS with OpenSSL implementation.
This will need tcnative 1.2.13.
It can be used by adding OpenSSLConf elements
undern
Author: rjung
Date: Sat Aug 19 20:50:13 2017
New Revision: 1805527
URL: http://svn.apache.org/viewvc?rev=1805527&view=rev
Log:
Add access to tcnative SSL_CONF API
and some constants used by it.
Using the new API needs tcnative 1.2.13 though.
Added:
tomcat/trunk/java/org/apache/tomcat/jni/SSL
Author: rjung
Date: Sat Aug 19 20:49:09 2017
New Revision: 1805526
URL: http://svn.apache.org/viewvc?rev=1805526&view=rev
Log:
Add access to new native API SSLContext.getCiphers().
This needs tcnative 1.2.13 though.
Modified:
tomcat/trunk/java/org/apache/tomcat/jni/SSLContext.java
Modified:
Author: rjung
Date: Sat Aug 19 20:31:31 2017
New Revision: 1805525
URL: http://svn.apache.org/viewvc?rev=1805525&view=rev
Log:
When using a Java connector in combination with
the OpenSSL TLS implementation, do not configure
each SSL connection object via the OpenSSLEngine.
For OpenSSL the SSL obje
Author: rjung
Date: Sat Aug 19 20:20:49 2017
New Revision: 1805524
URL: http://svn.apache.org/viewvc?rev=1805524&view=rev
Log:
AVAILABLE_CIPHER_SUITES contains the ciphers with
JSSE names, so the check needs to be done before
replacing with the OpenSSL name.
Modified:
tomcat/trunk/java/org/ap
Author: rjung
Date: Sat Aug 19 20:14:48 2017
New Revision: 1805523
URL: http://svn.apache.org/viewvc?rev=1805523&view=rev
Log:
Fix a comment typo.
Modified:
tomcat/trunk/java/org/apache/tomcat/jni/SSL.java
Modified: tomcat/trunk/java/org/apache/tomcat/jni/SSL.java
URL:
http://svn.apache.org
Author: rjung
Date: Sat Aug 19 20:10:13 2017
New Revision: 1805522
URL: http://svn.apache.org/viewvc?rev=1805522&view=rev
Log:
Add support for the OpenSSL SSL_CONF API.
Added:
tomcat/native/trunk/native/src/sslconf.c (with props)
Modified:
tomcat/native/trunk/native/include/ssl_private.
Author: rjung
Date: Sat Aug 19 20:07:54 2017
New Revision: 1805521
URL: http://svn.apache.org/viewvc?rev=1805521&view=rev
Log:
Add SSLContext.getCiphers().
Note that for OpenSSL < 1.1.0 there is no
SSL_CTX_get_ciphers(), so we create a temporary
SSL from the SSL_CTX and use SSL_get_ciphers()
in t
https://bz.apache.org/bugzilla/show_bug.cgi?id=61289
Chuck Caldarale changed:
What|Removed |Added
Resolution|--- |INVALID
Status|REOPENED
https://bz.apache.org/bugzilla/show_bug.cgi?id=61289
hugo changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVALID
14 matches
Mail list logo