[8u] RFR 8165996: PKCS11 using NSS throws an error regarding secmod.db when NSS uses sqlite

Martin Balao mbalao at redhat.com
Fri Aug 28 20:01:25 UTC 2020


Hi,

Thanks for having a look at this.

On 8/28/20 4:38 PM, Andrew Hughes wrote:
> I'm seeing a difference in the binary diff of the two .db files
> and, when the patch is applied, they seem to apparently be from
> a different SQLite version:
> 
> JDK 16:
> $ file jdk/test/jdk/sun/security/pkcs11/Secmod/cert9.db
> ../../jdk/test/jdk/sun/security/pkcs11/Secmod/cert9.db: SQLite 3.x database, last written using SQLite version 3011000
> 
> JDK 8u with patch:
> $ file test/sun/security/pkcs11/Secmod/cert9.db
> test/sun/security/pkcs11/Secmod/cert9.db: SQLite 3.x database, last written using SQLite version 3014002
> 
> Can you please update the webrev with the versions used in 11u?

I'm not completely sure about the binary difference but have generated
the patch again including the files directly from 11u.

Webrev.04:
 *
http://cr.openjdk.java.net/~mbalao/webrevs/8165996/8165996.jdk8u.jdk.webrev.04/

No regressions in sun/security/pkcs11 observed.

Thanks,
Martin.-




More information about the jdk8u-dev mailing list