Jason Uh
630647752a
6500133: REGRESSION: CertificateParsingException for CRL Distribution Point with blank
...
Reviewed-by: mullan
2012-08-17 14:32:50 -04:00
Vinnie Ryan
790c4cdcec
7190945: pkcs11 problem loading NSS libs on Ubuntu
...
Reviewed-by: xuelei, alanb
2012-08-13 14:06:44 +01:00
Dmitry Samersoff
12ab6cc327
7183753: [TEST] Some colon in the diff for this test
...
Reference output file contains extra colon
Reviewed-by: sspitsyn, mgronlun
2012-08-09 14:52:12 +04:00
Jason Uh
1bbbba58c1
7026347: Certificate and X509CRL should have verify(PublicKey key, Provider sigProvider)
...
Reviewed-by: mullan, xuelei, weijun
2012-08-02 10:40:24 -04:00
Lana Steuck
44ce09ba1f
Merge
2012-07-27 22:26:19 -07:00
Weijun Wang
cac7fc8e12
7187051: ShortRSAKeynnn.sh tests should do cleanup before start test
...
Reviewed-by: xuelei
2012-07-26 20:38:44 +08:00
Xueming Shen
e55dd14a45
7186829: test/sun/nio/cs/OLD/JIS_X_0201_OLD.java failed in jdk8 TL nightly build
...
Fixed the test case
Reviewed-by: alanb
2012-07-25 12:47:28 -07:00
Xueming Shen
b9fa2e4fb9
6653797: Reimplement JDK charset repository charsets.jar
...
Migrated all jis based charsets to new implementation
Reviewed-by: okutsu
2012-07-24 12:17:39 -07:00
Weijun Wang
3db0a0443c
7178649: TEST BUG: BadKdc3.java needs improvement to ignore the unlikely but possible timeout
...
Reviewed-by: xuelei
2012-07-21 19:56:55 +08:00
Weijun Wang
53170d594f
7180907: Jarsigner -verify fails if rsa file used sha-256 with authenticated attributes
...
Reviewed-by: xuelei
2012-07-21 19:56:53 +08:00
Lana Steuck
6a79c2b179
Merge
2012-07-18 16:09:35 -07:00
Xueming Shen
50e0a37ed9
7183053: Optimize DoubleByte charset for String.getBytes()/new String(byte[])
...
DoubleByte implements sun/nio.cs/ArrayDe/Encoder interface
Reviewed-by: alanb
2012-07-17 19:57:31 -07:00
Olivier Lagneau
c25dd16233
7142596: RMI JPRT tests are failing
...
Changed RMI tests to use random port numbers for the RMI Registry and RMID so the tests can be run concurrently without test failures due to tests using the same port numbers.
Reviewed-by: smarks, alanb
2012-07-17 11:01:44 -07:00
Weijun Wang
d7f3ef3fb7
7102106: TEST_BUG: sun/security/util/Oid/S11N.sh should be modified
...
Reviewed-by: mullan
2012-07-17 11:57:37 +08:00
Weijun Wang
8c0bafddc3
7183203: ShortRSAKeynnn.sh tests intermittent failure
...
Reviewed-by: xuelei
2012-07-17 11:28:16 +08:00
Lana Steuck
80c6175a2a
Merge
2012-07-16 14:49:27 -07:00
Vinnie Ryan
b530224aad
6880559: Enable PKCS11 64-bit windows builds
...
Reviewed-by: valeriep
2012-07-16 22:38:49 +01:00
Sergey Bylokhov
5ef289c76b
7181438: [OGL] Incorrect alpha used, during blit from SW to the texture
...
Reviewed-by: prr, campbell
2012-07-16 14:00:36 +04:00
Weijun Wang
3e4ca7604b
6966259: Make PrincipalName and Realm immutable
...
Reviewed-by: xuelei
2012-07-11 17:10:34 +08:00
Xue-Lei Andrew Fan
046f2c92e2
7180038: regression test failure, SSLEngineBadBufferArrayAccess.java
...
Reviewed-by: weijun
2012-07-03 20:29:16 -07:00
Xueming Shen
57b8661095
7175845: jar uf changes file permissions unexpectedly
...
7177216: native2ascii changes file permissions of input file
Undo the File.createTempFile change in jar and native2ascii
Reviewed-by: asaha
2012-06-28 22:44:21 -07:00
Lana Steuck
e51eadc837
Merge
2012-06-26 10:57:46 -07:00
Diego Belfer
c0679a0902
6901992: InvalidJarIndexException due to bug in sun.misc.JarIndex.merge()
...
Reviewed-by: chegar
2012-06-19 10:20:45 +01:00
Weijun Wang
911aeb6828
7176574: sun/security/krb5/auto/TcpTimeout.java failed with solaris-i586
...
Reviewed-by: chegar
2012-06-13 19:23:23 +08:00
Alan Bateman
881d64f005
7175775: Disable SA options in jinfo/Basic.java test until SA updated for new hash and String count/offset
...
Reviewed-by: minqi
2012-06-10 10:29:27 +01:00
Abhijit Saha
b74ef2f6b6
Merge
2012-06-07 12:31:10 -07:00
Xue-Lei Andrew Fan
c549cc814d
7174244: NPE in Krb5ProxyImpl.getServerKeys()
...
Reviewed-by: weijun
2012-06-06 18:18:58 -07:00
Alan Bateman
08c4f120c9
7172826: (se) Selector based on the Solaris event port mechanism
...
Reviewed-by: coffeys, chegar
2012-06-06 17:59:29 +01:00
Weijun Wang
dfccae97eb
7174351: test/sun/security/tools/keytool/standard.sh failed after new Hashtable
...
Reviewed-by: xuelei
2012-06-06 10:05:54 +08:00
Weijun Wang
cef72cc08e
7172701: KDC tests cleanup
...
Reviewed-by: xuelei
2012-06-05 17:11:26 +08:00
Mike Duigou
705c53b045
7126277: Alternative String hashing implementation
...
All of the hashing based Map implementations: HashMap, Hashtable, LinkedHashMap, WeakHashMap and ConcurrentHashMap are modified to use an enhanced hashing algorithm for string keys when the capacity of the hash table has ever grown beyond 512 entries. The enhanced hashing implementation uses the murmur3 hashing algorithm along with random hash seeds and index masks. These enhancements mitigate cases where colliding String hash values could result in a performance bottleneck.
Reviewed-by: alanb, forax, dl
2012-05-30 22:18:37 -07:00
Abhijit Saha
5d202b67cc
Merge
2012-05-21 15:13:13 -07:00
Weijun Wang
d11c407c11
7170308: timing error in the krb5 test SSL.java
...
Reviewed-by: xuelei
2012-05-21 15:40:30 +08:00
Valerie Peng
2321d8e2b6
7169496: Problem with the SHA-224 support for SunMSCAPI provider
...
Remove SHA224withRSA signature from SunMSCAPI provider due to lack of windows support.
Reviewed-by: vinnie
2012-05-18 12:29:33 -07:00
Xue-Lei Andrew Fan
955e0697ba
7145960: sun/security/mscapi/ShortRSAKey1024.sh failing on windows
...
Reviewed-by: vinnie, wetmore
2012-05-17 21:59:26 -07:00
Deven You
9a28860b9d
7171028: dots are missed in the datetime for Slovanian
...
Reviewed-by: yhuang
2012-05-25 14:32:07 +08:00
Weijun Wang
f785c8a7a4
7162687: enhance KDC server availability detection
...
Reviewed-by: valeriep
2012-05-23 15:51:10 +08:00
Deven You
ce388a548a
7164191: properties.putAll API may fail with ConcurrentModifcationException on multi-thread scenario
...
Reviewed-by: dholmes, sla
2012-05-15 16:46:10 +04:00
Xue-Lei Andrew Fan
9190ab1d6b
7167988: PKIX CertPathBuilder in reverse mode doesn't work if more than one trust anchor is specified
...
Reviewed-by: mullan
2012-05-14 07:26:53 -07:00
Olivier Lagneau
024a3d8370
7144861: speed up RMI activation tests
...
Reviewed-by: alanb, smarks, dholmes, dmocek
2012-05-11 14:13:29 -07:00
Valerie Peng
00cdcad12f
Merge
2012-05-08 18:57:45 -07:00
Xue-Lei Andrew Fan
081be38b26
7166570: JSSE certificate validation has started to fail for certificate chains
...
Reviewed-by: wetmore
2012-05-08 18:08:49 -07:00
Valerie Peng
879e30901e
4963723: Implement SHA-224
...
Add support for SHA-224, SHA224withRSA, SHA224withECDSA, HmacSHA224 and OAEPwithSHA-224AndMGF1Padding.
Reviewed-by: vinnie
2012-05-08 17:57:48 -07:00
Abhijit Saha
9c3e5a2081
Merge
2012-05-08 07:34:53 -07:00
Lana Steuck
6c68dd5523
Merge
2012-04-26 14:21:19 -07:00
Kurchi Subhra Hazra
4f6ca7513e
7162385: TEST_BUG: sun/net/www/protocol/jar/B4957695.java failing again
...
Enable finding "foo1.jar"
Reviewed-by: chegar
2012-04-19 13:26:06 -07:00
Coleen Phillimore
e776b337e8
Merge
2012-04-19 10:53:35 -04:00
Lana Steuck
b0654071b7
Merge
2012-04-18 10:21:59 -07:00
Lana Steuck
b85926e45f
Merge
2012-04-18 10:18:10 -07:00
Kurchi Subhra Hazra
4869b7a5a7
7152856: TEST_BUG: sun/net/www/protocol/jar/B4957695.java failing on Windows
...
Remove usage of HTTP Server at test/sun/net/www/httptest
Reviewed-by: chegar, alanb
2012-04-17 11:59:12 -07:00