ryawalla
|
bc750f70f2
|
8294527: Some java.security.debug options missing from security docs
Reviewed-by: mullan
|
2023-02-01 13:50:40 +00:00 |
|
Eirik Bjorsnos
|
5dfc4ec7d9
|
8300140: ZipFile.isSignatureRelated returns true for files in META-INF subdirectories
Reviewed-by: weijun
|
2023-01-27 22:47:51 +00:00 |
|
Volodymyr Paprotski
|
9d44dd0cca
|
8297972: Poly1305 Endianness on ByteBuffer not enforced
Reviewed-by: jnimeh
|
2023-01-20 19:51:28 +00:00 |
|
Claes Redestad
|
d85243f02b
|
8300647: Miscellaneous hashCode improvements in java.base
Reviewed-by: stsypanov, rriggs
|
2023-01-19 16:50:07 +00:00 |
|
Valerie Peng
|
0f925fefdf
|
8295723: security/infra/wycheproof/RunWycheproof.java fails with Assertion Error
Reviewed-by: mschoene, ascarpino, coffeys, rhalade, weijun
|
2023-01-17 20:58:59 +00:00 |
|
Valerie Peng
|
6c5aefe60c
|
8293554: Enhanced DH Key Exchanges
Reviewed-by: rhalade, mschoene, ascarpino, weijun
|
2023-01-17 20:58:59 +00:00 |
|
Naoto Sato
|
8a9911ef17
|
8295803: Console should be usable in jshell and other environments
Reviewed-by: jlaskey, alanb
|
2022-12-07 20:49:29 +00:00 |
|
Xue-Lei Andrew Fan
|
b778cd52b3
|
8295010: Reduce if required in EC limbs operations
Reviewed-by: djelinski, jjiang
|
2022-11-29 17:39:40 +00:00 |
|
Weijun Wang
|
2deb318c9f
|
8297065: DerOutputStream operations should not throw IOExceptions
Reviewed-by: mullan, valeriep
|
2022-11-29 12:57:46 +00:00 |
|
Volodymyr Paprotski
|
f12710e938
|
8288047: Accelerate Poly1305 on x86_64 using AVX512 instructions
Reviewed-by: sviswanathan, vlivanov
|
2022-11-21 21:01:25 +00:00 |
|
Xue-Lei Andrew Fan
|
c042b8ede1
|
8294731: Improve multiplicative inverse for secp256r1 implementation
Reviewed-by: djelinski, jjiang
|
2022-11-15 15:55:00 +00:00 |
|
Weijun Wang
|
27527b4975
|
8296612: CertAttrSet is useless
Reviewed-by: mullan
|
2022-11-10 22:23:58 +00:00 |
|
Daniel Fuchs
|
4338f527aa
|
8294241: Deprecate URL public constructors
Reviewed-by: joehw, prr, alanb, aefimov, michaelm
|
2022-11-03 17:18:14 +00:00 |
|
Weijun Wang
|
0d0bd7bd40
|
8296072: CertAttrSet::encode and DerEncoder::derEncode should write into DerOutputStream
Reviewed-by: xuelei, mullan
|
2022-11-01 12:49:11 +00:00 |
|
Weijun Wang
|
1ae6836521
|
8288508: Enhance ECDSA usage
Reviewed-by: ascarpino, ahgross, rhalade
|
2022-10-18 22:41:15 +00:00 |
|
Daniel Jeliński
|
2f60675e06
|
8294997: Improve ECC math operations
Reviewed-by: xuelei
|
2022-10-13 10:16:33 +00:00 |
|
Weijun Wang
|
823b53d895
|
8294987: Streamline DerOutputStream write
Reviewed-by: jnimeh, ascarpino
|
2022-10-07 20:34:08 +00:00 |
|
Alan Bateman
|
acd5bcfc88
|
8289610: Degrade Thread.stop
Reviewed-by: rriggs, cjplummer, jpai, mchung, prr, mullan
|
2022-09-23 07:55:29 +00:00 |
|
Mark Powers
|
4cec141a90
|
8291509: Minor cleanup could be done in sun.security
Reviewed-by: weijun
|
2022-09-15 19:59:53 +00:00 |
|
jquanC
|
3e122419b2
|
8290775: Some doc errors in DerOutputStream.java
Reviewed-by: xuelei
|
2022-08-16 14:46:14 +00:00 |
|
Valerie Peng
|
ec1d338e15
|
8272243: Improve DER parsing
Reviewed-by: weijun, rhalade
|
2022-07-19 20:55:26 +00:00 |
|
Andrey Turbanov
|
87aa3ce03e
|
8289274: Cleanup unnecessary null comparison before instanceof check in security modules
Reviewed-by: mullan
|
2022-07-09 17:59:43 +00:00 |
|
Hai-May Chao
|
f7a4be75fb
|
8288270: Tier1 build failures after JDK-8287178
Reviewed-by: weijun, jiefu
|
2022-06-10 23:58:15 +00:00 |
|
Weijun Wang
|
d4b473d890
|
8287178: IntegerModuloP::multiplicativeInverse returns 0 for 0
Reviewed-by: jnimeh
|
2022-06-10 22:25:18 +00:00 |
|
Alexey Ivanov
|
e0d361cea9
|
8284191: Replace usages of 'a the' in hotspot and java.base
Reviewed-by: lancea, wetmore, naoto, iris, kevinw, xuelei
|
2022-05-24 11:25:13 +00:00 |
|
Weijun Wang
|
8040aa0073
|
8286908: ECDSA signature should not return parameters
Reviewed-by: ascarpino, hchao, valeriep
|
2022-05-23 13:34:23 +00:00 |
|
John Jiang
|
63bd3b7728
|
8286773: cleanup @returns in sun.security classes
Reviewed-by: xuelei
|
2022-05-14 21:52:22 +00:00 |
|
Roger Riggs
|
17c52789b7
|
8286378: Address possibly lossy conversions in java.base
Reviewed-by: naoto, xuelei, bpb, alanb
|
2022-05-12 16:50:36 +00:00 |
|
Weijun Wang
|
752ad1c410
|
8286422: Add OIDs for RC2 and Blowfish
Reviewed-by: hchao, ascarpino
|
2022-05-12 13:27:45 +00:00 |
|
Weijun Wang
|
397d095f66
|
8285743: Ensure each IntegerPolynomial object is only created once
Reviewed-by: xuelei, ascarpino
|
2022-05-09 17:18:34 +00:00 |
|
Daniel Jeliński
|
47951655ac
|
8285696: AlgorithmConstraints:permits not throwing IllegalArgumentException when 'alg' is null
Reviewed-by: jpai, xuelei
|
2022-04-28 06:20:34 +00:00 |
|
Weijun Wang
|
c1173c24bf
|
8285493: ECC calculation error
Reviewed-by: xuelei, ascarpino
|
2022-04-28 02:52:41 +00:00 |
|
Daniel Jeliński
|
00e9c96d51
|
8285398: Cache the results of constraint checks
Reviewed-by: coffeys, xuelei
|
2022-04-26 05:55:52 +00:00 |
|
Valerie Peng
|
e6c926e028
|
8277227: Better identification of OIDs
Reviewed-by: ahgross, weijun, rhalade
|
2022-04-19 22:18:32 +00:00 |
|
Anthony Scarpino
|
11faf5395f
|
8275151: Improved Object Identification
Reviewed-by: rhalade, jnimeh
|
2022-04-19 22:18:31 +00:00 |
|
Weijun Wang
|
0592e71b72
|
8274221: More definite BER encodings
Reviewed-by: valeriep, rhalade
|
2022-04-19 22:18:31 +00:00 |
|
Magnus Ihse Bursie
|
fb469fb894
|
8284893: Fix typos in java.base
Reviewed-by: iris, wetmore, lancea, mullan, naoto
|
2022-04-19 20:07:57 +00:00 |
|
XenoAmess
|
87faa85c59
|
8186958: Need method to create pre-sized HashMap
Reviewed-by: chegar, naoto, joehw, lancea, wetmore, smarks
|
2022-04-19 00:03:56 +00:00 |
|
Sean Mullan
|
dc6ec2a467
|
8284105: Update security libraries to use sealed classes
Reviewed-by: darcy, weijun, xuelei
|
2022-04-11 18:01:47 +00:00 |
|
Andrey Turbanov
|
8e58d4a589
|
8284415: Collapse identical catch branches in security libs
Reviewed-by: coffeys, xuelei, wetmore
|
2022-04-07 10:00:08 +00:00 |
|
Alisen Chung
|
38df5701ff
|
8283805: [REDO] JDK 19 L10n resource files update - msgdrop 10
Reviewed-by: naoto
|
2022-03-31 22:59:21 +00:00 |
|
Andrey Turbanov
|
9bb916db0a
|
8283800: Simplify String.indexOf/lastIndexOf calls
Reviewed-by: xuelei, bpb, lmesnik
|
2022-03-30 07:07:56 +00:00 |
|
Alisen Chung
|
634800a536
|
8283806: [BACKOUT] JDK 19 L10n resource files update - msgdrop 10
Reviewed-by: kcr, naoto
|
2022-03-28 23:37:35 +00:00 |
|
Alisen Chung
|
c0aecd15ae
|
8280400: JDK 19 L10n resource files update - msgdrop 10
Reviewed-by: naoto, kizune
|
2022-03-28 18:31:17 +00:00 |
|
Valerie Peng
|
313bc7f64f
|
8267319: Use larger default key sizes and algorithms based on CNSA
Reviewed-by: weijun, xuelei
|
2022-03-24 22:50:26 +00:00 |
|
Hai-May Chao
|
f43ffe211f
|
8282633: jarsigner output does not explain why an EC key is disabled if its curve has been disabled
Reviewed-by: weijun
|
2022-03-15 15:54:47 +00:00 |
|
Sean Mullan
|
72e987e3b4
|
7192189: Support endpoint identification algorithm in RFC 6125
Reviewed-by: xuelei, rhalade
|
2022-03-08 18:18:57 +00:00 |
|
Hai-May Chao
|
fb6b929e6e
|
8277474: jarsigner does not check if algorithm parameters are disabled
Reviewed-by: mullan, weijun
|
2022-03-03 23:01:26 +00:00 |
|
Xue-Lei Andrew Fan
|
abc0ce11df
|
8282316: Operation before String case conversion
Reviewed-by: valeriep
|
2022-02-24 16:25:47 +00:00 |
|
Xue-Lei Andrew Fan
|
7dc7184c10
|
8282309: Operation before upper case conversion
Reviewed-by: valeriep, wetmore
|
2022-02-23 18:32:29 +00:00 |
|