https://bz.apache.org/bugzilla/show_bug.cgi?id=57969
Violeta Georgieva changed:
What|Removed |Added
CC||ktmnea...@gmail.com
--- Comment #3
https://bz.apache.org/bugzilla/show_bug.cgi?id=58059
Violeta Georgieva changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=58059
Bug ID: 58059
Summary: Value for @PathParam annotated variable in @OnOpen is
not correct
Product: Tomcat 8
Version: 8.0.23
Hardware: PC
Status: NEW
The Buildbot has detected a build exception on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/1426
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSc
Author: markt
Date: Fri Jun 19 21:20:02 2015
New Revision: 1686501
URL: http://svn.apache.org/r1686501
Log:
First pass at an implementation that supports multiple certificate types for
all connectors.
Smoke test (SNI with 2 hosts with NIO) passes.
Further testing required.
Configuration via serve
The Buildbot has detected a new failure on builder tomcat-trunk while building
ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/1425
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSchedu
Author: markt
Date: Fri Jun 19 20:33:16 2015
New Revision: 1686499
URL: http://svn.apache.org/r1686499
Log:
Correct multiple certificate configuration plumbing.
APR/native can handle multiple certificates in a single 'SSLContext'
JSSE needs one 'SSLContext' per certificate
Get key/certificate sel
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/1424
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
Author: markt
Date: Fri Jun 19 20:10:23 2015
New Revision: 1686497
URL: http://svn.apache.org/r1686497
Log:
Complete the OpenSSL configuration plumbing for multiple certificates per
virtual host
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java
tomcat/trunk/java/org
I'm looking at integrating multiple certificate support with APR/native
and the new OpenSSLContext.
I have a query about the following method that I hope those that have
been working in this area recently will be able to answer.
SSLContext.setCertificate(long ctx, String cert, String key,
The Buildbot has detected a build exception on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/1423
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSc
Author: markt
Date: Fri Jun 19 19:38:20 2015
New Revision: 1686490
URL: http://svn.apache.org/r1686490
Log:
Complete the JSSE configuration plumbing for multiple certificates per virtual
host
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/SSLHostConfig.java
tomcat/trunk/java/org/
Author: markt
Date: Fri Jun 19 19:14:08 2015
New Revision: 1686484
URL: http://svn.apache.org/r1686484
Log:
These fields have defaults so they are not required
Modified:
tomcat/trunk/webapps/docs/config/http.xml
Modified: tomcat/trunk/webapps/docs/config/http.xml
URL:
http://svn.apache.org/
Author: markt
Date: Fri Jun 19 19:11:11 2015
New Revision: 1686483
URL: http://svn.apache.org/r1686483
Log:
Some more plumbing to support multiple certificates per virtual host
Added:
tomcat/trunk/java/org/apache/tomcat/util/net/SSLHostConfigCertificate.java
(with props)
Modified:
tomc
Author: remm
Date: Fri Jun 19 16:37:49 2015
New Revision: 1686445
URL: http://svn.apache.org/r1686445
Log:
Cleanup.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/FastHttpDateFormat.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/http/FastHttpDateFormat.java
URL:
http://svn
On 19 June 2015 at 17:06, wrote:
> Author: remm
> Date: Fri Jun 19 16:06:55 2015
> New Revision: 1686442
>
> URL: http://svn.apache.org/r1686442
> Log:
> Add IAE, although it cannot happen.
>
> Modified:
> tomcat/trunk/java/org/apache/tomcat/util/http/FastHttpDateFormat.java
>
> Modified:
>
https://bz.apache.org/bugzilla/show_bug.cgi?id=58058
Bug ID: 58058
Summary: Library _instance needs to be volatile
Product: Tomcat Native
Version: unspecified
Hardware: PC
OS: Mac OS X 10.4
Status: NEW
Sev
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/1420
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
Author: remm
Date: Fri Jun 19 16:06:55 2015
New Revision: 1686442
URL: http://svn.apache.org/r1686442
Log:
Add IAE, although it cannot happen.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/FastHttpDateFormat.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/http/FastHttpDateF
On 19 June 2015 at 16:16, wrote:
> Author: remm
> Date: Fri Jun 19 15:16:51 2015
> New Revision: 1686432
>
> URL: http://svn.apache.org/r1686432
> Log:
> Remove unused shared formats.
>
> Modified:
> tomcat/trunk/java/org/apache/tomcat/util/http/FastHttpDateFormat.java
>
> Modified:
> tomcat
https://bz.apache.org/bugzilla/show_bug.cgi?id=58057
Sebb changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
On 23 May 2015 at 10:44, wrote:
> Author: rjung
> Date: Sat May 23 09:44:41 2015
> New Revision: 1681300
>
> URL: http://svn.apache.org/r1681300
> Log:
> Make tcnative trunk more consistent with 1.1 branch:
>
> - use externals for jni Java classes, but here
> pointing to TC trunk
>
> - remove d
https://bz.apache.org/bugzilla/show_bug.cgi?id=58056
Remy Maucherat changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=58053
Remy Maucherat changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=58057
Bug ID: 58057
Summary: Inc
Product: Tomcat Native
Version: unspecified
Hardware: PC
OS: Mac OS X 10.4
Status: NEW
Severity: normal
Priority: P
The Buildbot has detected a new failure on builder tomcat-trunk while building
ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/1419
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSchedu
Author: remm
Date: Fri Jun 19 15:16:51 2015
New Revision: 1686432
URL: http://svn.apache.org/r1686432
Log:
Remove unused shared formats.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/FastHttpDateFormat.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/http/FastHttpDateFormat.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58056
Bug ID: 58056
Summary: FastHttpDateFormat.formats - non-synchronised access
to SimpleDateFormat
Product: Tomcat 9
Version: unspecified
Hardware: All
OS: A
Author: markt
Date: Fri Jun 19 14:30:10 2015
New Revision: 1686425
URL: http://svn.apache.org/r1686425
Log:
Additional reference missed in r1686424
Modified:
tomcat/trunk/webapps/docs/config/http.xml
Modified: tomcat/trunk/webapps/docs/config/http.xml
URL:
http://svn.apache.org/viewvc/tomca
Author: markt
Date: Fri Jun 19 14:29:03 2015
New Revision: 1686424
URL: http://svn.apache.org/r1686424
Log:
Remove support for certificateChainFile. httpd has deprecated it and it doesn't
play nicely with multiple certificate types.
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Abstra
Author: markt
Date: Fri Jun 19 14:17:43 2015
New Revision: 1686421
URL: http://svn.apache.org/r1686421
Log:
Some plumbing for supporting multiple certificate types for a virtual host
Incomplete and untested
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/AbstractJsseEndpoint.java
t
https://bz.apache.org/bugzilla/show_bug.cgi?id=58055
Mark Thomas changed:
What|Removed |Added
Resolution|--- |MOVED
OS|
https://bz.apache.org/bugzilla/show_bug.cgi?id=58055
Bug ID: 58055
Summary: initConnectionSqls property of Resource inside
context.xml has issues when Oracle is used as database
server
Product: Tomcat 7
Version: 7
Author: markt
Date: Fri Jun 19 13:40:57 2015
New Revision: 1686415
URL: http://svn.apache.org/r1686415
Log:
Also extract cipher suites from TLS client-hello. Will be used to support
multiple certificate types per virtual host.
Untested.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/1415
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
Author: markt
Date: Fri Jun 19 13:26:52 2015
New Revision: 1686410
URL: http://svn.apache.org/r1686410
Log:
More renaming since the extractor will be used to extract more than just the
SNI information
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java
tomcat/tr
Author: markt
Date: Fri Jun 19 13:24:27 2015
New Revision: 1686409
URL: http://svn.apache.org/r1686409
Log:
Rename since it is going to be used to extract more than just the SNI
information
Added:
tomcat/trunk/java/org/apache/tomcat/util/net/TLSClientHelloExtractor.java
- copied, chang
Author: jfclere
Date: Fri Jun 19 12:28:11 2015
New Revision: 1686397
URL: http://svn.apache.org/r1686397
Log:
Add missing initialization.
Modified:
tomcat/native/trunk/native/src/sslnetwork.c
Modified: tomcat/native/trunk/native/src/sslnetwork.c
URL:
http://svn.apache.org/viewvc/tomcat/nati
The Buildbot has detected a build exception on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/1414
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSc
Author: markt
Date: Fri Jun 19 11:20:46 2015
New Revision: 1686389
URL: http://svn.apache.org/r1686389
Log:
Remove commented out Ciphers
Modified:
tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java
Modified:
tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl
Author: markt
Date: Fri Jun 19 11:19:56 2015
New Revision: 1686388
URL: http://svn.apache.org/r1686388
Log:
Fix IDE / Javadoc errors
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/viewvc/tomcat
Author: markt
Date: Fri Jun 19 11:18:08 2015
New Revision: 1686386
URL: http://svn.apache.org/r1686386
Log:
Preparation for supporting multiple certificate types.
Add the cipher ID to the cipher enumeration.
Add some additional commentary to explain gaps etc.
Modified:
tomcat/trunk/java/org/a
Author: markt
Date: Fri Jun 19 11:17:07 2015
New Revision: 1686385
URL: http://svn.apache.org/r1686385
Log:
Clean up the IDE warnings
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/openssl/CipherSuiteConverter.java
tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLConte
Author: markt
Date: Fri Jun 19 11:12:35 2015
New Revision: 1686384
URL: http://svn.apache.org/r1686384
Log:
Fix Javadoc nags
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java
tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLServerSessionContext
https://bz.apache.org/bugzilla/show_bug.cgi?id=58053
Bug ID: 58053
Summary: Use loop rather than assuming the size of the array
won't change
Product: Tomcat 9
Version: unspecified
Hardware: All
OS: All
Author: markt
Date: Fri Jun 19 08:39:12 2015
New Revision: 1686373
URL: http://svn.apache.org/r1686373
Log:
Another reference
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java
URL:
https://bz.apache.org/bugzilla/show_bug.cgi?id=58052
Remy Maucherat changed:
What|Removed |Added
Summary|RewriteValve: Rewrite to a |RewriteValve: Implement
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/1412
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
https://bz.apache.org/bugzilla/show_bug.cgi?id=58052
Volker Voßkämper changed:
What|Removed |Added
Resolution|INVALID |FIXED
--- Comment #3 from Volker Vo
Author: markt
Date: Fri Jun 19 08:00:58 2015
New Revision: 1686371
URL: http://svn.apache.org/r1686371
Log:
More:
- references
- cipher IDs
- corrections to strength bits
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java
Modified: tomcat/trunk/java/org/apache/to
https://bz.apache.org/bugzilla/show_bug.cgi?id=58052
Remy Maucherat changed:
What|Removed |Added
Resolution|--- |INVALID
Status|NEW
Author: remm
Date: Fri Jun 19 07:12:34 2015
New Revision: 1686370
URL: http://svn.apache.org/r1686370
Log:
Votes
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1686370&r1=1686369&r2=16
52 matches
Mail list logo