[Bug 61583] Regression in PKCS11 keystores - incorrect alias being used

2017-10-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61583 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

[Bug 61583] Regression in PKCS11 keystores - incorrect alias being used

2017-10-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61583 --- Comment #7 from Daniel Ruggeri --- Hi, Mark; I can confirm that the preview build you shared corrects the problem... and I even detected no smoke! For testing, I was mistaken. The SunPKCS11 Provider does,

[Bug 61583] Regression in PKCS11 keystores - incorrect alias being used

2017-10-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61583 --- Comment #6 from Mark Thomas --- I think I have fixed this. Snapshot build available here: http://people.apache.org/~markt/dev/v8.5.24-dev/ If you could test and provide feedback that will be great. Note: This is a

[Bug 61583] Regression in PKCS11 keystores - incorrect alias being used

2017-10-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61583 --- Comment #5 from Mark Thomas --- I agree with Rémy's analysis. Since I messed this up, I'm happy to take a look at getting it fixed. First step will be setting up a software PKCS11 keystore for testing. Any pointers

[Bug 61583] Regression in PKCS11 keystores - incorrect alias being used

2017-10-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61583 --- Comment #4 from Daniel Ruggeri --- Sure, understood. If you can provide a jar, I can do testing to verify the change before committing. Thinking about the ability to test this ongoing, I *think* that the Oracle

[Bug 61583] Regression in PKCS11 keystores - incorrect alias being used

2017-10-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61583 jfclere changed: What|Removed |Added CC||jfcl...@gmail.com --

[Bug 61583] Regression in PKCS11 keystores - incorrect alias being used

2017-10-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61583 --- Comment #3 from Remy Maucherat --- After investigating, it would seem r1800874 has to be partially reverted since we cannot put the non PKCS8 key in the in memory keystore and may have to use the JSSEKeyManager wrapper

[Bug 61583] Regression in PKCS11 keystores - incorrect alias being used

2017-10-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61583 --- Comment #2 from Remy Maucherat --- It is true the alias setting will now only work if the key type is PKCS8. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 61583] Regression in PKCS11 keystores - incorrect alias being used

2017-10-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61583 Daniel Ruggeri changed: What|Removed |Added CC|

[Bug 61583] New: Regression in PKCS11 keystores - incorrect alias being used

2017-10-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61583 Bug ID: 61583 Summary: Regression in PKCS11 keystores - incorrect alias being used Product: Tomcat 8 Version: 8.5.23 Hardware: PC OS: Linux

Re: Regression with PKCS11 KeyStores?

2017-08-22 Thread Daniel Ruggeri
On 2017-08-22 02:24, Mark Thomas wrote: On 21/08/17 22:03, Daniel Ruggeri wrote: Hello, Tomcat devs; I have detected what appears to be a regression in 8.5.20 with JSSE keystores since 8.5.16. With my limited understanding I'm unable to pinpoint the exact cause to a certainty after poking

Re: Regression with PKCS11 KeyStores?

2017-08-22 Thread Mark Thomas
On 21/08/17 22:03, Daniel Ruggeri wrote: > Hello, Tomcat devs; > I have detected what appears to be a regression in 8.5.20 with JSSE > keystores since 8.5.16. With my limited understanding I'm unable to > pinpoint the exact cause to a certainty after poking around a bit, so I > thought I'd pass

Regression with PKCS11 KeyStores?

2017-08-21 Thread Daniel Ruggeri
Hello, Tomcat devs; I have detected what appears to be a regression in 8.5.20 with JSSE keystores since 8.5.16. With my limited understanding I'm unable to pinpoint the exact cause to a certainty after poking around a bit, so I thought I'd pass what info I have along and get some thoughts.