Skip to content

Commit 176d674

Browse files
Taizo KurashigePaul Hohensee
authored andcommitted
8296631: NSS tests failing on OL9 linux-aarch64 hosts
Reviewed-by: phh Backport-of: 6e1aacdfba5a32f7b071eea8039888d275827e83
1 parent 656b3cf commit 176d674

File tree

9 files changed

+16
-3
lines changed

9 files changed

+16
-3
lines changed
Binary file not shown.
Binary file not shown.
19 KB
Binary file not shown.
25 KB
Binary file not shown.
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
library=
22
name=NSS Internal PKCS #11 Module
3-
parameters=configdir='sql:./tmpdb' certPrefix='' keyPrefix='' secmod='' flags= updatedir='' updateCertPrefix='' updateKeyPrefix='' updateid='' updateTokenDescription=''
4-
NSS=Flags=internal,critical trustOrder=75 cipherOrder=100 slotParams=(1={slotFlags=[RSA,DSA,DH,RC2,RC4,DES,RANDOM,SHA1,MD5,MD2,SSL,TLS,AES,Camellia,SEED,SHA256,SHA512] askpw=any timeout=30})
3+
parameters=configdir='sql:./tmpdb' certPrefix='' keyPrefix='' secmod='secmod.db' flags= updatedir='' updateCertPrefix='' updateKeyPrefix='' updateid='' updateTokenDescription=''
4+
NSS=trustOrder=75 cipherOrder=100 slotParams={0x00000001=[slotFlags=RSA,RC4,RC2,DES,DH,SHA1,MD5,MD2,SSL,TLS,AES,RANDOM askpw=any timeout=30 ] } Flags=internal,critical
5+
6+
library=libnssckbi.so
7+
name=Builtin Roots Module
8+
NSS=trustOrder=100

jdk/test/sun/security/pkcs11/SecmodTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class SecmodTest extends PKCS11Test {
3434
static String DBDIR;
3535
static char[] password = "test12".toCharArray();
3636
static String keyAlias = "mykey";
37-
static boolean useSqlite = false;
37+
static boolean useSqlite = true;
3838

3939
static void useSqlite(boolean b) {
4040
useSqlite = b;
28 KB
Binary file not shown.
36 KB
Binary file not shown.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
library=
2+
name=NSS Internal PKCS #11 Module
3+
parameters=configdir='sql:./tmpdb' certPrefix='' keyPrefix='' secmod='secmod.db' flags= updatedir='' updateCertPrefix='' updateKeyPrefix='' updateid='' updateTokenDescription=''
4+
NSS=trustOrder=75 cipherOrder=100 slotParams={0x00000001=[slotFlags=RSA,RC4,RC2,DES,DH,SHA1,MD5,MD2,SSL,TLS,AES,RANDOM askpw=any timeout=30 ] } Flags=internal,critical
5+
6+
library=libnssckbi.so
7+
name=Builtin Roots Module
8+
NSS=trustOrder=100
9+

0 commit comments

Comments
 (0)