David Katleman
06ec3d779f
Merge
2012-04-11 14:09:48 -07:00
Abhijit Saha
d7dd0a253b
Merge
2012-04-10 10:44:46 -07:00
Weijun Wang
9c8af427e8
7158329: NPE in sun.security.krb5.Credentials.acquireDefaultCreds()
...
Reviewed-by: valeriep, jjg
2012-04-10 12:15:03 +08:00
Sergey Bylokhov
09db79364b
7124401: [macosx] After call Frame dispose() application continues to work
...
Reviewed-by: art, alexp
2012-04-05 19:01:43 +04:00
Lana Steuck
1ae8995f36
Merge
2012-03-30 16:57:50 -07:00
Bradford Wetmore
7775fea771
7142172: Custom TrustManagers that return null for getAcceptedIssuers will NPE
...
Reviewed-by: xuelei
2012-03-30 15:43:13 -07:00
David Buck
ecc9a141a1
7154822: forward port fix for Bug 13645891 to JDK8 jcmd (1024 byte file size limit issue)
...
Changed so that jcmd breaks input into individual lines and sends each one to the jvm separately.
Reviewed-by: dcubed, sla
2012-03-30 10:18:04 -07:00
Yong Jeffrey Huang
0d4e0d1ed0
Merge
2012-03-29 21:22:07 -07:00
Yong Jeffrey Huang
7f78d7e54c
7028073: The currency symbol for Peru is wrong
...
Reviewed-by: naoto
2012-03-29 21:16:58 -07:00
Lana Steuck
f931c18437
Merge
2012-03-26 17:31:42 -07:00
Vinnie Ryan
c0c3fb980d
7152582: PKCS11 tests should use the NSS libraries available in the OS
...
Reviewed-by: mullan
2012-03-26 17:14:20 +01:00
David Buck
733b1d638e
7104147: the fix for cr6887286 was not appropriate for backporting
...
Memory leak in the list of ImageObservers watching an object. We use recursion to iterate over the list. So once the list gets too big, we overflow the stack. Fix is to execute a prune operation on ever add, so there is no way we can get indefinite growth of stale nodes.
Reviewed-by: prr, flar
2012-03-21 18:41:42 -07:00
Valerie Peng
3a8e9e6104
7146728: Inconsistent length for the generated secret using DH key agreement impl from SunJCE and PKCS11
...
Always return the secret in the same length as the modulus.
Reviewed-by: wetmore
2012-03-20 15:06:13 -07:00
Staffan Larsen
0041a04fb2
7154114: jstat tests failing on non-english locales
...
7154113: jcmd, jps and jstat tests failing when there are unknown Java processes on the system
Reviewed-by: rbackman, kamg, dsamersoff
2012-03-20 12:48:48 +01:00
Weijun Wang
7b947b7a42
7152176: More krb5 tests
...
Reviewed-by: xuelei
2012-03-20 19:12:21 +08:00
Staffan Larsen
e0a4e74f80
7152798: TEST_BUG: sun/management/HotspotClassLoadingMBean/GetClassLoadingTime.java does not compile
...
Make sure the test is compiled, run and finds it supporting classes
Reviewed-by: alanb, sspitsyn, rbackman
2012-03-19 14:18:36 +01:00
Yong Jeffrey Huang
b3e79c6c6c
Merge
2012-03-14 23:19:52 -07:00
Yong Jeffrey Huang
97292b3883
7085757: Currency Data: ISO 4217 Amendment 152
...
Reviewed-by: naoto
2012-03-14 23:07:21 -07:00
Alan Bateman
3ecf3e0fa1
7152866: Tests not run because they are missing the @run tag
...
Reviewed-by: chegar, dholmes
2012-03-12 10:17:18 +00:00
Alan Bateman
3269d85838
7113349: Initial changeset for Macosx port to jdk
...
Co-authored-by: Alexander Potochkin <alexander.potochkin@oracle.com>
Co-authored-by: Alexander Zuev <alexander.zuev@oracle.com>
Co-authored-by: Andrew Brygin <andrew.brygin@oracle.com>
Co-authored-by: Artem Ananiev <artem.ananiev@oracle.com>
Co-authored-by: Alex Strange <astrange@apple.com>
Co-authored-by: Bino George <bino@apple.com>
Co-authored-by: Christine Lu <christine.lu@oracle.com>
Co-authored-by: David Katleman <david.katleman@oracle.com>
Co-authored-by: David Durrence <david_durrence@apple.com>
Co-authored-by: Dmitry Cherepanov <dmitry.cherepanov@oracle.com>
Co-authored-by: Greg Lewis <glewis@eyesbeyond.com>
Co-authored-by: Kevin Miller <kevin_m_miller@apple.com>
Co-authored-by: Kurt Miller <kurt@intricatesoftware.com>
Co-authored-by: Landon Fuller <landonf@plausiblelabs.com>
Co-authored-by: Leonid Romanov <leonid.romanov@oracle.com>
Co-authored-by: Loefty Walkowiak <loefty@apple.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Naoto Sato <naoto.sato@oracle.com>
Co-authored-by: Philip Race <philip.race@oracle.com>
Co-authored-by: Roger Hoover <rhoover@apple.com>
Co-authored-by: Scott Kovatch <scott.kovatch@oracle.com>
Co-authored-by: Sergey ByloKhov <sergey.bylokhov@oracle.com>
Co-authored-by: Mike Swingler <swingler@apple.com>
Co-authored-by: Tomas Hurka <tomas.hurka@oracle.com>
Reviewed-by: jjh, alanb, dholmes, anthony, ohrstrom, ksrini, jrose, weijun, smarks
2012-03-06 20:34:38 +00:00
Vinnie Ryan
594e178180
7151109: backout CR 6988842
...
Reviewed-by: mullan
2012-03-05 14:13:29 +00:00
Vinnie Ryan
1e3b108ef9
6988842: jce/ECC test fails for SunPKCS11 provider using nss library
...
Reviewed-by: mullan
2012-03-02 17:24:08 +00:00
Weijun Wang
7902f129f5
7143872: Improve certificate extension processing
...
Reviewed-by: mullan
2012-02-29 14:06:00 +08:00
Lana Steuck
b697d670cb
Merge
2012-02-28 18:01:54 -08:00
Sean Mullan
fd805805a8
Merge
2012-02-27 13:53:25 -05:00
Sean Mullan
48ca85ec46
7147830: NullPointerException in java.security.Policy.implies() when the ProtectionDomain has a null code sou
...
Reviewed-by: vinnie
2012-02-27 11:44:50 -05:00
Dmitry Samersoff
fe4588a87e
7110104: It should be possible to stop and start JMX Agent at runtime
...
Added a capability to start and stop JMX Agent by jcmd
Reviewed-by: acorn, mchung
2012-02-27 15:21:18 +04:00
Staffan Larsen
399194bb7a
7073626: RmiBootstrapTest.sh and RmiSslBootstrapTest.sh fail under Cygwin
...
Detect and handle cygwin correctly
Reviewed-by: alanb, sspitsyn
2012-02-24 20:02:50 +01:00
Lana Steuck
9c6aee1cdf
Merge
2012-02-23 07:54:49 -08:00
Lana Steuck
cd51c0ed25
Merge
2012-02-23 00:14:45 -08:00
Weijun Wang
d21a6ce41f
7144530: KeyTab.getInstance(String) no longer handles keyTabNames with "file:" prefix
...
Reviewed-by: valeriep
2012-02-21 08:51:26 +08:00
Abhijit Saha
162d75c68c
Merge
2012-02-20 11:31:53 -08:00
Frederic Parain
ddaeb8933c
7144833: sun/tools/jcmd/jcmd-Defaults.sh failing intermittently
...
Reviewed-by: alanb
2012-02-15 09:29:05 -08:00
Frederic Parain
52739303db
7140868: TEST_BUG: jcmd tests need to use -XX:+UsePerfData
...
Reviewed-by: fparain, dholmes
2012-02-14 07:28:29 -08:00
Vinnie Ryan
abfc726cc4
7142888: sun/security/tools/jarsigner/ec.sh fail on sparc
...
Reviewed-by: xuelei
2012-02-14 11:47:41 +00:00
Vinnie Ryan
1ad2cb3303
7133495: [macosx] KeyChain KeyStore implementation retrieves only one private key entry
...
Reviewed-by: weijun
2012-02-14 11:18:32 +00:00
Alan Bateman
30d429cc25
8000268: sun/security/provider/X509Factory/BigCRL.java failing on Linux 32-bit
...
Reviewed-by: mullan
2012-10-02 12:23:16 +01:00
Dmitry Samersoff
8af0bcb7fe
7186723: TEST_BUG: Race condition in sun/management/jmxremote/startstop/JMXStartStopTest.sh
...
Make test self-terminating and independent to cygwin/mks kill behaviour
Reviewed-by: sspitsyn, alanb
2012-09-29 15:44:06 +04:00
Weijun Wang
7ffcd7343f
7200682: TEST_BUG: keytool/autotest.sh still has problems with libsoftokn.so
...
Reviewed-by: alanb, smarks
2012-09-28 17:15:48 +08:00
Xue-Lei Andrew Fan
9c642ad1d2
7200295: CertificateRequest message is wrapping when using large numbers of Certs
...
Reviewed-by: wetmore
2012-09-26 21:05:40 -07:00
Chris Hegarty
cfe8581b9b
7133367: ResponseCache.put should not be called when setUseCaches(false)
...
Reviewed-by: michaelm
2012-02-12 08:47:36 +00:00
Florian Weimer
9b65dbabc1
6879539: enable empty password support for pkcs12 keystore
...
Reviewed-by: vinnie, weijun
2012-02-10 11:41:22 +08:00
Weijun Wang
18a83d872b
6880619: reg tests for 6879540
...
Reviewed-by: valeriep
2012-02-08 11:44:36 +08:00
Bradford Wetmore
8ac9bc5858
7141910: Incorrect copyright dates on new test cases
...
Reviewed-by: mullan
2012-02-01 16:00:39 -08:00
Lana Steuck
0f98d16ad1
Merge
2012-01-28 20:41:27 -08:00
Bradford Wetmore
08fe131e34
7126889: Incorrect SSLEngine debug output
...
Reviewed-by: xuelei
2012-01-26 17:16:05 -08:00
Alejandro Murillo
89a6bc1ca9
Merge
2012-01-25 12:36:08 -08:00
Alejandro Murillo
370735f2e4
Merge
2012-01-20 14:31:33 -08:00
John R Rose
ef856f2fe0
7117167: Misc warnings in java.lang.invoke and sun.invoke.*
...
Reviewed-by: smarks
2012-01-18 17:34:29 -08:00
Lana Steuck
bb8ab4aa4f
Merge
2012-01-18 11:00:20 -08:00
Xue-Lei Andrew Fan
830a24d326
7132248: sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/CookieHttpsClientTest.java failing
...
Reviewed-by: alanb
2012-01-23 04:44:16 -08:00
Chris Hegarty
c77eb16a79
7129083: CookieManager does not store cookies if url is read before setting cookie manager
...
Reviewed-by: michaelm
2012-01-16 18:05:29 +00:00
Weijun Wang
5cbd245bad
7118809: rcache deadlock
...
Reviewed-by: valeriep
2012-01-16 10:10:56 +08:00
Xue-Lei Andrew Fan
8b5551f1eb
7106773: 512 bits RSA key cannot work with SHA384 and SHA512
...
Reviewed-by: weijun
2012-01-12 03:39:37 -08:00
Xue-Lei Andrew Fan
74fcfe6c7e
7123519: problems with certification path
...
Also including the contribution from Dennis Gu
Reviewed-by: mullan, weijun
2012-01-09 20:55:52 -08:00
Valerie Peng
1081efba4f
6414899: P11Digest should support cloning
...
Enhanced the PKCS11 Digest implementation to support cloning
Reviewed-by: vinnie
2012-01-05 18:18:04 -08:00
Lana Steuck
a43e73eb81
Merge
2012-01-04 10:57:39 -08:00
Frederic Parain
d1c86caeaa
7104647: Adding a diagnostic command framework
...
Reviewed-by: mchung, dholmes
2012-01-04 03:49:35 -08:00
David Katleman
6ddf2df795
Merge
2011-12-28 15:14:24 -08:00
Weijun Wang
440adedd51
7122169: TcpTimeout fail for various reasons
...
Reviewed-by: alanb
2011-12-22 15:35:55 +08:00
Chris Hegarty
d680725432
7095980: Ensure HttpURLConnection (and supporting APIs) don't expose HttpOnly cookies
...
Reviewed-by: michaelm
2011-12-16 16:09:41 +00:00
Michael Fang
638f43b009
Merge
2011-12-15 11:29:58 -08:00
Yong Jeffrey Huang
092bb45d80
7003124: In Bulgarian Locale DateFormat is wrong
...
Reviewed-by: naoto, peytoia
2011-12-12 18:21:42 -08:00
Chris Hegarty
02a9029229
7116722: Miscellaneous warnings sun.misc ( and related classes )
...
Reviewed-by: alanb, darcy, forax, hawtin, lancea
2011-12-01 11:09:54 +00:00
Weijun Wang
687f622f95
7115744: Do not call File::deleteOnExit in security tests
...
Reviewed-by: xuelei
2011-11-28 18:16:29 +08:00
Xue-Lei Andrew Fan
7115a56a21
7113275: compatibility issue with MD2 trust anchor and old X509TrustManager
...
Also reviewed by Dennis.Gu@oracle.com
Reviewed-by: mullan
2011-11-23 03:40:12 -08:00
Lana Steuck
9fb09f41b6
Merge
2011-11-14 18:18:22 -08:00
Lana Steuck
613e94ca6f
Merge
2011-11-14 18:15:37 -08:00
Abhijit Saha
f03cbcc678
Merge
2011-11-14 11:52:09 -08:00
Xueming Shen
b1408532df
7096080: UTF8 update and new CESU-8 charset
...
7082884: Incorrect UTF8 conversion for sequence ED 31
7082883: Incorrect UTF8 conversion for sequence fc 80 80 8f bf bf
Updated UTF8 and added CESU-8 to following the latest Standard
Reviewed-by: alanb
2011-11-07 13:46:02 -08:00
Lana Steuck
2152b58b60
Merge
2011-11-05 00:00:43 -07:00
Michael Fang
01d2aff838
Merge
2011-11-03 17:34:41 -07:00
Yong Jeffrey Huang
7a1eea097c
Merge
2011-10-31 21:45:23 -07:00
Yong Jeffrey Huang
65916660b9
7101495: In Latvia first day of week is Monday
...
Reviewed-by: naoto, peytoia
2011-10-31 21:43:07 -07:00
Yong Jeffrey Huang
0db43a9227
6755060: Collator.compare() does not compare correctly for the Thai locale
...
Reviewed-by: naoto
2011-10-31 21:30:11 -07:00
Bradford Wetmore
becccc16ec
7053252: New regression test does not compile on windows-amd64
...
Reviewed-by: valeriep
2011-10-31 16:23:43 -07:00
Bradford Wetmore
089b5b16e3
7105780: Add SSLSocket client/SSLEngine server to templates directory
...
Reviewed-by: xuelei
2011-10-31 11:54:19 -07:00
Xue-Lei Andrew Fan
bdb9312b86
7105940: Test regression: KeyStore must be from provider SunPKCS11-NSSKeyStore
...
Reviewed-by: weijun
2011-10-28 07:18:54 -07:00
Weijun Wang
3cd4eaa1f0
7104161: test/sun/tools/jinfo/Basic.sh fails on Ubuntu
...
Reviewed-by: alanb
2011-10-27 17:23:25 +08:00
Lana Steuck
4ed6125359
Merge
2011-10-25 21:54:49 -07:00
Lana Steuck
adfdb3ed81
Merge
2011-10-25 21:53:54 -07:00
Andrew Brygin
8863ec439e
6997116: The case automatically failed due to java.lang.ClassCastException
...
Reviewed-by: jgodinez, prr
2011-10-17 15:20:51 +04:00
Bradford Wetmore
d25a9c128f
7031830: bad_record_mac failure on TLSv1.2 enabled connection with SSLEngine
...
Reviewed-by: xuelei, weijun, asaha
2011-10-18 11:58:57 -07:00
Weijun Wang
ab1010388d
7099399: cannot deal with CRL file larger than 16MB
...
Reviewed-by: xuelei, mullan
2011-10-17 17:11:26 +08:00
Sean Mullan
4bc227715b
6953295: Move few sun.security.{util, x509, pkcs} classes used by keytool/jarsigner to another package
...
Reviewed-by: mchung
2011-10-13 13:50:17 -04:00
Xue-Lei Andrew Fan
3c41c66fb1
7096936: issue in jsse/runtime
...
7096937: TEST: com/sun/net/ssl/internal/ssl/GenSSLConfigs/main.java need modification as a result of TLS fix
Reviewed-by: wetmore, jdn, xuelei
2011-09-30 18:47:53 -07:00
Xue-Lei Andrew Fan
73b50710f0
7064341: jsse/runtime security problem
...
Reviewed-by: wetmore
2011-09-29 17:31:30 -07:00
Chris Hegarty
e92787f075
7098755: test/sun/misc/JarIndex/metaInfFilenames/Basic.java should use supported compiler interface
...
Reviewed-by: mcimadamore
2011-10-10 15:29:24 +01:00
Weijun Wang
650bd8320d
7077646: gssapi wrap for CFX per-message tokens always set FLAG_ACCEPTOR_SUBKEY
...
Reviewed-by: valeriep
2011-09-28 14:21:11 +08:00
Weijun Wang
a912e7557c
7077640: gss wrap for cfx doesn't handle rrc != 0
...
Reviewed-by: valeriep
2011-09-28 14:21:10 +08:00
Weijun Wang
a099202006
7089889: Krb5LoginModule.login() throws an exception if used without a keytab
...
Reviewed-by: xuelei, valeriep
2011-09-28 14:21:10 +08:00
Chris Hegarty
2d492ea7e1
7094141: test/sun/misc/JarIndex/metaInfFilenames/Basic.java no longer compiles
...
Reviewed-by: alanb
2011-09-26 15:04:59 +01:00
Stuart Marks
6f12fe9039
7092186: adjust package access in rmiregistry
...
Reviewed-by: asaha, coffeys
2011-09-21 15:37:52 -07:00
David Holmes
d9b7e6c18c
7012206: ~20 tools tests failing due to -XX:-UsePerfData default in Java SE Embedded
...
Explicitly enable UsePerfData for the tools that require it to be enabled
Reviewed-by: alanb, ohair
2011-09-20 22:20:05 -04:00
Lana Steuck
7189a0b227
Merge
2011-09-10 21:30:20 -07:00
Weijun Wang
700ceee11e
7047200: keytool safe store
...
Reviewed-by: xuelei
2011-09-09 11:18:18 +08:00
Weijun Wang
ba77c3a48f
7067974: multiple ETYPE-INFO-ENTRY with same etype and different salt
...
Reviewed-by: valeriep
2011-09-07 08:56:55 +08:00
Lana Steuck
3c59a998c6
Merge
2011-09-05 23:58:19 -07:00
Weijun Wang
a37d582eec
7083664: test hard code of using c:/temp but this dir might not exist
...
Reviewed-by: xuelei, ohair
2011-08-31 09:22:50 +08:00
Michael Fang
614fdf63b3
Merge
2011-08-17 14:18:26 -07:00
Xueming Shen
0ec73ca081
6237353: Remove sun.io package from j2se binary
...
Removed sun.io package and related test cases
Reviewed-by: alanb
2011-08-17 14:14:21 -07:00
Yong Jeffrey Huang
f5cc085a5b
7066203: Update currency data to the latest ISO 4217 standard
...
Reviewed-by: naoto
2011-08-14 23:46:08 -07:00
Weijun Wang
444f4d009b
7079144: concise_jarsigner.sh test often fails on solaris
...
Reviewed-by: xuelei
2011-08-15 11:43:09 +08:00
Weijun Wang
f769f7067f
7078816: /test/sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failure
...
Reviewed-by: alanb
2011-08-15 10:42:41 +08:00
Weijun Wang
16f1845614
7078355: sun/net/www/protocol/file/DirPermissionDenied.sh leaves garbage on some linux systems
...
Reviewed-by: chegar
2011-08-12 21:04:50 +08:00
Weijun Wang
610c9dd4e3
7055363: jdk_security3 test target cleanup
...
Reviewed-by: alanb, xuelei
2011-08-12 12:26:31 +08:00
Weijun Wang
d159e01aeb
7076415: sun/security/krb5/runNameEquals.sh failed on sles 10
...
Reviewed-by: xuelei
2011-08-12 11:20:45 +08:00
Weijun Wang
840e8200ad
7061379: [Kerberos] Cross-realm authentication fails, due to nameType problem
...
Reviewed-by: valeriep
2011-08-04 18:18:45 +08:00
Xue-Lei Andrew Fan
2ee0410a0c
7068662: Reserve and restore the default locale
...
Reviewed-by: alanb, weijun
2011-07-29 02:50:58 -07:00
Chris Hegarty
281db94b24
6670868: StackOverFlow with bad authenticated Proxy tunnels
...
Reviewed-by: michaelm
2011-07-27 18:10:10 +01:00
Lana Steuck
29d2bf8bb4
Merge
2011-06-30 14:18:40 -07:00
Lana Steuck
2e1c7da277
Merge
2011-06-30 14:16:48 -07:00
Denis Lila
3f2da7c5b6
7049339: AnyBlit is broken with non-rectangular clips
...
Reviewed-by: flar
2011-06-24 16:22:50 -04:00
Lana Steuck
371dfdfc58
Merge
2011-06-23 14:56:38 -07:00
Xue-Lei Andrew Fan
58f8a03a50
7057022: test/sun/security/pkcs11/fips/ClientJSSEServerJSSE.java has invalid jtreg tags
...
Reviewed-by: weijun
2011-06-23 04:23:50 -07:00
Lana Steuck
69ce407621
Merge
2011-06-22 23:23:58 -07:00
Xue-Lei Andrew Fan
5798f5bb9d
6952814: sun/security/ssl/com/sun/net/ssl/internal/ssl/InputRecord/InterruptedIO.java failing in PIT
...
Reviewed-by: alanb
2011-06-22 19:37:18 -07:00
Weijun Wang
9ce9d5e6ba
7043737: klist does not detect non-existing keytab
...
Reviewed-by: valeriep
2011-06-08 14:01:34 +08:00
Lana Steuck
4ce35dcaa5
Merge
2011-06-06 19:04:30 -07:00
Andrew Brygin
6c20dab366
7042594: 3 testis api/java_awt/Color/ICC_ProfileRGB/index.html fail against RI b138 OEL6x64
...
Reviewed-by: prr
2011-06-04 23:08:38 +04:00
Abhijit Saha
cfdb3ec24b
Merge
2011-05-26 21:37:40 -07:00
David Katleman
170844d307
7044486: open jdk repos have files with incorrect copyright headers, which can end up in src bundles
...
Reviewed-by: ohair, trims
2011-05-25 13:32:36 -07:00
Erik Trimble
282881dd84
Merge
2011-05-17 14:29:59 -07:00
John R Rose
9a58e303d7
6939861: JVM should handle more conversion operations
...
Integrate JDK code with JVM-supplied ricochet frames.
Reviewed-by: never, twisti
2011-05-12 19:27:49 -07:00
Abhijit Saha
1859ff359e
Merge
2011-05-04 16:39:05 -07:00
Jennifer Godinez
d98cd779b7
Merge
2011-05-03 22:16:58 -07:00
Weijun Wang
61e1313498
7040151: SPNEGO GSS code does not parse tokens in accordance to RFC 2478
...
Reviewed-by: valeriep
2011-05-03 02:48:59 +08:00
Xueming Shen
371bd92aef
7040220: java/char_encodin Optimize UTF-8 charset for String.getBytes()/new String(byte[])
...
Implement sun.nio.cs.ArrayEn/Decoer in utf8
Reviewed-by: alanb
2011-05-02 11:42:52 -07:00
Weijun Wang
317bcf10c2
7040916: DynamicKeyTab test fails on Windows
...
Reviewed-by: xuelei
2011-05-01 14:22:32 +08:00
Lana Steuck
abc0e63cbc
Merge
2011-04-30 16:55:46 -07:00
Lana Steuck
03214a725d
Merge
2011-04-28 17:57:33 -07:00
Vinnie Ryan
f202396944
6578658: Request for raw RSA (NONEwithRSA) Signature support in SunMSCAPI
...
Reviewed-by: wetmore
2011-04-29 00:21:54 +01:00
Denis Lila
cf97b67aa2
7036754: NaNs in stroked quadratics
...
Check for them and remove them.
Reviewed-by: flar
2011-04-28 08:55:19 -04:00
Vinnie Ryan
5f5ccc0a66
Merge
2011-04-27 20:24:30 +01:00
Vinnie Ryan
8c88165312
6753664: Support SHA256 (and higher) in SunMSCAPI
...
Reviewed-by: mullan
2011-04-27 20:21:32 +01:00
Weijun Wang
a9a765fdfc
6950929: Failures on Solaris sparc 64bit sun/security/krb5/auto/BadKdc4.java (and linux?)
...
Reviewed-by: xuelei
2011-04-27 17:11:06 +08:00
Andrew Brygin
d21b9aa7bf
7037091: sun/java2d/pipe/Test7027667.java test is not executed
...
Reviewed-by: prr
2011-04-27 12:15:34 +04:00
Valerie Peng
b0c37f182f
7003952: SEC: securely load DLLs and launch executables using fully qualified path
...
Enforce full path when specifying library locations.
Reviewed-by: wetmore, ohair
2011-04-26 15:59:51 -07:00
Lana Steuck
b550ca992e
Merge
2011-04-25 15:44:20 -07:00
Vinnie Ryan
dc6eb040b7
6931562: Support SunMSCAPI Security Provider in Windows 64-bit releases of JVM
...
Reviewed-by: mullan
2011-04-22 17:03:51 +01:00
Lana Steuck
b92cf6375e
Merge
2011-04-21 11:11:20 -07:00
Abhijit Saha
51829716bb
Merge
2011-04-21 08:39:52 -07:00
Vinnie Ryan
5982362c7d
Merge
2011-04-21 14:25:46 +01:00
Vinnie Ryan
c74acca8b0
6888925: SunMSCAPI's Cipher can't use RSA public keys obtained from other sources
...
Reviewed-by: mullan
2011-04-21 14:23:57 +01:00
Weijun Wang
68d5cd6f23
6894072: always refresh keytab
...
Reviewed-by: valeriep
2011-04-20 18:41:32 +08:00
Michael Fang
07dada6d04
Merge
2011-04-19 10:55:46 -07:00
Yong Jeffrey Huang
8e70d44f2c
7036905: [de] dem - the german mark display name is incorrect
...
Reviewed-by: naoto
2011-04-18 23:00:53 -07:00
Lana Steuck
8a0e9f26d9
Merge
2011-04-18 14:00:34 -07:00
Lana Steuck
b99716e22a
Merge
2011-04-17 16:19:29 -07:00
Lana Steuck
8de231319a
Merge
2011-04-16 23:23:31 -07:00
Valerie Peng
16ddb7350c
7035115: sun/security/pkcs11/Provider/ConfigShortPath.java compilation failed
...
Updated the test to use reflection and skip when SunPKCS11 provider not present.
Reviewed-by: weijun
2011-04-15 15:56:12 -07:00
Kelly O'Hair
7c8e01891a
Merge
2011-04-13 16:56:16 -07:00
Bradford Wetmore
2b73acfa12
6626257: Update SWAN-specific webcaching to Oracle environment in the regression tests
...
Reviewed-by: valeriep
2011-04-13 16:12:49 -07:00
Valerie Peng
86875ab33d
6986789: Sun pkcs11 provider fails to parse path name containing "+"
...
Modified to accept '+' as valid character.
Reviewed-by: weijun
2011-04-12 16:09:17 -07:00
Michael Fang
ce457615c7
Merge
2011-04-11 16:19:20 -07:00
Weijun Wang
6f7b1ef68a
7030180: AES 128/256 decrypt exception
...
Reviewed-by: valeriep
2011-04-11 10:22:39 +08:00
Lana Steuck
12320dbfc3
Merge
2011-04-10 10:23:28 -07:00
Michael Fang
fa2e12d57f
Merge
2011-04-08 16:17:30 -07:00
Xue-Lei Andrew Fan
2a48e38d0f
6976117: SSLContext.getInstance("TLSv1.1") returns SSLEngines/SSLSockets without TLSv1.1 enabled
...
Reorg the SSLContext implementation
Reviewed-by: weijun
2011-04-08 02:00:09 -07:00
Kelly O'Hair
d2b1e20c7d
7033660: Update copyright year to 2011 on any files changed in 2011
...
Reviewed-by: dholmes
2011-04-06 22:06:11 -07:00
Weijun Wang
2c02243de9
7032354: no-addresses should not be used on acceptor side
...
Reviewed-by: valeriep
2011-04-07 08:51:33 +08:00
Andrew Brygin
67acc17b0c
7033534: Two tests fail just against jdk7 b136
...
Reviewed-by: jgodinez, prr
2011-04-06 11:26:35 +04:00
Yong Jeffrey Huang
e858be0038
7020583: Some currency names are missing in some locales
...
Reviewed-by: naoto
2011-04-05 21:09:17 -07:00
Lana Steuck
1c712d2e72
Merge
2011-04-04 17:28:28 -07:00
Michael Fang
6ce5aaf494
Merge
2011-04-04 12:54:19 -07:00
Lana Steuck
abd7c7bcde
Merge
2011-04-01 23:55:08 -07:00
Phil Race
56980cf411
7032930: A way to specify MS Mincho to be used in dialoginput on windows JA locale
...
Reviewed-by: igor, jgodinez
2011-04-01 20:21:14 -07:00
Lana Steuck
24ab596494
Merge
2011-03-31 22:07:32 -07:00
Yong Jeffrey Huang
d0e5ec7ac9
7025837: fix plural currency display names in sr_Latn_(BA|ME|RS).properties
...
Reviewed-by: naoto
2011-03-30 22:46:41 -07:00
Mandy Chung
47a20b7526
6381464: SimpleFormatter should use one single line format
...
Define a new logging properties to support custom output format
Reviewed-by: alanb
2011-03-29 15:58:18 -07:00
Weijun Wang
680370af5b
7031536: test/sun/security/krb5/auto/HttpNegotiateServer.java should not use static ports
...
Reviewed-by: xuelei
2011-03-28 18:04:17 +08:00
Weijun Wang
1ce7eeaa52
7019384: Realm.getRealmsList returns realms list in wrong (reverse) order
...
Reviewed-by: xuelei
2011-03-28 18:04:10 +08:00
Andrew Brygin
ab263062ef
6985593: Crash in Java_sun_java2d_loops_MaskBlit_MaskBlit on oel5.5-x64
...
Reviewed-by: ceisserer, jgodinez, prr
2011-03-27 15:51:44 +04:00
Lana Steuck
3588e1424d
Merge
2011-03-26 00:10:12 -07:00
Stuart Marks
3d3e0d5f7f
7029680: fix test/sun/misc/Version/Version.java build parsing
...
Reviewed-by: ohair
2011-03-24 17:26:40 -07:00
Xue-Lei Andrew Fan
4efe3a9cb7
7027797: take care of ECDH_anon/DH_anon server key exchange for TLS 1.2
...
The signature of server key exanage message could be null
Reviewed-by: vinnie
2011-03-21 22:02:00 -07:00
Lana Steuck
99bae3bd28
Merge
2011-03-21 16:57:18 -07:00
Yong Jeffrey Huang
c09ed84373
7020960: CurrencyNames_sr_RS.properties is missing
...
Reviewed-by: naoto
2011-03-20 23:47:10 -07:00
Michael Fang
8df3dbea9d
Merge
2011-03-19 19:12:28 -07:00
Lana Steuck
4e70e79c7f
Merge
2011-03-18 23:33:34 -07:00
Xueming Shen
5423e4402e
6803681: RFE: Need new codeset converter for IBM Cp1364
...
Forward port the Cp1364
Reviewed-by: alanb
2011-03-16 12:16:00 -07:00
Xue-Lei Andrew Fan
7705e63e30
7022855: Export "PKIX" as the standard algorithm name of KeyManagerFactory
...
Export the existing "NewSunX509" algorithm implementation using the standard name "PKIX"
Reviewed-by: weijun, wetmore
2011-03-15 23:13:35 -07:00
Denis Lila
816dc493b7
7019861: Last scanline is skipped in pisces.Renderer
...
Not skipping it anymore.
Reviewed-by: flar
2011-03-15 17:05:02 -04:00
Denis Lila
bdd71ec7bd
7027667: clipped aa rectangles are not drawn properly
...
Already fixed. This is just a regression test for it.
Reviewed-by: prr
2011-03-15 15:15:10 -04:00
Yong Jeffrey Huang
05cd7bb4c2
7019267: Currency Display Names are not localized into pt_BR
...
Reviewed-by: naoto
2011-03-11 05:17:45 -08:00
Vinnie Ryan
328f8c8455
6986477: sun/security/mscapi/AccessKeyStore.sh test is failing on jdk7
...
Reviewed-by: valeriep
2011-03-11 09:55:03 +00:00
Valerie Peng
1daa47b01d
6994008: PKCS11 should support "RSA" and "RSA/ECB/NoPadding" ciphers
...
Add support for RSA_X_509 mechanism and aliasing of "RSA" to "RSA/ECB/PKCS1Padding".
Reviewed-by: wetmore
2011-03-07 14:14:37 -08:00
Lana Steuck
5f0efd5e7c
Merge
2011-03-07 11:36:37 -08:00
Michael Fang
96741fdfe3
Merge
2011-03-04 14:31:00 -08:00
Alan Bateman
45fd401ff7
7021987: native2ascii "file cannot be read" error message is broken
...
Reviewed-by: lancea, mchung
2011-03-02 16:56:07 +00:00
Weijun Wang
314c75c742
7020531: test: java/security/cert/CertificateFactory/openssl/OpenSSLCert.java file not closed after run
...
Reviewed-by: alanb, smarks
2011-03-01 16:22:22 +08:00
Weijun Wang
b777a1fbae
7021789: Remove jarsigner -crl option
...
Reviewed-by: mullan
2011-02-28 23:02:37 +08:00
Masaki Katakai
464a65b11c
6998391: Serbian (Latin) locale support
...
Reviewed-by: naoto
2011-02-26 03:53:06 -08:00
Mandy Chung
579f3ad056
7016707: Remove the BootClassLoaderHook for jkernel support
...
Reviewed-by: alanb, ohair
2011-02-25 12:11:20 -08:00
Valerie Peng
4ce8048909
6604496: Support for CKM_AES_CTR (counter mode)
...
Enhanced SunPKCS11 provider to support AES/CTR/NoPadding transformation.
Reviewed-by: vinnie
2011-02-22 12:01:35 -08:00
Lana Steuck
9e058711b1
Merge
2011-02-21 14:33:58 -08:00
Lana Steuck
ba6e52f984
Merge
2011-02-21 14:23:42 -08:00
Andrew John Hughes
3073a78664
7017581: missing copyright header in test/sun/java2d/pipe/RegionOps.java
...
Reviewed-by: anthony
2011-02-15 15:09:20 +00:00
Weijun Wang
d4fbb08ec0
7018928: test failure: sun/security/krb5/auto/SSL.java
...
Reviewed-by: valeriep
2011-02-15 12:11:15 +08:00
Chris Hegarty
bdd3171405
6887710: Jar index should avoid putting META-INF in the INDEX.LIST
...
Reviewed-by: michaelm
2011-02-03 11:56:56 +00:00
Sean Coffey
6ed5196d7d
7016897: Copyright header correction : test/sun/security/provider/SeedGenerator/SeedGeneratorChoice.java
...
Reviewed-by: vinnie
2011-02-03 11:28:04 +00:00
Xue-Lei Andrew Fan
85a3f20cef
7011497: new CertPathValidatorException.BasicReason enum constant for constrained algorithm
...
Add new BasicReason and improve trust anchor searching method during cert path validation
Reviewed-by: mullan
2011-02-01 04:45:10 -08:00
Chris Hegarty
e615d63fad
7012768: InetAddress lookupTable leaks/deadlocks when using unsupported name service spi
...
Reviewed-by: alanb, michaelm
2011-01-21 17:02:57 +00:00
Stuart Marks
ba58eb7896
7012003: diamond conversion for ssl
...
Reviewed-by: wetmore
2011-01-14 15:31:45 -08:00
Stuart Marks
07549260db
7008713: diamond conversion of kerberos5 and security tools
...
Reviewed-by: weijun
2011-01-12 13:52:09 -08:00
Lana Steuck
fb91d40572
Merge
2011-01-04 17:05:38 -08:00
Kelly O'Hair
6b6a611c8e
6962318: Update copyright year
...
Reviewed-by: xdono
2010-12-28 15:53:50 -08:00
Daniel D. Daugherty
4ef8c5c56c
7005984: 3/3 Incorrect values of S0C and S0CMX appear with -gcnewcapacity in jstat
...
Swap S0C and S0CMX column values.
Reviewed-by: ohair, dholmes, poonam
2010-12-23 23:10:36 -08:00
Lana Steuck
4010e0a7cb
Merge
2010-12-22 23:12:17 -08:00
Valerie Peng
16faa79cf4
6581254: pkcs11 provider fails to parse configuration file contains windows short path
...
Modified configuration parsing code to support "~".
Reviewed-by: weijun
2010-12-22 18:30:34 -08:00
Weijun Wang
fdbca6b5f6
6975866: api/org_ietf/jgss/GSSContext/index.html#wrapUnwrapIOTest started to fail since jdk7 b102
...
Reviewed-by: valeriep
2010-12-17 11:03:33 +08:00
Lana Steuck
9ed3faea7a
Merge
2010-12-13 16:25:26 -08:00
Lana Steuck
dc44526b3f
Merge
2010-12-10 14:02:33 -08:00
Sean Coffey
6c39971cb7
6998583: NativeSeedGenerator is making 8192 byte read requests from entropy pool on each init
...
Reviewed-by: wetmore, andrew, vinnie
2010-12-10 15:11:47 +00:00
Xueming Shen
860a7e1fc9
6415373: (cs) UnicodeEncoder emits BOM when there are no bytes to encode
...
No BOM output if no byte to encode
Reviewed-by: alanb
2010-12-08 12:54:43 -08:00
Masayoshi Okutsu
5039c146a8
6653944: (cal) BuddhistCalendar yearOffset erased when deserialized
...
Reviewed-by: peytoia
2010-12-08 13:09:29 +09:00
Weijun Wang
d9f1152680
6896700
: Validation of signatures succeed when it should fail
...
Reviewed-by: wetmore
2010-12-06 10:48:18 +08:00
Weijun Wang
6ad8ffe59b
7004168: jarsigner -verify checks for KeyUsage codesigning ext on all certs instead of just signing cert
...
Reviewed-by: mullan
2010-12-06 10:46:26 +08:00
Weijun Wang
1d7abe0313
7004035: signed jar with only META-INF/* inside is not verifiable
...
Reviewed-by: mullan
2010-12-06 10:46:18 +08:00
Lana Steuck
0ebf8df623
Merge
2010-12-05 16:08:01 -08:00
Lana Steuck
987b04c8e9
Merge
2010-12-05 15:26:16 -08:00
Weijun Wang
3281356d0f
7004721: ktarg.sh fails when there's no default realm
...
Reviewed-by: xuelei
2010-12-06 06:49:18 +08:00
Lana Steuck
366828ecb8
Merge
2010-11-30 15:07:42 -08:00
Weijun Wang
9f743252e5
7002036: ktab return code changes on a error case
...
Reviewed-by: valeriep
2010-11-24 07:43:06 +08:00
Weijun Wang
11c0d2dbec
6979329: CCacheInputStream fails to read ticket cache files from Kerberos 1.8.1
...
Reviewed-by: valeriep
2010-11-22 09:43:58 +08:00
Valerie Peng
358ee90f29
6720456: New 4150 may have larger blowfish keysizes
...
Changed to use TBD value instead of FAIL
Reviewed-by: weijun
2010-11-19 17:05:47 -08:00
Xueming Shen
8aaa66c1f7
6217210: RFE: Support for Cp833 in 1.4.2
...
Forward port the Cp833 charset
Reviewed-by: poonam
2010-11-17 21:33:16 -08:00
Lana Steuck
41c256442e
Merge
2010-11-15 19:05:15 -08:00
Valerie Peng
0ec3c185d5
6687725: Internal PKCS5Padding impl should throw IllegalBlockSizeException and not BadPaddingException
...
Changed to throw IllegalBlockSizeException when the data length isn't multiples of block size
Reviewed-by: wetmore
2010-11-15 14:38:41 -08:00
Jennifer Godinez
1a159a4c9a
6862652: A number of tests fail for some background Themes configured on Windows7 & Windows 2008R2 in 6u15
...
Reviewed-by: igor, prr
2010-11-15 14:16:05 -08:00
Lana Steuck
c420cdefc2
Merge
2010-11-13 18:56:50 -08:00
Weijun Wang
707e6f0318
6960894: Better AS-REQ creation and processing
...
Reviewed-by: valeriep
2010-11-12 21:33:14 +08:00
Weijun Wang
2fa98fdbd7
6987827: security/util/Resources.java needs improvement
...
Reviewed-by: valeriep
2010-11-11 15:51:12 +08:00
Lana Steuck
6c96acb83a
Merge
2010-11-09 22:53:18 -08:00
Weijun Wang
5b6c23c809
6952519: kdc_timeout is not being honoured when using TCP
...
Reviewed-by: valeriep
2010-11-09 08:34:11 +08:00
Yong Jeffrey Huang
f79c2a901f
Merge
2010-11-07 23:33:21 -08:00
Masaki Katakai
c0b8fe5e03
4225362: localized DateFormatSymbols for fr_FR is wrong
...
Reviewed-by: yhuang, peytoia
2010-11-07 19:48:25 -08:00
Weijun Wang
42b61014b3
6997740: ktab entry related test compilation error
...
Reviewed-by: valeriep
2010-11-06 09:11:18 +08:00
Lana Steuck
431c033058
Merge
2010-11-04 15:38:39 -07:00
Lana Steuck
fba090f3e8
Merge
2010-11-02 19:40:45 -07:00
Xue-Lei Andrew Fan
f685cc171a
6916074: Add support for TLS 1.2
...
6985179: To support Server Name Indication extension for JSSE client
Introduces the algorithm constraints to support signature and hash algorithm selection. Includes contributions from wetmore and weijung.
Reviewed-by: wetmore, weijun
2010-11-01 22:02:35 -07:00
Mandy Chung
b71960eeee
6994413: JDK_GetVersionInfo0 only expects a two digit build number
...
Reviewed-by: dholmes
2010-11-01 10:59:03 -07:00
Xue-Lei Andrew Fan
aab01a90d7
4873188: Support TLS 1.1
...
Reviewed-by: wetmore, weijun
2010-10-30 18:39:17 +08:00
Weijun Wang
d2ef113186
6950546: "ktab -d name etype" to "ktab -d name [-e etype] [kvno | all | old]"
...
6984764: kerberos fails if service side keytab is generated using JDK ktab
Reviewed-by: valeriep
2010-10-28 21:14:44 +08:00
Mandy Chung
5b64666e30
6985460: PlatformLogger throws ArrayStoreException when j.u.logging is initialized
...
Reviewed-by: dholmes
2010-10-22 11:22:54 -07:00
Chris Hegarty
0d92e368ee
6993490: SocketTimeoutException on HTTP keep-alive connections
...
Reviewed-by: michaelm
2010-10-21 16:49:36 +01:00
Lana Steuck
45d07f9520
Merge
2010-10-18 21:50:02 -07:00
Lana Steuck
67a5640f22
Merge
2010-10-18 12:43:39 -07:00
Mandy Chung
d990871881
6977738: Deadlock between java.lang.ClassLoader and java.util.Properties
...
Reviewed-by: alanb, sherman, darcy, igor
2010-10-11 20:22:27 -07:00
Chris Hegarty
0615bd9a48
Merge
2010-10-08 11:27:55 +01:00
Andrew Brygin
8b789531bf
6975884: sun/java2d/SunGraphics2D/DrawImageBilinear.java failed
...
Reviewed-by: prr
2010-10-07 12:25:23 +04:00
Andrew Brygin
014b414926
6976076: sun/java2d/pipe/MutableColorTest/MutableColorTest.java failed
...
Reviewed-by: igor, prr
2010-10-05 10:23:14 +04:00
Michael McMahon
2cd0e300b8
6987927: can't use -Dfile.encoding=Cp037 in net test
...
Reviewed-by: chegar
2010-09-28 14:36:19 +01:00
Michael McMahon
2c29ae4f3c
6550798: Using InputStream.skip with ResponseCache will cause partial data to be cached
...
Reviewed-by: chegar
2010-09-28 11:59:57 +01:00
Lana Steuck
53e6cf8989
Merge
2010-09-25 12:00:05 -07:00
Weijun Wang
b32aa9d2d5
6986868: TEST failure: sun/security/tools/jarsigner/crl.sh
...
Reviewed-by: ohair
2010-09-25 10:21:30 +08:00
Chris Hegarty
0d636dcf1c
6672144: HttpURLConnection.getInputStream sends POST request after failed chunked
...
Reviewed-by: michaelm
2010-09-21 15:58:06 +01:00
Lana Steuck
a682d9348d
Merge
2010-09-16 11:19:43 -07:00
Pavel Tisnovsky
331eea0db7
6984543: Test sun/java2d/DirectX/OnScreenRenderingResizeTest fails on GNOME
...
Testcase correction.
Reviewed-by: art
2010-09-16 13:25:20 +02:00
Weijun Wang
ce46bf1737
6982840: sun/security/tools/jarsigner/emptymanifest.sh fails
...
Reviewed-by: dholmes
2010-09-14 10:18:16 +08:00
Chris Hegarty
b7f1641806
6980517: TEST_BUG sun\net\www\http\ChunkedInputStream\ChunkedEncodingTest.java NullPointerException
...
Reviewed-by: michaelm
2010-09-10 15:57:05 +01:00
Kelly O'Hair
f7e31fc6c2
6982137: Rebranding pass 2 - missed copyright changes
...
Reviewed-by: mbykov
2010-09-09 16:26:46 -07:00
Alan Bateman
2fdbbbae4e
6965072: Need API to create SDP sockets
...
Reviewed-by: michaelm
2010-09-03 13:11:54 +01:00
Chris Hegarty
f2e822b50f
6977851: NPE from FileURLConnection.connect
...
Reviewed-by: michaelm
2010-08-23 21:59:13 +01:00
Weijun Wang
34198dbc4c
6976536: Solaris JREs do not have the krb5.kdc.bad.policy configured by default
...
Reviewed-by: valeriep
2010-08-19 11:26:32 +08:00
Daniel D. Daugherty
438ccadcce
6962604: 3/3 Testcase sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.sh failure
...
Disable MonitorVmStartTerminate.sh until 6543856 is fixed.
Reviewed-by: ohair
2010-08-06 11:07:16 -07:00
Chris Hegarty
784f62993b
6973030: NTLM proxy authentication fails with https
...
Reviewed-by: michaelm
2010-08-03 12:03:03 +01:00
Weijun Wang
9d92d626e3
6972005: ConfPlusProp.java test failure when DNS has info for realm
...
Reviewed-by: xuelei
2010-07-26 17:21:51 +08:00
Xue-Lei Andrew Fan
f5561769de
6867345: Turkish regional options cause NPE in sun.security.x509.AlgorithmId.algOID
...
Reviewed-by: mullan, weijun
2010-07-24 22:59:41 +08:00
Daniel D. Daugherty
7dea7787e2
6964018: 3/4 AnonLoggerWeakRefLeak and LoggerWeakRefLeak can fail in JPRT
...
Refactor test/sun/tools/common/* code and refactor AnonLoggerWeakRefLeak and LoggerWeakRefLeak to use it.
Reviewed-by: ohair, alanb
2010-07-21 17:01:31 -07:00
Daniel D. Daugherty
5d8f395e2b
6941287: 4/4 jrunscriptTest.sh test does not work right under Cygwin
...
Add golden_diff variable for doing proper golden file diffs on Cygwin.
Reviewed-by: ohair, dholmes
2010-07-21 16:58:35 -07:00
Chris Hegarty
2890d62dbb
6969395: TEST_BUG: Tests in java/net sun/net problems
...
Reviewed-by: alanb
2010-07-21 13:29:26 +01:00
Abhijit Saha
1e52a8c736
Merge
2010-07-16 09:26:55 -07:00
Weijun Wang
c20e1ffd6c
6670889: Keystore created under Hindi Locale causing ArrayIndexOutOfBoundsException
...
Reviewed-by: chegar
2010-07-13 20:27:01 +08:00
Abhijit Saha
97d968d3ff
Merge
2010-06-24 10:56:00 -07:00
Weijun Wang
c93ecb6623
6946669: SSL/Krb5 should not call EncryptedData.reset(data, false)
...
Reviewed-by: xuelei
2010-06-24 14:26:35 +08:00
Weijun Wang
6426b52076
6844907: krb5 etype order should be from strong to weak
...
Reviewed-by: valeriep
2010-06-24 14:26:28 +08:00
Weijun Wang
4bdcad4b69
6958026: Problem with PKCS12 keystore
...
Reviewed-by: mullan
2010-06-24 14:26:22 +08:00
Alan Bateman
670501c6c6
6963027: TEST_BUG: channels and buffer tests need to run in samevm mode
...
Reviewed-by: ohair, sherman, chegar
2010-06-23 20:19:29 +01:00
Xueming Shen
62854e9b81
6963156: TEST_BUG: Several tests under sun/nio/cs failed
...
Updated the test cases and removed them from ProblemList.txt
Reviewed-by: alanb
2010-06-22 14:04:36 -04:00
Kelly O'Hair
b383b9ba47
6962617: Testcase changes, cleanup of problem list for jdk_tools targets
...
Reviewed-by: alanb
2010-06-20 14:53:36 -07:00
Weijun Wang
5141220c5e
6959292: regression: cannot login if session key and preauth does not use the same etype
...
Reviewed-by: xuelei, valeriep
2010-06-17 13:46:15 +08:00
Lana Steuck
ce4febb72c
Merge
2010-06-16 14:07:47 -07:00
Xue-Lei Andrew Fan
53a219bfee
6914943: Implement final TLS renegotiation fix
...
RFC 5746 implementation
Reviewed-by: wetmore, weijun
2010-06-12 00:42:51 -07:00
Weijun Wang
b0277a9631
6958869: regression: PKIXValidator fails when multiple trust anchors have same dn
...
Reviewed-by: xuelei, wetmore, mullan
2010-06-11 11:38:36 +08:00
Mandy Chung
22ac1684a0
6959965: jstat: Add new -classload option to print class loading statistics
...
Add a new jstat -classload option
Reviewed-by: alanb
2010-06-10 14:14:17 -07:00
Lana Steuck
27a539e27c
Merge
2010-06-07 17:08:26 -07:00
Weijun Wang
2d9fcecd29
6951366: kerberos login failure on win2008 with AD set to win2000 compat mode
...
Reviewed-by: valeriep, xuelei
2010-06-04 19:28:53 +08:00
Weijun Wang
141897fe19
6950931: test fails on windows sun/security/tools/jarsigner/crl.sh
...
Reviewed-by: wetmore, xuelei
2010-06-01 10:52:42 +08:00
Lana Steuck
fd45b4188c
Merge
2010-05-28 12:10:14 -07:00
Kelly O'Hair
80b67f81af
6956202: Fix a few missed rebranding issues, please contact lines etc
...
Reviewed-by: jjg, darcy, weijun
2010-05-26 20:28:04 -07:00
Kelly O'Hair
fe008ae27a
6943119: Rebrand source copyright notices
...
Reviewed-by: darcy, weijun
2010-05-25 15:58:33 -07:00
Jonathan Gibbons
d864e54627
6934615: Relative classpaths in jarfile manifests are handled inefficiently by rmic
...
Reviewed-by: darcy
2010-05-25 15:39:38 -07:00
Weijun Wang
235a3e379c
6948287: KDC test strange knvo
...
Reviewed-by: xuelei
2010-05-25 18:20:54 +08:00
Weijun Wang
480f0af4e8
6932525: Incorrect encryption types of KDC_REQ_BODY of AS-REQ with pre-authentication
...
Reviewed-by: valeriep
2010-05-24 10:05:04 +08:00
Weijun Wang
a7fbe2d858
6882687: KerberosTime too imprecise
...
Reviewed-by: valeriep
2010-05-24 09:37:02 +08:00
Weijun Wang
874ec0972c
6948803: CertPath validation regression caused by SHA1 replacement root and MD2 disable feature
...
Reviewed-by: xuelei, mullan
2010-05-24 09:28:06 +08:00
Pavel Tisnovsky
fb9c4505a1
6951887: Wrong redirection useage in test sun/nio/cs/Test4200310.sh
...
Testcase correction.
Reviewed-by: sherman
2010-05-13 10:11:17 +02:00
Chris Hegarty
473182bb12
6947917: Error in basic authentication when user name and password are long
...
Reviewed-by: weijun
2010-05-07 10:11:37 +01:00
Weijun Wang
7c6813eb7a
6890876: jarsigner can add CRL info into signed jar
...
Reviewed-by: mullan
2010-05-06 13:42:52 +08:00
Weijun Wang
a94d06f6b7
6948909: Jarsigner removes MANIFEST.MF info for badly packages jar's
...
Reviewed-by: mullan, xuelei
2010-05-06 11:26:16 +08:00
Lana Steuck
fadbc27979
Merge
2010-05-02 15:54:20 -07:00
Weijun Wang
20fbeb53cd
6844193: support max_retries in krb5.conf
...
Reviewed-by: valeriep
2010-04-29 15:51:10 +08:00
Michael Wilkerson
dc22d413ff
Merge
2010-04-28 20:04:33 -07:00
Weijun Wang
7cc72590c7
6856069: PrincipalName.clone() does not invoke super.clone()
...
Reviewed-by: chegar
2010-04-22 12:45:36 +08:00
Lana Steuck
561ea30dc6
Merge
2010-04-20 16:51:13 -07:00
Weijun Wang
5d137e0d2f
6944847: native gss lib names on linux
...
Reviewed-by: valeriep
2010-04-20 19:30:31 +08:00
Yong Jeffrey Huang
a7b302b493
Merge
2010-04-20 01:24:48 -07:00
Andrew Brygin
8403ec67a3
6936389: FontManager.fileCloser may cause memory leak in applets
...
Reviewed-by: igor, prr, ant
2010-04-20 11:06:47 +04:00
Weijun Wang
592e8de4e1
6939248: Jarsigner can't extract Extended Key Usage from Timestamp Reply correctly
...
Reviewed-by: xuelei, mullan
2010-04-16 10:13:23 +08:00
Weijun Wang
7afbc895a8
6937978: let keytool -gencert generate the chain
...
Reviewed-by: mullan
2010-04-16 10:06:07 +08:00
Chris Hegarty
61ab8e5bfd
6943219: test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/DNSIdentities.java fail in linux
...
Reviewed-by: andrew
2010-04-15 16:37:16 +01:00
Yong Jeffrey Huang
6798c200f0
Merge
2010-04-11 21:04:45 -07:00
Xue-Lei Andrew Fan
52e1e32cdb
6941936: Broken pipe error of test case DNSIdentities.java
...
Reviewed-by: chegar
2010-04-10 09:13:12 +08:00
Abhijit Saha
39f32d7819
Merge
2010-03-29 07:17:02 -07:00
Xue-Lei Andrew Fan
0f50eeb222
6693917: regression tests need to update for supporting ECC on solaris 11
...
Reviewed-by: weijun
2010-03-29 13:27:25 +08:00
Abhijit Saha
4e39344d24
Merge
2010-03-24 17:32:04 -07:00
Abhijit Saha
b60d36a19a
Merge
2010-03-24 14:16:57 -07:00
Chris Hegarty
498067c8a3
6614957: HttpsURLConnection not using the set SSLSocketFactory for creating all its Sockets
...
6771432: createSocket() - smpatch fails using 1.6.0_10 because of "Unconnected sockets not implemented"
6766775: X509 certificate hostname checking is broken in JDK1.6.0_10
All three bugs are interdependent
Reviewed-by: xuelei
2010-03-23 13:54:36 +00:00
Valerie Peng
b05376b108
6837847: PKCS#11 A SecureRandom and a serialization error following installation of 1.5.0_18
...
Added a custom readObject method to PKCS11 SecureRandom impl
Reviewed-by: wetmore
2010-03-18 17:56:39 -07:00
Valerie Peng
c0cdafcd43
6695485: SignedObject constructor throws ProviderException if it's called using provider "SunPKCS11-Solaris"
...
Added checking for RSA key lengths in initSign and initVerify
Reviewed-by: vinnie
2010-03-18 17:05:42 -07:00
Weijun Wang
23a0fee518
6829283: HTTP/Negotiate: Autheticator triggered again when user cancels the first one
...
Reviewed-by: chegar
2010-03-18 18:26:37 +08:00
Weijun Wang
69e5f8b791
6868865: Test: sun/security/tools/jarsigner/oldsig.sh fails under all platforms
...
Reviewed-by: wetmore
2010-03-17 09:55:04 +08:00
Weijun Wang
8055ab99b7
6844909: support allow_weak_crypto in krb5.conf
...
Reviewed-by: valeriep
2010-03-04 10:37:16 +08:00
Yong Jeffrey Huang
97617dd2f3
6776102: sun/util/resources/TimeZone/Bug6317929.java test failed against 6u12b01 and passed against 6u11b03
...
Reviewed-by: yhuang, peytoia
2010-02-11 20:59:09 -08:00
Weijun Wang
913e14a463
6922482: keytool's help on -file always shows 'output file'
...
Reviewed-by: wetmore
2010-02-03 17:04:52 +08:00
Yong Jeffrey Huang
30885d636b
6919624: minimalDaysInFirstWeek ressource for hungarian is wrong
...
Reviewed-by: yhuang, peytoia
2010-01-27 23:19:28 -08:00
Lana Steuck
c380e15d57
Merge
2010-01-27 14:46:06 -08:00
Weijun Wang
4641ee098b
6919610: KeyTabInputStream uses static field for per-instance value
...
Reviewed-by: mullan
2010-01-26 17:03:48 +08:00
Lana Steuck
352a180c52
Merge
2010-01-22 09:34:17 -08:00
Yong Jeffrey Huang
99efc13e49
6916787: Ukrainian currency name needs to be fixed
...
Reviewed-by: yhuang, peytoia
2010-01-21 22:05:31 -08:00
Weijun Wang
9645beba5c
6917791: KeyTabEntry, when the byte value smaller then 16, the string drop '0'
...
Reviewed-by: xuelei
2010-01-19 11:43:45 +08:00
Yong Jeffrey Huang
fb1a4c18c0
Merge
2010-01-17 18:42:34 -08:00
Yong Jeffrey Huang
0db0a7d9e9
Merge
2010-01-11 23:25:20 -08:00
Yong Jeffrey Huang
dbcf39cd95
6914413: abbreviation name for November is not correct in be_BY
...
Reviewed-by: yhuang, peytoia
2010-01-06 17:52:49 -08:00
Yong Jeffrey Huang
3ef2389b01
6716626: Integrate contributed language and country names for NL
...
Reviewed-by: yhuang, peytoia
2010-01-05 18:26:19 -08:00
Kelly O'Hair
03c602bf3a
Merge
2010-01-05 13:44:09 -08:00
Weijun Wang
a3071a3b47
6913636: kvno check in JSSE
...
Reviewed-by: valeriep
2010-01-05 10:40:44 +08:00
Weijun Wang
d6e00a699d
6895424: RFC 5653
...
Reviewed-by: valeriep
2010-01-05 10:40:36 +08:00
Kelly O'Hair
5870e852d5
6911104: Tests do not work with CYGWIN: tools, sun/tools, and com/sun/tools
...
Reviewed-by: tbell, alanb
2010-01-04 15:56:42 -08:00
Kelly O'Hair
5b5ca23ef0
6911112: Tests do not work with CYGWIN: javax/imageio/, javax/script/, and sun/misc/
...
Reviewed-by: tbell, alanb
2010-01-04 15:45:30 -08:00
Kelly O'Hair
67582cd0a5
6911131: Test does not work with CYGWIN: sun/management/jmxremote/bootstrap/RmiSslNoKeyStoreTest.sh
...
Reviewed-by: tbell, alanb
2010-01-04 15:41:54 -08:00
Yong Jeffrey Huang
32bb0605eb
6585666: Spanish language names not compliant with CLDR
...
Reviewed-by: yhuang, peytoia
2009-12-28 14:58:33 -08:00
Yong Jeffrey Huang
a3e3f6d321
6870908: reopen bug 4244752: month names in Estonian should be lowercase
...
Reviewed-by: yhuang, peytoia
2009-12-24 15:37:01 -08:00
Weijun Wang
56ac52238f
6907425: JCK Kerberos tests fail since b77
...
Reviewed-by: valeriep
2009-12-24 13:56:28 +08:00
Weijun Wang
709a5076d8
6843127: krb5 should not try to access unavailable kdc too often
...
Reviewed-by: valeriep, mullan
2009-12-24 13:56:19 +08:00
Yong Jeffrey Huang
5304e769f1
6573250: Java.util.Currency.getSymbol(Locale) returns wrong value when locale is not US
...
Reviewed-by: yhuang, peytoia
2009-12-20 19:49:30 -08:00
Yong Jeffrey Huang
bb86b60a83
6910489: Slovenia Locale, wrong firstDayOfWeek number
...
Reviewed-by: yhuang, peytoia
2009-12-20 19:31:57 -08:00
Yong Jeffrey Huang
a08074d0f3
6650730: Lithuanian locale date and number formats mismatch
...
Reviewed-by: yhuang, peytoia
2009-12-17 22:24:08 -08:00
Yong Jeffrey Huang
0ab16fe4a2
6646611: Incorrect spelling of month name in locale for Belarusian language ("be", "BY")
...
Reviewed-by: yhuang, peytoia
2009-12-17 02:28:59 -08:00