Weijun Wang
|
b1c4b461f1
|
8214100: use of keystore probing results in unnecessary exception thrown
Reviewed-by: mullan
|
2018-11-27 08:51:20 +08:00 |
|
Sean Coffey
|
73ad9c4a00
|
8148188: Enhance the security libraries to record events of interest
Reviewed-by: egahlin, mullan, weijun, xuelei
|
2018-11-20 13:12:48 +00:00 |
|
Dean Long
|
a9ae141836
|
8212605: Pure-Java implementation of AccessController.doPrivileged
Reviewed-by: dholmes, mullan, vlivanov, mchung, alanb, rriggs
|
2018-11-06 16:04:50 -08:00 |
|
Mandy Chung
|
9ffe7e1205
|
8211122: Reduce the number of internal classes made accessible to jdk.unsupported
Reviewed-by: alanb, dfuchs, kvn
|
2018-11-06 10:01:16 -08:00 |
|
Weijun Wang
|
8dbea74827
|
8212867: Link to DRBG test vectors is redirected to a broken link
Reviewed-by: mullan
|
2018-10-26 11:11:13 +08:00 |
|
Mandy Chung
|
b72ab42e49
|
8210721: Replace legacy serial exception field with Throwable::cause
Reviewed-by: dfuchs, lancea
|
2018-09-17 15:22:46 -07:00 |
|
Ivan Gerasimov
|
27e26fbdd7
|
8210786: Typo s/overriden/overridden/ in several places
Reviewed-by: weijun
|
2018-09-15 22:02:08 -07:00 |
|
Sean Mullan
|
59d3b2ccfa
|
6899533: SecureClassLoader and URLClassLoader have unnecessary check for createClassLoader permission
Remove code that is no longer necessary now that pre-JDK 1.2 SecurityManager methods are not supported.
Reviewed-by: mchung
|
2018-09-07 08:02:51 -04:00 |
|
Joe Darcy
|
07ed14c5cf
|
8209304: Deprecate serialVersionUID fields in interfaces
Reviewed-by: lancea, mullan, rriggs, smarks
|
2018-08-17 13:37:01 -07:00 |
|
Joe Darcy
|
4bac00436d
|
8209024 : Use SuppressWarnings on serialVersionUID fields in interfaces
Reviewed-by: bpb, rriggs, mullan
|
2018-08-06 14:29:22 -07:00 |
|
Valerie Peng
|
df08003471
|
8206171: Signature#getParameters for RSASSA-PSS throws ProviderException when not initialized
Changed SunRsaSign and SunMSCAPI provider to return null and updated javadoc
Reviewed-by: weijun, mullan
|
2018-07-23 23:18:19 +00:00 |
|
Weijun Wang
|
da18d08006
|
8207318: KeyStore#getInstance(File, LoadStoreParameter) does not load the keystore
Reviewed-by: mullan
|
2018-07-17 22:22:00 +08:00 |
|
Roger Riggs
|
4098f2560a
|
8066709: Make some JDK system properties read only
Reviewed-by: lancea, sundar, bchristi, weijun, mchung, alanb, mullan
|
2018-06-27 09:36:34 -04:00 |
|
Valerie Peng
|
9e8d9fe1ee
|
8146293: Add support for RSASSA-PSS Signature algorithm
Add RSASSA-PSS key and signature support to SunRsaSign provider
Reviewed-by: wetmore
|
2018-05-21 23:40:52 +00:00 |
|
Adam Petcher
|
f5a247a85f
|
8171277: Elliptic Curves for Security in Crypto
Implementations of X25519 and X448 key agreement in SunEC
Reviewed-by: mullan
|
2018-05-08 09:47:28 -04:00 |
|
Claes Redestad
|
f5a681373f
|
8152821: Merge jdk.internal.misc.JavaSecurityAccess and jdk.internal.misc.JavaSecurityProtectionDomainAccess shared secrets
Reviewed-by: mullan
|
2018-04-13 01:04:33 +02:00 |
|
Weijun Wang
|
f965fb8986
|
8200792: PKCS12Attribute#hashCode is always constant -1
Reviewed-by: xuelei
|
2018-04-08 11:32:46 +08:00 |
|
Sean Mullan
|
d3bd8b3ecc
|
8194307: KeyStore#getInstance with custom LoadStoreParameter succeeds with invalid password
Reviewed-by: weijun, vinnie
|
2018-01-19 09:49:35 -05:00 |
|
Ivan Gerasimov
|
77b4045e0f
|
8193156: Need to backout fixes for JDK-8058547, JDK-8055753, JDK-8085903
Reviewed-by: mullan
|
2017-12-07 10:18:22 -08:00 |
|
Sean Coffey
|
0c7be1d9e7
|
8185855: Debug exception stacks should be clearer
Reviewed-by: mullan, ascarpino
|
2017-12-06 14:33:33 +00:00 |
|
Valerie Peng
|
4c7e794ad9
|
8182484: Remove 1024-bit default requirement from javadoc of java.security.interfaces.DSAKeyPairGenerator
Updated javadoc to remove the text of using 1024 as the default key size
Reviewed-by: mullan
|
2017-11-29 00:43:59 +00:00 |
|
Sean Mullan
|
e20e93d027
|
Merge
|
2017-11-14 09:19:50 -05:00 |
|
Sean Mullan
|
b4a427a82b
|
8175094: Mark the deprecated java.security.acl APIs with forRemoval=true
Reviewed-by: weijun
|
2017-11-14 09:15:12 -05:00 |
|
Sean Mullan
|
525a4b1977
|
8175091: Mark the deprecated java.security.{Certificate,Identity,IdentityScope,Signer} APIs with forRemoval=true
Reviewed-by: weijun
|
2017-11-14 08:24:27 -05:00 |
|
Christoph Dreis
|
7f79fffba6
|
8190382: fix small typographic errors in comments
Reviewed-by: martin
|
2017-10-30 17:49:33 -07:00 |
|
Weijun Wang
|
3232ef5897
|
8181432: Better processing of unresolved permissions
Reviewed-by: mullan
|
2017-07-06 09:20:21 +08:00 |
|
Erik Joelsson
|
3789983e89
|
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
|
2017-09-12 19:03:39 +02:00 |
|