Hai-May Chao
|
09e6ee96bd
|
8255552: Add DES/3DES/MD5 to jdk.security.legacyAlgorithms
Reviewed-by: mullan, weijun
|
2022-05-04 20:35:16 +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
|
c2ee1b33c3
|
8273236: keytool does not accurately warn about algorithms that are disabled but have additional constraints
Reviewed-by: mullan
|
2022-01-26 20:31:04 +00:00 |
|
Daniel Jelinski
|
f31dead6c5
|
8279043: Some Security Exception Messages Miss Spaces
Reviewed-by: weijun
|
2021-12-21 18:24:31 +00:00 |
|
Hai-May Chao
|
de93b1d0e8
|
8257722: Improve "keytool -printcert -jarfile" output
Reviewed-by: weijun
|
2021-10-28 23:04:34 +00:00 |
|
Hai-May Chao
|
fec470f262
|
8272163: Add -version option to keytool and jarsigner
Reviewed-by: weijun
|
2021-10-22 20:53:38 +00:00 |
|
Hai-May Chao
|
f2d880c11a
|
8266400: importkeystore fails to a password less pkcs12 keystore
Reviewed-by: weijun
|
2021-05-24 15:38:32 +00:00 |
|
Weijun Wang
|
48bb996ac9
|
8266220: keytool still prompt for store password on a password-less pkcs12 file if -storetype pkcs12 is specified
Reviewed-by: coffeys, hchao
|
2021-04-30 14:04:13 +00:00 |
|
Weijun Wang
|
9cd5400d9b
|
8265138: Simplify DerUtils::checkAlg
Reviewed-by: xuelei
|
2021-04-13 16:56:36 +00:00 |
|
Hai-May Chao
|
719f95e504
|
8260693: Provide the support for specifying a signer in keytool -genkeypair
Reviewed-by: weijun
|
2021-04-09 01:59:59 +00:00 |
|
Hai-May Chao
|
05301f5fd2
|
8257497: Update keytool to create AKID from the SKID of the issuing certificate as specified by RFC 5280
Reviewed-by: coffeys, mullan, weijun
|
2021-02-17 16:38:56 +00:00 |
|
Fernando Guallini
|
d2bd499222
|
8163498: Many long-running security libs tests
Reviewed-by: rhalade, weijun
|
2021-02-05 05:22:51 +00:00 |
|
Rajan Halade
|
4ce83f2a3a
|
8039278: console.sh failed Automatically with exit code 1
Reviewed-by: xuelei, weijun
|
2021-01-07 18:47:43 +00:00 |
|
Weijun Wang
|
f77a658557
|
8153005: Upgrade the default PKCS12 encryption/MAC algorithms
Reviewed-by: mullan
|
2020-10-30 13:23:33 +00:00 |
|
Weijun Wang
|
839f01ddf5
|
8242068: Signed JAR support for RSASSA-PSS and EdDSA
Reviewed-by: valeriep
|
2020-10-21 14:18:43 +00:00 |
|
Anthony Scarpino
|
0b83fc0150
|
8235710: Remove the legacy elliptic curves
Reviewed-by: xuelei, erikj
|
2020-09-25 02:40:36 +00:00 |
|
Jesper Wilhelmsson
|
3dcd1c1ab0
|
Merge
|
2020-07-09 04:32:30 +02:00 |
|
Anthony Scarpino
|
a0e5043781
|
8246806: Incorrect copyright header in KeyAgreementTest.java, GroupName.java
Reviewed-by: weijun
|
2020-07-08 08:58:05 -07:00 |
|
Hai-May Chao
|
e3eb38f4d2
|
8244148: keytool -printcert and -printcrl should support the -trustcacerts and -keystore options
Reviewed-by: weijun, jjiang
|
2020-06-23 16:30:38 +08:00 |
|
Valerie Peng
|
56b7960496
|
8242897: KeyFactory.generatePublic( x509Spec ) failed with java.security.InvalidKeyException
Changed SunRsaSign provider to accept RSA signature oid in RSA key encoding for backward compatibility
Reviewed-by: weijun
|
2020-06-03 04:29:04 +00:00 |
|
Hai-May Chao
|
ccd7d70586
|
8245665: Test WeakAlg.java should only make sure no warning for weak signature algorithms by keytool on root CA
Reviewed-by: weijun
|
2020-05-23 14:49:55 +08:00 |
|
Mikael Vidstedt
|
071bd521bc
|
8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports
Reviewed-by: alanb, bchristi, dcubed, dfuchs, eosterlund, erikj, glaubitz, ihse, iignatyev, jjiang, kbarrett, ksrini, kvn, naoto, prr, rriggs, serb, sspitsyn, stefank, tschatzl, valeriep, weijun, weijun
|
2020-05-20 17:33:37 -07: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 |
|
Hai-May Chao
|
f04a7e5cb4
|
8172404: Tools should warn if weak algorithms are used before restricting them
Reviewed-by: mullan, weijun
|
2020-04-17 20:11:39 +08:00 |
|
Weijun Wang
|
d8539a51ef
|
8242184: CRL generation error with RSASSA-PSS
Reviewed-by: xuelei
|
2020-04-08 10:13:12 +08:00 |
|
Anthony Scarpino
|
b0245c2b54
|
8237219: Disable native SunEC implementation by default
Reviewed-by: weijun, mullan
|
2020-03-25 12:41:14 -07:00 |
|
Amy Lu
|
67ba91ba52
|
8239979: sun/security/tools/keytool/ExtOptionCamelCase.java is not run
Reviewed-by: rhalade
|
2020-02-27 12:19:24 +08:00 |
|
Weijun Wang
|
c0d097eac6
|
8214024: Remove the default keytool -keyalg value
Reviewed-by: mullan
|
2019-11-15 09:06:58 +08:00 |
|
Weijun Wang
|
a66829bc89
|
8231950: keytool -ext camel-case shorthand not working
Reviewed-by: mullan
|
2019-11-04 14:26:18 +08:00 |
|
Weijun Wang
|
9c12b7f41d
|
8227595: keytool/fakegen/DefaultSignatureAlgorithm.java fails due to "exitValue = 6"
Reviewed-by: mullan
|
2019-07-24 10:09:22 +08:00 |
|
Weijun Wang
|
32d0bae08d
|
8227059: sun/security/tools/keytool/DefaultSignatureAlgorithm.java timed out
Reviewed-by: xuelei
|
2019-07-10 09:43:35 +08:00 |
|
Weijun Wang
|
a2b3db108a
|
8225257: sun/security/tools/keytool/PSS.java timed out
Reviewed-by: valeriep
|
2019-06-21 23:44:58 +08:00 |
|
Weijun Wang
|
c12cf04011
|
8225392: Comparison builds are failing due to cacerts file
Reviewed-by: erikj, martin, mullan
|
2019-06-15 14:39:04 +08:00 |
|
Weijun Wang
|
2bf347445c
|
8222987: sun/security/tools/keytool/PSS.java times out on Solaris-SPARC
Reviewed-by: mullan, xuelei
|
2019-05-09 08:49:31 +08:00 |
|
John Jiang
|
34e49a24c0
|
8204203: Many pkcs11 tests failed in Provider initialization, after compiler on Windows changed
Build NSS 3.41 with VS2017 and also upgrade to this NSS for macosx
Reviewed-by: valeriep
|
2019-05-03 15:57:41 +08:00 |
|
Weijun Wang
|
6f032ffbb5
|
8222275: sun/security/tools/keytool/Serial64.java: assertTrue: expected true, was false
Reviewed-by: xuelei
|
2019-04-14 10:22:56 +08:00 |
|
Weijun Wang
|
15aae2f622
|
8180573: Refactor sun/security/tools shell tests to plain java tests
Reviewed-by: rhalade, valeriep
|
2019-04-12 13:35:23 +08:00 |
|
Weijun Wang
|
61485b75a9
|
8221257: Improve serial number generation mechanism for keytool -gencert
Reviewed-by: xuelei, mullan
|
2019-03-30 16:32:23 +08:00 |
|
Weijun Wang
|
1d014da14b
|
8215694: keytool cannot generate RSASSA-PSS certificates
Reviewed-by: xuelei
|
2019-01-16 11:25:55 +08:00 |
|
Weijun Wang
|
9136c7d1d0
|
8076190: Customizing the generation of a PKCS12 keystore
Reviewed-by: mullan
|
2018-12-13 11:16:33 +08:00 |
|
Sean Coffey
|
441d285620
|
8213952: Relax DNSName restriction as per RFC 1123
Reviewed-by: weijun, mullan, chegar
|
2018-12-05 17:33:01 +00:00 |
|
Weijun Wang
|
320616a865
|
8214179: Add groupname info into keytool -list and -genkeypair output
Reviewed-by: mullan
|
2018-12-01 21:58:05 +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 |
|
Weijun Wang
|
c20332c412
|
8212003: Deprecating the default keytool -keyalg option
Reviewed-by: mullan, xuelei
|
2018-11-17 18:11:23 +08:00 |
|
Weijun Wang
|
65dc116bf6
|
8213400: Support choosing group name in keytool keypair generation
Reviewed-by: apetcher, xuelei
|
2018-11-14 08:46:25 +08:00 |
|
John Jiang
|
afe05800ac
|
8209546: Make sun/security/tools/keytool/autotest.sh to support macosx
Refactor autotest.sh to java test and remove standard.sh
Reviewed-by: weijun
|
2018-09-28 15:42:20 +08:00 |
|
John Jiang
|
eae535f70e
|
8209537: Two security tests failed after JDK-8164639 due to dependency was missed
Skip sun/security/tools/keytool/autotest.sh on macosx and add /test/lib to sun/security/ec/TestEC.java
Reviewed-by: rhalade
|
2018-08-16 02:00:31 +08:00 |
|
Xue-Lei Andrew Fan
|
87c6761704
|
8196584: TLS 1.3 Implementation
Co-authored-by: Adam Petcher <adam.petcher@oracle.com>
Co-authored-by: Amanda Jiang <amanda.jiang@oracle.com>
Co-authored-by: Anthony Scarpino <anthony.scarpino@oracle.com>
Co-authored-by: Bradford Wetmore <bradford.wetmore@oracle.com>
Co-authored-by: Jamil Nimeh <jamil.j.nimeh@oracle.com>
Co-authored-by: John Jiang <sha.jiang@oracle.com>
Co-authored-by: Rajan Halade <rajan.halade@oracle.com>
Co-authored-by: Sibabrata Sahoo <sibabrata.sahoo@oracle.com>
Co-authored-by: Valerie Peng <valerie.peng@oracle.com>
Co-authored-by: Weijun Wang <weijun.wang@oracle.com>
Reviewed-by: ascarpino, coffeys, dfuchs, jjiang, jnimeh, mullan, rhalade, ssahoo, valeriep, weijun, wetmore, xuelei
|
2018-06-25 13:41:39 -07:00 |
|
Bhanu Prakash Gopularam
|
a3ed7dd7d6
|
8144806: sun/security/tools/keytool/standard.sh fails intermittently at deleting x.jks
Reviewed-by: weijun
|
2018-04-25 12:29:48 +05:30 |
|
Goetz Lindenmaier
|
0480f69dd5
|
8194869: [TESTBUG][aix, s390] Adapt tests to platforms
Reviewed-by: mbaesken, simonis, dholmes, serb
|
2018-01-18 10:26:39 +01:00 |
|