Re: [Bug 60030] Run away CPU with JSSE / OpenSSL with IE8

2019-06-27 Thread Mark Thomas
On 27/06/2019 05:26, bugzi...@apache.org wrote: > https://bz.apache.org/bugzilla/show_bug.cgi?id=60030 > > --- Comment #5 from redball12345671211 --- Account disabled. Spam deleted. Mark - To unsubscribe, e-mail: dev-unsubscr.

Re: Unit Tests and OpenSSL Ciphers

2019-06-27 Thread Mark Thomas
On 26/06/2019 23:01, Igal Sapir wrote: > While testing Tomcat Native 1.2.23 two unit tests failed on my system: > > TEST-org.apache.tomcat.util.net.openssl.ciphers.TestCipher.APR.txt > TEST-org.apache.tomcat.util.net.openssl.ciphers.TestOpenSSLCipherConfigurationParser.APR.txt > > My build.proper

[tomcat] 01/02: Fix typo. Add comment on GOST ciphers

2019-06-27 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git commit d67d4910b309afd6b12f46ba3d780d38b37e8b79 Author: Mark Thomas AuthorDate: Thu Jun 27 16:44:57 2019 +0100 Fix typo. Ad

[tomcat] 02/02: Get tests passing with latest 1.0.2 code

2019-06-27 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 5fe84dedbd3038f0cfc9af723dcd303292e7da46 Author: Mark Thomas AuthorDate: Thu Jun 27 16:45:16 2019 +0100 Get tests pa

[tomcat] branch master updated (c474b0d -> 5fe84de)

2019-06-27 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from c474b0d Fix space new d67d491 Fix typo. Add comment on GOST ciphers new 5fe84de Get tests passing with la

[tomcat] 01/02: Fix typo. Add comment on GOST ciphers

2019-06-27 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit a5b3215ddb873e4e8de6d0b1edfd28ee950ef283 Author: Mark Thomas AuthorDate: Thu Jun 27 16:44:57 2019 +0100 Fix typo. Add

[tomcat] 02/02: Get tests passing with latest 1.0.2 code

2019-06-27 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 756cce5d3898bed56ffc5c9fec5d08339560e5a0 Author: Mark Thomas AuthorDate: Thu Jun 27 16:45:16 2019 +0100 Get tests pas

[tomcat] branch 8.5.x updated (513e54c -> 756cce5)

2019-06-27 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 513e54c Obtain PEM files via ConfigFileLoader new a5b3215 Fix typo. Add comment on GOST ciphers new 756cce5

Re: Unit Tests and OpenSSL Ciphers

2019-06-27 Thread Mark Thomas
On 27/06/2019 14:49, Mark Thomas wrote: > On 26/06/2019 23:01, Igal Sapir wrote: >> While testing Tomcat Native 1.2.23 two unit tests failed on my system: >> >> TEST-org.apache.tomcat.util.net.openssl.ciphers.TestCipher.APR.txt >> TEST-org.apache.tomcat.util.net.openssl.ciphers.TestOpenSSLCipherCon

[Bug 63524] Private key must be accompanied by certificate chain

2019-06-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63524 --- Comment #7 from Mark Thomas --- There should be lines of headers / footers in each file starting "---". Can you list all the headers and footers present in each file please (this should help to ID the format being used). -- You are receiv

[GitHub] [tomcat] zhanhb opened a new pull request #175: Apply the suggestion in rfc7233

2019-06-27 Thread GitBox
zhanhb opened a new pull request #175: Apply the suggestion in rfc7233 URL: https://github.com/apache/tomcat/pull/175 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[Bug 63524] Private key must be accompanied by certificate chain

2019-06-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63524 --- Comment #8 from Arnaud Kleinveld --- (In reply to Mark Thomas from comment #7) > There should be lines of headers / footers in each file starting "---". Can > you list all the headers and footers present in each file please (this > should h

Re: Unit Tests and OpenSSL Ciphers

2019-06-27 Thread Igal Sapir
On 6/27/2019 8:56 AM, Mark Thomas wrote: The ciphers supported by Ubuntu have changed. You need to use: openssl ciphers -v ALL:eNULL to see all of them. The short version is that ARIA ciphers are now supported. test.openssl.unimplemented=IDEA should fix it. Thanks, Mark! The part that pu

[Bug 63524] Private key must be accompanied by certificate chain

2019-06-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63524 --- Comment #9 from Mark Thomas --- Thanks. That looks like a PEM encoded PKCS#1 key and a PEM encoded X509 cert. When I start 8.5.40 with those I don't see the error you see. I've tested with the oldest and latest versions of OpenSSL. I thin

[Bug 63531] New: Session staying alive across different context paths

2019-06-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63531 Bug ID: 63531 Summary: Session staying alive across different context paths Product: Tomcat 7 Version: 7.0.91 Hardware: PC OS: Mac OS X 10.1 Status: NEW

[Bug 63531] Session staying alive across different context paths

2019-06-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63531 --- Comment #1 from Mark Thomas --- I think this report is using the term "context path" incorrectly. Web applications on the same host have unique context paths and completely separate session managers (and hence sessions). Therefore, if separ

[tomcat] branch master updated: Space police

2019-06-27 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new ae26dcc Space police ae26dcc is described below

[tomcat] branch 8.5.x updated: Align with 9.0.x. Better messages and code clean-up.

2019-06-27 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new b998926 Align with 9.0.x. Better messages and code

[tomcat] branch 8.5.x updated: Polish

2019-06-27 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 88db4aa Polish 88db4aa is described below commit

[tomcat] branch master updated: Polish

2019-06-27 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 6744132 Polish 6744132 is described below commi

[tomcat] branch 7.0.x updated: Align with 8.5.x. Code clean up and improved i18n messages

2019-06-27 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new ecde67c Align with 8.5.x. Code clean up and improv

[Bug 63524] Private key must be accompanied by certificate chain

2019-06-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63524 --- Comment #10 from Christopher Schultz --- I realize that this conversation is headed in another direction, but... (In reply to Mark Thomas from comment #4) > OpenSSL can handle DER quite happily but the code we added to enable you to > swit

Re: [tomcat] 01/03: Add equivalent of openssl ciphers command

2019-06-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 6/26/19 12:11, ma...@apache.org wrote: > This is an automated email from the ASF dual-hosted git > repository. > > markt pushed a commit to branch 8.5.x in repository > https://gitbox.apache.org/repos/asf/tomcat.git > > commit 44035e99349