Vinnie Ryan
|
5d5ef39f51
|
8136534: Loading JKS keystore using non-null InputStream results in closed stream
Reviewed-by: mullan, wetmore
|
2015-09-18 17:54:28 +01:00 |
|
Frank Yuan
|
371edc6684
|
8074931: Additional tests for CertPath API
Reviewed-by: mullan
|
2015-09-15 12:43:12 +03:00 |
|
Artem Smotrakov
|
f1f48ab0d3
|
8134232: KeyStore.load() throws an IOException with a wrong cause in case of wrong password
Reviewed-by: vinnie
|
2015-09-14 19:49:28 +03:00 |
|
Martin Buchholz
|
24742f7b1d
|
8134984: Text files should end in exactly one newline
Automated fixup of newlines at end-of-file via the usual perl one-liner
Reviewed-by: chegar, sherman
|
2015-09-02 14:11:50 -07:00 |
|
Vinnie Ryan
|
79e58cc0e5
|
8132786: java/security/cert/CertPathValidator/OCSP/AIACheck.java fails intermittently
Reviewed-by: mullan
|
2015-08-24 16:22:37 +01:00 |
|
Jamil Nimeh
|
e7f31340a0
|
8046321: OCSP Stapling for TLS
Initial feature commit for OCSP stapling in JSSE
Reviewed-by: xuelei, mullan
|
2015-08-05 12:19:38 -07:00 |
|
Vinnie Ryan
|
c1cd222df9
|
8130850: Support loading a keystore with a custom KeyStore.LoadStoreParameter class
Reviewed-by: mullan
|
2015-07-31 14:29:25 +01:00 |
|
Sean Mullan
|
981dbca21a
|
8131486: SecureClassLoader key for ProtectionDomain cache also needs to take into account certificates
Reviewed-by: weijun
|
2015-07-20 09:03:03 -04:00 |
|
Vinnie Ryan
|
44db4a2bcb
|
8131359: Correct the JTREG tags in java/security/KeyStore/PKCS12/MetadataStoreLoadTest.java test
Reviewed-by: mullan
|
2015-07-15 18:42:12 +01:00 |
|
Bhanu Prakash Gopularam
|
13a6fbe6c0
|
8048830: Implement tests for new functionality provided in JEP 166
Reviewed-by: vinnie
|
2015-07-15 15:07:58 +01:00 |
|
Paul Sandoz
|
e56c76e9f7
|
8081678: Add Stream returning methods to classes where there currently exist only Enumeration returning methods
Reviewed-by: lancea, alanb, chegar, dfuchs, mullan, smarks
|
2015-06-09 07:10:02 +01:00 |
|
Mandy Chung
|
1465e16631
|
8130007: Update security tests to use Security.getProvider to get security provider
Co-authored-by: Valerie Peng <valerie.peng@oracle.com>
Reviewed-by: mullan
|
2015-06-29 11:38:36 -07:00 |
|
Valerie Peng
|
5109058c5d
|
7191662: JCE providers should be located via ServiceLoader
Enhanced to use ServiceLoader and switched provider to Provider.Service model.
Reviewed-by: mullan, alanb, mchung
|
2015-06-26 21:34:34 +00:00 |
|
Valerie Peng
|
f3ff947746
|
8087157: PKCS11 provider not instantiated with security manager
Updated java.policy file with sun.misc pkg access permission for SunPKCS11 provider.
Reviewed-by: mullan
|
2015-06-25 17:53:52 +00:00 |
|
Sean Mullan
|
0338c81dbd
|
6826789: SecureClassLoader should not use CodeSource URLs as HashMap keys
Reviewed-by: weijun
|
2015-06-12 12:50:41 -04:00 |
|
Sean Mullan
|
e37ef5fefc
|
8056179: Store permissions in concurrent collections in PermissionCollection subclasses
8065942: Store PermissionCollection entries in a ConcurrentHashMap instead of a HashMap in Permissions class
Reviewed-by: weijun
|
2015-06-09 09:18:07 -04:00 |
|
Mandy Chung
|
53a97cbeb3
|
8081347: Add @modules to jdk_core tests
Co-authored-by: Alexander Kulyakthin <alexander.kulyakhtin@oracle.com>
Co-authored-by: Alan Bateman <alan.bateman@oracle.com>
Reviewed-by: alanb, joehw, lancea
|
2015-05-28 10:54:48 -07:00 |
|
Artem Smotrakov
|
6b7bbd4884
|
8050374: More Signature tests
Reviewed-by: valeriep
|
2015-05-25 11:47:41 +03:00 |
|
Vinnie Ryan
|
6deb69ac50
|
8072578: ProbeKeystores.java creates files in test.src
Reviewed-by: weijun
|
2015-05-21 17:42:15 +01:00 |
|
Valerie Peng
|
d296137c20
|
8038084: CertStore needs a way to add new CertStore types
Removed internal helper classes and reflection usage for LDAP CertStore.
Reviewed-by: mullan
|
2015-05-15 01:14:25 +00:00 |
|
Sean Mullan
|
5dbc7756f6
|
8075706: Policy implementation does not allow policy.provider to be on the class path
Reviewed-by: alanb, mchung
|
2015-05-12 13:13:06 -04:00 |
|
Joe Darcy
|
86c109e149
|
8078334: Mark regression tests using randomness
Reviewed-by: xuelei, alanb
|
2015-04-29 10:25:53 -07:00 |
|
Zaiyao Liu
|
35c411ea7e
|
8048618: Tests for PKCS12 write operations
Reviewed-by: weijun
|
2015-03-23 15:37:03 +08:00 |
|
Zaiyao Liu
|
7b95618234
|
8050371: More MessageDigest tests
Reviewed-by: xuelei
|
2015-03-04 08:10:23 +00:00 |
|
Amanda Jiang
|
a1f3c2d2fe
|
8048360: Test signed jar files
Reviewed-by: weijun
|
2015-03-04 10:12:25 +08:00 |
|
Jaroslav Bachorik
|
b5ac4fe904
|
8064331: JavaSecurityAccess.doIntersectionPrivilege() drops the information about the domain combiner of the stack ACC
Reviewed-by: mullan
|
2015-01-16 18:19:23 +01:00 |
|
Vinnie Ryan
|
befd7d1c25
|
8044445: JEP 229: Create PKCS12 Keystores by Default
Reviewed-by: mullan, weijun
|
2014-12-23 16:30:57 +00:00 |
|
Zaiyao Liu
|
bf31fc249e
|
8048619: Implement tests for converting PKCS12 keystores
Reviewed-by: weijun
|
2014-12-04 16:50:31 +08:00 |
|
Chris Hegarty
|
441905cdc7
|
8049367: Modular Run-Time Images
Co-authored-by: Alan Bateman <alan.bateman@oracle.com>
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Bradford Wetmore <bradford.wetmore@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Magnus Ihse Bursie <magnus.ihse.bursie@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: chegar, dfuchs, ihse, joehw, mullan, psandoz, wetmore
|
2014-12-03 14:22:58 +00:00 |
|
Mandy Chung
|
a76f56165c
|
8043277: Update jdk regression tests to extend the default security policy instead of override
Reviewed-by: alanb, mullan, chegar, sla
|
2014-10-27 13:45:39 -07:00 |
|
Jamil Nimeh
|
823f5f273e
|
8032573: CertificateFactory.getInstance("X.509").generateCertificates(InputStream) does not throw CertificateException for invalid input
Reviewed-by: weijun
|
2014-10-15 11:43:27 -07:00 |
|
Jason Uh
|
1f56f49cd0
|
8047223: Add algorithm parameter to EncodedKeySpec class and its two subclasses
Reviewed-by: mullan
|
2014-09-16 13:20:51 -07:00 |
|
Amanda Jiang
|
746ed2b4eb
|
8050281: New permission tests for JEP 140
Reviewed-by: mullan
|
2014-09-18 15:36:38 -04:00 |
|
Zaiyao Liu
|
0fdc2863c1
|
8048621: Implement basic keystore tests
Reviewed-by: xuelei
|
2014-09-03 06:57:40 +00:00 |
|
Raghu Nair
|
259c3ec2e9
|
8048362: Tests for doPrivileged with accomplice
Reviewed-by: vinnie
|
2014-09-03 02:11:16 +00:00 |
|
Zaiyao Liu
|
ee35cf6516
|
8048617: Tests for PKCS12 read operations
Reviewed-by: weijun
|
2014-08-27 11:33:45 +08:00 |
|
Zaiyao Liu
|
f34547460c
|
8050370: Need new regressions tests for messageDigest with DigestIOStream
Reviewed-by: weijun
|
2014-08-26 15:10:29 +08:00 |
|
Valerie Peng
|
efa54ce543
|
8043406: Change default policy for JCE providers to run with as few privileges as possible
Provide default permissions for crypto providers
Reviewed-by: mullan, vinnie
|
2014-07-10 22:44:58 +00:00 |
|
Weijun Wang
|
fa14289859
|
8040769: add a comment to the NewInstance test
Reviewed-by: wetmore
|
2014-04-17 09:48:21 +08:00 |
|
Weijun Wang
|
ce428ecfec
|
8039853: Provider.Service.newInstance() does not work with current JDK JGSS Mechanisms
Reviewed-by: mullan
|
2014-04-16 10:39:36 +08:00 |
|
Rajan Halade
|
56b41822fb
|
8033271: Manual security tests have @ignore rather than @run main/manual
Reviewed-by: xuelei, wetmore
|
2014-03-18 15:04:59 -07:00 |
|
Artem Smotrakov
|
727989dc5d
|
8028591: NegativeArraySizeException in sun.security.util.DerInputStream.getUnalignedBitString()
Reviewed-by: mullan, weijun
|
2014-03-13 15:13:22 +08:00 |
|
Lana Steuck
|
657b9db1ba
|
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
Updated files with 2011, 2012 and 2013 years according to the file's last updated date
Reviewed-by: tbell, lancea, chegar
|
2013-12-26 12:04:16 -08:00 |
|
Sean Mullan
|
7699817903
|
8025708: Certificate Path Building problem with AKI serial number
Reviewed-by: xuelei, juh
|
2014-02-17 11:36:40 -05:00 |
|
Vladimir Kozlov
|
57b7b831ae
|
Merge
|
2014-01-28 14:57:41 -08:00 |
|
Vladimir Kozlov
|
9c83896027
|
Merge
|
2014-01-22 14:17:32 -08:00 |
|
Artem Smotrakov
|
f85948cc0c
|
8028431: NullPointerException in DerValue.equals(DerValue)
Reviewed-by: mullan
|
2014-01-21 16:54:26 -05:00 |
|
Volker Simonis
|
70041ae4e4
|
8028537: PPC64: Updated the JDK regression tests to run on AIX
Co-authored-by: Jonathan Lu <luchsh@linux.vnet.ibm.com>
Co-authored-by: Steve Poole <spoole@linux.vnet.ibm.com>
Reviewed-by: alanb
|
2014-01-17 21:54:30 +01:00 |
|
Anthony Scarpino
|
aa8188c26b
|
8030823: Security Providers need to have their version numbers updated for JDK9
Reviewed-by: xuelei, wetmore
|
2014-01-07 14:35:57 -08:00 |
|
Joe Darcy
|
48ce9464b0
|
8031651: Remove unneeded -source and -target flags in jdk repo regression tests
Reviewed-by: dfuchs, mullan
|
2014-01-14 10:08:24 -08:00 |
|