Hai-May Chao
|
76507eef63
|
8242060: Add revocation checking to jarsigner
Reviewed-by: mullan, weijun
|
2020-05-07 10:48:06 +08:00 |
|
Vipin Sharma
|
cc05419e1a
|
8242366: Fix JavaDoc warnings
Reviewed-by: dfuchs, mullan, prappo, weijun
|
2020-04-15 20:42:43 +01:00 |
|
Alexey Bakhtin
|
76d534986b
|
8241960: The SHA3 message digests impl of SUN provider are not thread safe after cloned
Fix sun.security.provider.SHA3 class to correctly clone its lanes field
Reviewed-by: valeriep
|
2020-04-03 22:39:00 +00:00 |
|
Ivan Gerasimov
|
3790e58090
|
8241761: Typos: empty lines in javadoc, inconsistent indents, etc. (security-libs only)
Reviewed-by: weijun
|
2020-04-01 18:38:05 -07:00 |
|
Pavel Rappo
|
17ff85d4ad
|
8241014: Miscellaneous typos in documentation comments
Reviewed-by: igerasim, prappo, psandoz, rriggs, weijun
|
2020-03-20 20:54:56 +00:00 |
|
Xue-Lei Andrew Fan
|
4e430ffbb6
|
8239264: Clearup the legacy ObjectIdentifier constructor from int array
Reviewed-by: jnimeh
|
2020-02-17 18:52:50 -08:00 |
|
Matthias Baesken
|
ef41763d32
|
8237962: give better error output for invalid OCSP response intervals in CertPathValidator checks
Reviewed-by: clanger, mullan
|
2020-02-03 09:39:39 +01:00 |
|
Weijun Wang
|
f3815c85a1
|
8231139: Improved keystore support
Reviewed-by: mullan, ahgross
|
2019-10-09 17:42:38 +08:00 |
|
Ivan Gerasimov
|
8e859259bc
|
8233884: Avoid looking up standard charsets in security libraries
Reviewed-by: coffeys
|
2019-11-12 01:36:17 -08:00 |
|
Joe Darcy
|
fbb4093562
|
8231262: Suppress warnings on non-serializable instance fields in security libs serializable classes
Reviewed-by: mullan, chegar
|
2019-10-09 09:57:41 -07:00 |
|
Joe Darcy
|
6d4ef5aaf3
|
8229999: Apply java.io.Serial annotations to security types in java.base
Reviewed-by: rriggs, mullan
|
2019-08-29 10:52:21 -07:00 |
|
Valerie Peng
|
effe3eb806
|
8228613: java.security.Provider#getServices order is no longer deterministic
Changed to use SunEntries.DEF_SECURE_RANDOM_ALGO instead of relying on ordering of SecureRandom services
Reviewed-by: weijun
|
2019-08-14 00:57:15 +00:00 |
|
Sean Mullan
|
10e5d0b854
|
8191808: Configurable read timeout for CRLs
Reviewed-by: xuelei, coffeys
|
2019-05-09 13:49:08 -04:00 |
|
Sean Mullan
|
939d40e1a8
|
8218618: Program fails when using JDK addressed by UNC path and using Security Manager
Reviewed-by: weijun
|
2019-03-07 14:29:43 -05:00 |
|
Sean Coffey
|
63663b64d1
|
8218553: Enhance keystore load debug output
Reviewed-by: weijun
|
2019-02-07 12:09:17 +00:00 |
|
Sean Coffey
|
36d0987f4d
|
8214532: Update RFC 2459 references in javadoc to RFC 5280
Reviewed-by: mullan
|
2018-12-19 18:21:38 +00: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 |
|
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 |
|
Roger Riggs
|
938b844088
|
8214971: Replace use of string.equals("") with isEmpty()
Reviewed-by: jlaskey, prappo, lancea, dfuchs, redestad
|
2018-12-07 11:51:17 -05: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 |
|
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 |
|
Ivan Gerasimov
|
2ae27da3bc
|
8200381: Typos in javadoc - missing verb "be" and alike
Reviewed-by: lancea, darcy, wetmore
|
2018-10-02 10:19:07 -07:00 |
|
Ivan Gerasimov
|
acaf155de7
|
8209851: Algorithm name is compared via reference identity
Reviewed-by: mullan
|
2018-08-23 09:36:13 -07:00 |
|
Sean Coffey
|
50ec35819d
|
8209129: Further improvements to cipher buffer management
Reviewed-by: weijun, igerasim
|
2018-08-23 11:37:14 +01:00 |
|
Sean Coffey
|
15cef25bb0
|
8208675: Remove legacy sun.security.key.serial.interop property
Reviewed-by: mullan
|
2018-08-17 22:20:47 +01:00 |
|
Weijun Wang
|
33a96c6df9
|
8209416: Refactoring GetPropertyAction calls in security libs
Reviewed-by: xuelei, rriggs
|
2018-08-14 22:39:34 +08:00 |
|
Sean Coffey
|
7a791910c3
|
8208583: Better management of internal KeyStore buffers
Reviewed-by: weijun
|
2018-08-03 14:14:59 +01:00 |
|
Weijun Wang
|
b9bfd45c73
|
8208602: Cannot read PEM X.509 cert if there is whitespace after the header or footer
Reviewed-by: xuelei
|
2018-08-01 13:35:08 +08:00 |
|
Anthony Scarpino
|
4e46cc1392
|
8204196: integer cleanup
Reviewed-by: xuelei
|
2018-07-20 09:55:15 -07: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 |
|
Weijun Wang
|
3ad65642c8
|
8202608: CommonSeeder test needs a white-box testing mechanism to replace the default entropy source
Reviewed-by: xuelei
|
2018-06-26 10:43:43 +08: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 |
|
Ivan Gerasimov
|
72ac0bfc88
|
8192789: Avoid using AtomicReference in sun.security.provider.PolicyFile
Reviewed-by: mullan, ahgross
|
2017-12-07 12:25:09 -08:00 |
|
Sean Mullan
|
d32a31283c
|
8191358: Restore TSA certificate expiration check
Reviewed-by: coffeys, rhalade
|
2017-12-08 09:37:28 -05: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 |
|
Brian Burkhalter
|
9e3d8fd230
|
8194746: (fs) Add equivalents of Paths.get to Path interface
Copy Paths.get() methods to Path.get() methods and have former call latter
Reviewed-by: alanb, forax, chegar, psandoz
|
2018-03-22 12:30:47 -07:00 |
|
Weijun Wang
|
50484af54b
|
8191139: Remove deprecated javax.security.auth.Policy API
Reviewed-by: mullan
|
2018-03-08 12:20:26 +08:00 |
|
Adam Petcher
|
683817de43
|
8194251: Deadlock between UsageTracker and System.getProperty() when using a malformed security policy
Disable localization of error messages produced during policy file parsing
Reviewed-by: mchung, mullan
|
2018-02-07 09:06:43 -05:00 |
|
Sean Coffey
|
0c7be1d9e7
|
8185855: Debug exception stacks should be clearer
Reviewed-by: mullan, ascarpino
|
2017-12-06 14:33:33 +00:00 |
|
Ivan Gerasimov
|
ac14c02059
|
8191632: Typos in comments due to duplicating words
Reviewed-by: alanb
|
2017-11-20 18:46:52 -08:00 |
|
Christoph Dreis
|
7f79fffba6
|
8190382: fix small typographic errors in comments
Reviewed-by: martin
|
2017-10-30 17:49:33 -07:00 |
|
Christoph Dreis
|
674b927865
|
8190323: "the the" typos
Reviewed-by: rriggs
|
2017-10-29 18:20:53 -04:00 |
|
Weijun Wang
|
2dfe7fb8ab
|
8159535: Mark deprecated javax.security.auth.Policy API with forRemoval=true
Reviewed-by: mullan
|
2017-10-27 21:10:56 +08:00 |
|
Valerie Peng
|
b3f1165f7d
|
8181048: Refactor existing providers to refer to the same constants for default values for key length
Reviewed-by: mullan, ahgross
|
2017-07-13 20:41:59 +00:00 |
|
Erik Joelsson
|
3789983e89
|
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
|
2017-09-12 19:03:39 +02:00 |
|