Re: [PR] Fix bz67675 [tomcat]

2023-10-23 Thread via GitHub
michael-o commented on PR #674: URL: https://github.com/apache/tomcat/pull/674#issuecomment-1775942678 Thanks for the hard work. I will try this tomorrow/Wednesday! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] Fix bz67675 [tomcat]

2023-10-23 Thread via GitHub
michael-o commented on code in PR #674: URL: https://github.com/apache/tomcat/pull/674#discussion_r1369211534 ## test/org/apache/tomcat/util/net/jsse/TestPEMFile.java: ## @@ -118,4 +127,17 @@ private String getPath(String file) throws IOException { return f.getCanonic

Re: [PR] Fix bz67675 [tomcat]

2023-10-23 Thread via GitHub
michael-o commented on PR #674: URL: https://github.com/apache/tomcat/pull/674#issuecomment-1775933882 The more ASN.1 I see in Tomcat the more I think is that we should import Kerby ASN.1 at some point in time... -- This is an automated message from the Apache Git Service. To respond to t

Buildbot success in on tomcat-9.0.x

2023-10-23 Thread buildbot
Build status: Build succeeded! Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/37/builds/741 Blamelist: Mark Thomas , Michael Osipov , remm Build Text: build successful Status Detected: restored build Build Source Stamp: [branch 9.0.x] a28c36053622aabd9375d5a65ca88ba19fb522f1

Re: [PR] Fix bz67675 [tomcat]

2023-10-23 Thread via GitHub
michael-o commented on code in PR #674: URL: https://github.com/apache/tomcat/pull/674#discussion_r1369136617 ## java/org/apache/tomcat/util/net/jsse/PEMFile.java: ## @@ -64,8 +66,40 @@ public class PEMFile { private static final byte[] OID_EC_PUBLIC_KEY = ne

Re: [PR] Fix bz67675 [tomcat]

2023-10-23 Thread via GitHub
michael-o commented on PR #674: URL: https://github.com/apache/tomcat/pull/674#issuecomment-1775825928 There is also AES128 with OpenSSL anf should be tried as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[Bug 67675] Tomcat and/or Java do not read encrypted private keys with DES-EDE3-CBC generated by openssl-req(1)

2023-10-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67675 --- Comment #16 from Mark Thomas --- See https://github.com/apache/tomcat/pull/674 That should support any cert the current code supports plus the OpenSSL defaults. It is possible there are other combinations that need to be supported. It sho

Re: Non preview FFM (formerly known as Panama) API

2023-10-23 Thread Rémy Maucherat
On Mon, Oct 23, 2023 at 6:57 PM Mark Thomas wrote: > > On 20/10/2023 08:30, Rémy Maucherat wrote: > > > > > Assuming Mark accepts working with an alpha build of Java 22 to > > produce the releases of Tomcat 11, it is now possible to merge the > > OpenSSL code. > > I'm fine with that. Java 22 will

Re: Non preview FFM (formerly known as Panama) API

2023-10-23 Thread Mark Thomas
On 20/10/2023 08:30, Rémy Maucherat wrote: Assuming Mark accepts working with an alpha build of Java 22 to produce the releases of Tomcat 11, it is now possible to merge the OpenSSL code. I'm fine with that. Java 22 will be released before Tomcat 11 will be able to go stable. The idea is

[tomcat] branch 8.5.x updated: Infer KeyStore type when configuring a KeyStore directly

2023-10-23 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 7af21f6b75 Infer KeyStore type when configuring a K

[tomcat] branch 9.0.x updated: Infer KeyStore type when configuring a KeyStore directly

2023-10-23 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new a28c360536 Infer KeyStore type when configuring a K

[tomcat] branch 10.1.x updated: Infer KeyStore type when configuring a KeyStore directly

2023-10-23 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new cd4903db91 Infer KeyStore type when configuring a

[tomcat] branch main updated: Infer KeyStore type when configuring a KeyStore directly

2023-10-23 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 8096ce4a97 Infer KeyStore type when configuring a Key

Re: [tomcat] branch main updated: Add more complex password picker

2023-10-23 Thread Michael Osipov
Thanks for catching up! - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

[tomcat] branch main updated: Add more complex password picker

2023-10-23 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 683eee6cc5 Add more complex password picker 683eee6cc5

[Bug 64826] libtcnative prompts for private key password in some situations

2023-10-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64826 --- Comment #1 from Michael Osipov --- Last point has been addressed with Bug 66670. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscrib

Re: [PR] BZ 66670: Add SSLHostConfig#certificateKeyPasswordFile and SSLHostConfig#certificateKeystorePasswordFile [tomcat]

2023-10-23 Thread via GitHub
michael-o commented on PR #672: URL: https://github.com/apache/tomcat/pull/672#issuecomment-1774954495 Merged into all branches. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comme

Re: [PR] BZ 66670: Add SSLHostConfig#certificateKeyPasswordFile and SSLHostConfig#certificateKeystorePasswordFile [tomcat]

2023-10-23 Thread via GitHub
michael-o closed pull request #672: BZ 66670: Add SSLHostConfig#certificateKeyPasswordFile and SSLHostConfig#certificateKeystorePasswordFile URL: https://github.com/apache/tomcat/pull/672 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[Bug 66670] Add SSLHostConfig#certificateKeyPasswordFile and SSLHostConfig#certificateKeystorePasswordFile

2023-10-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66670 Michael Osipov changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[tomcat] branch 8.5.x updated: BZ 66670: Add SSLHostConfig#certificateKeyPasswordFile and SSLHostConfig#certificateKeystorePasswordFile

2023-10-23 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo 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 8768cb1607 BZ 66670: Add SSLHostConfig#certifica

[tomcat] branch 9.0.x updated: BZ 66670: Add SSLHostConfig#certificateKeyPasswordFile and SSLHostConfig#certificateKeystorePasswordFile

2023-10-23 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 3d8db8cd57 BZ 66670: Add SSLHostConfig#certifica

[tomcat] branch 10.1.x updated: BZ 66670: Add SSLHostConfig#certificateKeyPasswordFile and SSLHostConfig#certificateKeystorePasswordFile

2023-10-23 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 62bbe46266 BZ 66670: Add SSLHostConfig#certifi

[tomcat] branch main updated: BZ 66670: Add SSLHostConfig#certificateKeyPasswordFile and SSLHostConfig#certificateKeystorePasswordFile

2023-10-23 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new b1d20cc6b0 BZ 66670: Add SSLHostConfig#certificate

[tomcat] branch main updated: Improve error propagation for various init errors

2023-10-23 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 1cefadc447 Improve error propagation for various init

[tomcat] branch main updated: Remove deprecation to align with latest JSP 4.0 API

2023-10-23 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new a171d4529f Remove deprecation to align with latest JS