[GitHub] [tomcat] xiezhaokun commented on a change in pull request #462: Add support for password-based encryption scheme 2 params (PBES2)

2021-12-27 Thread GitBox
xiezhaokun commented on a change in pull request #462: URL: https://github.com/apache/tomcat/pull/462#discussion_r775711336 ## File path: java/org/apache/tomcat/util/net/jsse/PEMFile.java ## @@ -210,6 +214,14 @@ public PrivateKey toPrivateKey(String password, String keyAlgorit

[Bug 65767] Add support for password-based encryption scheme 2 params (PBES2)

2021-12-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65767 --- Comment #7 from xiezhaokun <1016340...@qq.com> --- (In reply to Michael Osipov from comment #3) > Is this maybe related to > https://github.com/kaikramer/keystore-explorer/issues/308? > > Which Java version do you use? jdk11.0.12 -- You

Re: [OT] Forthcoming PEM utility code

2021-12-27 Thread Christopher Schultz
Michael, On 12/27/21 11:32, Michael Osipov wrote: Am 2021-12-27 um 17:13 schrieb Christopher Schultz: Michael, All, I haven't actually committed any source yet, as I'm still polishing it up a bit but I intend to release a bunch of PEM-related code on GH under this repository: https://githu

Re: [OT] Forthcoming PEM utility code

2021-12-27 Thread Michael Osipov
Am 2021-12-27 um 17:13 schrieb Christopher Schultz: Michael, All, I haven't actually committed any source yet, as I'm still polishing it up a bit but I intend to release a bunch of PEM-related code on GH under this repository: https://github.com/ChristopherSchultz/pem-utils The license is A

[OT] Forthcoming PEM utility code

2021-12-27 Thread Christopher Schultz
Michael, All, I haven't actually committed any source yet, as I'm still polishing it up a bit but I intend to release a bunch of PEM-related code on GH under this repository: https://github.com/ChristopherSchultz/pem-utils The license is AL2. The expectation is that most common types of cry

[Bug 65767] Add support for password-based encryption scheme 2 params (PBES2)

2021-12-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65767 --- Comment #6 from Michael Osipov --- (In reply to Christopher Schultz from comment #5) > "Bug" may be a strong work, here. I should have said something closer to > "missing feature". > > https://bugs.openjdk.java.net/browse/JDK-8231581 > >

[Bug 65767] Add support for password-based encryption scheme 2 params (PBES2)

2021-12-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65767 --- Comment #5 from Christopher Schultz --- "Bug" may be a strong work, here. I should have said something closer to "missing feature". https://bugs.openjdk.java.net/browse/JDK-8231581 Fetching all the information from the ASN.1 structure man

[GitHub] [tomcat] ChristopherSchultz commented on a change in pull request #462: Add support for password-based encryption scheme 2 params (PBES2)

2021-12-27 Thread GitBox
ChristopherSchultz commented on a change in pull request #462: URL: https://github.com/apache/tomcat/pull/462#discussion_r775542058 ## File path: java/org/apache/tomcat/util/net/jsse/PEMFile.java ## @@ -210,6 +214,14 @@ public PrivateKey toPrivateKey(String password, String ke

[Bug 65767] Add support for password-based encryption scheme 2 params (PBES2)

2021-12-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65767 --- Comment #4 from Christopher Schultz --- Sorry, I misunderstood the request, slightly. -- You are receiving this mail because: You are the assignee for the bug. - To unsub

[Bug 65767] Add support for password-based encryption scheme 2 params (PBES2)

2021-12-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65767 --- Comment #3 from Michael Osipov --- Is this maybe related to https://github.com/kaikramer/keystore-explorer/issues/308? Which Java version do you use? -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 65767] Add support for password-based encryption scheme 2 params (PBES2)

2021-12-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65767 --- Comment #2 from Christopher Schultz --- This is actually a bug in the JRE itself and not Tomcat, but it's something that we can probably work around. The definition of this thing is here: https://datatracker.ietf.org/doc/html/rfc2898#appen