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 |
|
Andrey Turbanov
|
80415e04c5
|
8282534: Remove redundant null check in ChaCha20Cipher.engineInit
Reviewed-by: xuelei
|
2022-03-19 13:31:50 +00:00 |
|
Weijun Wang
|
70318e1d17
|
8282884: Provide OID aliases for MD2, MD5, and OAEP
Reviewed-by: xuelei
|
2022-03-09 16:47:03 +00:00 |
|
Weijun Wang
|
1485883c9e
|
8281628: KeyAgreement : generateSecret intermittently not resetting
Reviewed-by: valeriep
|
2022-03-03 00:39:39 +00:00 |
|
Sebastian Stenzel
|
409382ba4b
|
8280703: CipherCore.doFinal(...) causes potentially massive byte[] allocations during decryption
Reviewed-by: ascarpino
|
2022-01-28 16:42:42 +00:00 |
|
Andrey Turbanov
|
54c9de26ab
|
8275918: Remove unused local variables in java.base security code
Reviewed-by: weijun
|
2022-01-22 13:56:51 +00:00 |
|
Jesper Wilhelmsson
|
4616c13c2f
|
Merge
|
2022-01-20 01:18:38 +00:00 |
|
Valerie Peng
|
f18deeb69e
|
8268488: More valuable DerValues
Reviewed-by: weijun, ahgross, rhalade
|
2022-01-18 23:35:32 +00:00 |
|
Weijun Wang
|
cb25029885
|
8279800: isAssignableFrom checks in AlgorithmParametersSpi.engineGetParameterSpec appear to be backwards
Reviewed-by: xuelei, valeriep
|
2022-01-13 00:42:00 +00:00 |
|
Daniel Jelinski
|
f31dead6c5
|
8279043: Some Security Exception Messages Miss Spaces
Reviewed-by: weijun
|
2021-12-21 18:24:31 +00:00 |
|
Andrey Turbanov
|
1459180f35
|
8274079: Cleanup unnecessary calls to Throwable.initCause() in java.base module
Reviewed-by: weijun
|
2021-10-05 13:36:37 +00:00 |
|
Joe Darcy
|
7326481143
|
8274393: Suppress more warnings on non-serializable non-transient instance fields in security libs
Reviewed-by: weijun
|
2021-09-30 17:39:05 +00:00 |
|
Smita Kamath
|
13e9ea9e92
|
8273297: AES/GCM non-AVX512+VAES CPUs suffer after 8267125
Reviewed-by: ascarpino, sviswanathan, aph
|
2021-09-24 19:21:32 +00:00 |
|
Weijun Wang
|
fc0f8542c3
|
8246797: A convenient method to read OPTIONAL element
Reviewed-by: jnimeh, valeriep
|
2021-09-13 18:05:27 +00:00 |
|
Valerie Peng
|
1a5a2b6b15
|
8271745: Correct block size for KW,KWP mode and use fixed IV for KWP mode for SunJCE
Reviewed-by: xuelei, mullan
|
2021-09-01 22:17:49 +00:00 |
|
Smita Kamath
|
0e7288ffbf
|
8267125: AES Galois CounterMode (GCM) interleaved implementation using AVX512 + VAES instructions
Co-authored-by: Smita Kamath <svkamath@openjdk.org>
Co-authored-by: Tomasz Kantecki <tomasz.kantecki@intel.com>
Co-authored-by: Anthony Scarpino <ascarpino@openjdk.org>
Reviewed-by: kvn, valeriep
|
2021-08-24 18:48:31 +00:00 |
|
Sergey Tsypanov
|
b29fbad940
|
8267844: Replace Integer/Long.valueOf() with Integer/Long.parse*() where applicable
Reviewed-by: redestad
|
2021-08-12 10:03:52 +00:00 |
|
Jesper Wilhelmsson
|
c36755dedf
|
Merge
|
2021-07-22 00:46:18 +00:00 |
|
Weijun Wang
|
e48af0069e
|
8264460: Improve NTLM support
Reviewed-by: xuelei
|
2021-07-21 20:28:56 +00:00 |
|
Jesper Wilhelmsson
|
a29953d805
|
Merge
|
2021-06-27 23:51:05 +00:00 |
|
Aleksey Shipilev
|
3fb28d3074
|
8269218: GaloisCounterMode.overlapDetection misses the JDK-8263436 fix again
Reviewed-by: ascarpino
|
2021-06-24 06:37:21 +00:00 |
|
Aleksey Shipilev
|
e515873f88
|
8269216: Useless initialization in com/sun/crypto/provider/PBES2Parameters.java
Reviewed-by: valeriep
|
2021-06-24 06:36:30 +00:00 |
|
Valerie Peng
|
80dc262e81
|
8265500: Some impls of javax.crypto.Cipher.init() do not throw UnsupportedOperationExc for unsupported modes
Reviewed-by: xuelei
|
2021-06-17 23:27:54 +00:00 |
|
Valerie Peng
|
ee3015968d
|
8268621: SunJCE provider may throw unexpected NPE for un-initialized AES KW/KWP Ciphers
Reviewed-by: xuelei
|
2021-06-14 20:34:44 +00:00 |
|
Weijun Wang
|
7b2e7d8bab
|
8268525: Some new memory leak after JDK-8248268 and JDK-8255557
Reviewed-by: valeriep, ascarpino
|
2021-06-10 22:18:38 +00:00 |
|
Anthony Scarpino
|
c7c77fd32b
|
8255557: Decouple GCM from CipherCore
Reviewed-by: valeriep
|
2021-06-07 22:22:28 +00:00 |
|
Valerie Peng
|
136badb1f7
|
8248268: Support KWP in addition to KW
Reviewed-by: xuelei
|
2021-06-02 21:31:57 +00:00 |
|
Weijun Wang
|
40d23a0c0b
|
8267543: Post JEP 411 refactoring: security
Reviewed-by: mullan
|
2021-06-02 15:47:57 +00:00 |
|
Weijun Wang
|
6765f90250
|
8266459: Implement JEP 411: Deprecate the Security Manager for Removal
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Reviewed-by: erikj, darcy, chegar, naoto, joehw, alanb, mchung, kcr, prr, lancea
|
2021-06-02 11:57:31 +00:00 |
|
Sean Coffey
|
276a1bf767
|
8236671: NullPointerException in JKS keystore
Reviewed-by: hchao, xuelei
|
2021-04-30 09:32:40 +00:00 |
|
Weijun Wang
|
f834557ae0
|
8258915: Temporary buffer cleanup
Reviewed-by: valeriep
|
2021-04-22 18:11:43 +00:00 |
|
Xue-Lei Andrew Fan
|
c986457f82
|
8264329: Z cannot be 1 for Diffie-Hellman key agreement
Reviewed-by: wetmore
|
2021-03-28 20:37:26 +00:00 |
|
Alex Blewitt
|
6fa6557d5e
|
8263825: Remove unused and commented out member from NTLMException
Reviewed-by: mullan, redestad
|
2021-03-19 21:07:03 +00:00 |
|
Aleksey Shipilev
|
9f6b1d7fa4
|
8263436: Silly array comparison in GaloisCounterMode.overlapDetection
Reviewed-by: ascarpino
|
2021-03-12 07:35:11 +00:00 |
|
Anthony Scarpino
|
414ee95b8e
|
8261462: GCM ByteBuffer decryption problems
Reviewed-by: valeriep
|
2021-03-08 21:28:07 +00:00 |
|
Ziyi Luo
|
a777e82cd8
|
8254717: isAssignableFrom checks in KeyFactorySpi.engineGetKeySpec appear to be backwards
Reviewed-by: jnimeh
|
2021-03-04 15:17:53 +00:00 |
|
Jamil Nimeh
|
8554fe6ebc
|
8253866: Security Libs Terminology Refresh
Reviewed-by: erikj, weijun, mullan
|
2021-01-14 16:36:51 +00:00 |
|
Weijun Wang
|
b97fe6c410
|
8258419: RSA cipher buffer cleanup
Reviewed-by: valeriep
|
2020-12-15 22:49:35 +00:00 |
|
Jamil Nimeh
|
500ab45770
|
8257769: Cipher.getParameters() throws NPE for ChaCha20-Poly1305
Reviewed-by: mullan, valeriep
|
2020-12-08 06:10:10 +00:00 |
|
Valerie Peng
|
49f9e57715
|
8257734: Extraneous output in HmacSHA3_512 constructor
Reviewed-by: ascarpino
|
2020-12-04 03:52:04 +00:00 |
|
Anthony Scarpino
|
cc1915b3b3
|
8253821: Improve ByteBuffer performance with GCM
Reviewed-by: xuelei, valeriep
|
2020-12-02 23:10:32 +00:00 |
|
Philippe Marschall
|
2a406f3ce5
|
8138732: Rename @HotSpotIntrinsicCandidate to @IntrinsicCandidate and move it to the jdk.internal.vm.annotation package
Reviewed-by: dholmes, alanb, psandoz, kvn, egahlin
|
2020-09-30 20:05:07 +00:00 |
|
Vipin Sharma
|
d4626d89cc
|
8251542: Several small Javadoc errors in java.base
Fixing wrong exception type in throws clause and wrong return type description
Reviewed-by: darcy, dfuchs, mullan, mchung, rriggs
|
2020-08-25 09:27:36 +01:00 |
|
Weijun Wang
|
fe514a2e55
|
8241379: Update JCEKS support
Reviewed-by: ahgross, mullan, rhalade
|
2020-04-03 17:24:59 +08:00 |
|
Valerie Peng
|
f968f32789
|
8246077: Cloneable test in HmacCore seems questionable
Updated java.security.MessageDigest and Signature classes to return Cloneable obj for Cloneable spi obj
Reviewed-by: weijun, xuelei, coffeys
|
2020-06-15 23:30:49 +00:00 |
|
Valerie Peng
|
080b3b83eb
|
8242151: Improve OID mapping and reuse among JDK security providers for aliases registration
Use sun.security.util.KnownOIDs enum instead of hardcoding oid strings everywhere
Reviewed-by: weijun
|
2020-05-19 04:05:03 +00:00 |
|
Vipin Sharma
|
cc05419e1a
|
8242366: Fix JavaDoc warnings
Reviewed-by: dfuchs, mullan, prappo, weijun
|
2020-04-15 20:42:43 +01:00 |
|
Henry Jen
|
0278846eaa
|
Merge
|
2020-04-14 23:11:49 +00:00 |
|
Valerie Peng
|
7bce9a9158
|
8172680: Support SHA-3 based Hmac algorithms
Enhanced SunJCE provider with Hmac with SHA3 digests
Reviewed-by: weijun
|
2020-04-14 22:31:54 +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 |
|