Mikael Vidstedt
|
f08a9de3b2
|
Merge
|
2019-07-17 04:33:37 -07:00 |
|
Sean Coffey
|
3f0730930d
|
8133489: Better messaging for PKIX path validation matching
Reviewed-by: xuelei
|
2019-06-21 08:07:18 +00:00 |
|
Sean Mullan
|
ed9eac2bb9
|
8036608: Key.getAlgorithm link to standard algorithm names needs to be updated
Reviewed-by: xuelei
|
2019-04-29 14:34:10 -04:00 |
|
Valerie Peng
|
3b6b6b3cb3
|
8216039: TLS with BC and RSASSA-PSS breaks ECDHServerKeyExchange
Add internal Signature init methods to select provider based on both key and parameter
Reviewed-by: xuelei
|
2019-04-10 02:35:18 +00:00 |
|
Sean Mullan
|
8b8759de8d
|
8020637: Permissions.readObject doesn't enforce proper Class to PermissionCollection mappings
Reviewed-by: weijun
|
2019-04-09 08:56:15 -04:00 |
|
Sean Mullan
|
44b9ab02fe
|
8216381: More limited privilege usage
Reviewed-by: ahgross, coffeys, rhalade
|
2019-02-07 08:47:10 -05:00 |
|
Xue-Lei Andrew Fan
|
25f0d60a58
|
8215430: Remove the internal package com.sun.net.ssl
Reviewed-by: chegar, mullan, wetmore
|
2019-03-01 08:35:14 -08:00 |
|
Sean Mullan
|
677aaed765
|
8159525: Add @FunctionalInterface annotation to PrivilegedAction and PrivilegedExceptionAction
Reviewed-by: clanger
|
2019-02-25 08:25:23 -05:00 |
|
Andrey Turbanov
|
cfeb359800
|
8218022: Repeated words typos in java.base
Reviewed-by: alanb, lancea, mchung
|
2019-01-30 00:24:32 +00:00 |
|
Vladimir Ivanov
|
6a61345684
|
8213234: Move LambdaForm.Hidden to jdk.internal.vm.annotation
Reviewed-by: mchung, dlong
|
2019-01-22 18:13:49 -08:00 |
|
Weijun Wang
|
1d014da14b
|
8215694: keytool cannot generate RSASSA-PSS certificates
Reviewed-by: xuelei
|
2019-01-16 11:25:55 +08:00 |
|
Dean Long
|
57dc039131
|
8214583: AccessController.getContext may return wrong value after JDK-8212605
Reviewed-by: mchung, redestad
|
2018-12-18 16:36:26 -08:00 |
|
Claes Redestad
|
a3df1d618e
|
8215281: Use String.isEmpty() when applicable in java.base
Reviewed-by: dfuchs, alanb
|
2018-12-13 15:31:05 +01:00 |
|
Weijun Wang
|
9136c7d1d0
|
8076190: Customizing the generation of a PKCS12 keystore
Reviewed-by: mullan
|
2018-12-13 11:16:33 +08:00 |
|
Valerie Peng
|
0b05ebed2e
|
7092821: java.security.Provider.getService() is synchronized and became scalability bottleneck
Changed Provider class to use ConcurrentHashMap and default providers to use putService()
Reviewed-by: weijun, mullan
|
2018-12-13 01:15:21 +00:00 |
|
Joe Darcy
|
5d1cc7fc01
|
8213911: Use example.com in java.net and other examples
Reviewed-by: prappo, chegar, rriggs, mullan
|
2018-11-27 11:28:47 -08:00 |
|
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 |
|