- 19 8月, 2019 1 次提交
-
-
由 chegar 提交于
Reviewed-by: dfuchs, alanb, erikj
-
- 05 9月, 2019 1 次提交
-
-
由 mbalao 提交于
8147502: Digest is incorrectly truncated for ECDSA signatures when the bit length of n is less than the field size Summary: Truncate the digest according to the group order, not the field size Reviewed-by: shade, andrew
-
- 16 5月, 2019 1 次提交
-
-
由 dkejriwal 提交于
Reviewed-by: naoto, rpatil
-
- 11 7月, 2019 2 次提交
-
-
由 rpatil 提交于
8215982: (tz) Upgrade time-zone data to tzdata2018i 8225580: tzdata2018i integration causes test failures on jdk-13 Reviewed-by: andrew, naoto
-
由 rpatil 提交于
8215982: (tz) Upgrade time-zone data to tzdata2018i 8225580: tzdata2018i integration causes test failures on jdk-13 Reviewed-by: andrew, naoto
-
- 30 8月, 2016 2 次提交
-
-
由 okutsu 提交于
8157792: After Integrating tzdata2016d the test/sun/util/calendar/zi/TestZoneInfo310.java fails for "Asia/Oral" and "Asia/Qyzylorda" Timezones Reviewed-by: peytoia
-
由 okutsu 提交于
8157792: After Integrating tzdata2016d the test/sun/util/calendar/zi/TestZoneInfo310.java fails for "Asia/Oral" and "Asia/Qyzylorda" Timezones Reviewed-by: peytoia
-
- 29 6月, 2019 3 次提交
- 17 6月, 2019 1 次提交
-
-
由 andrew 提交于
Reviewed-by: vinnie
-
- 27 6月, 2019 1 次提交
-
-
由 andrew 提交于
Summary: internal library enhancements to support ECC implementatation Reviewed-by: jnimeh, andrew Contributed-by: NDavid Alvarez <alvdavi@amazon.com>
-
- 26 6月, 2019 2 次提交
- 23 6月, 2019 1 次提交
-
-
由 andrew 提交于
Summary: Field arithmetic library for crypto algorithms like Poly1305 and X25519 Reviewed-by: xuelei, andrew Contributed-by: NDavid Alvarez <alvdavi@amazon.com>
-
- 03 6月, 2019 1 次提交
-
-
由 phh 提交于
Summary: Revert 8221166. Reviewed-by: clanger
-
- 30 5月, 2019 1 次提交
-
-
由 xuelei 提交于
Summary: Change SSLSessionContext.getSessionCacheSize to return 20480 by default instead of 0. Reviewed-by: jnimeh, mullan
-
- 17 5月, 2019 2 次提交
- 17 6月, 2019 1 次提交
-
-
由 andrew 提交于
Reviewed-by: vinnie
-
- 16 5月, 2019 1 次提交
-
-
由 rhalade 提交于
Reviewed-by: mullan
-
- 14 5月, 2019 1 次提交
-
-
由 rhalade 提交于
8191844: Remove SECOM root (secomevrootca1) 8189949: Remove Baltimore Cybertrust Code Signing CA 8191031: Remove several Symantec Root CAs 8196141: Add GoDaddy root certificates 8204923: Restore Symantec root verisignclass2g2ca 8195774: Add Entrust root certificates 8199779: Add T-Systems, GlobalSign and Starfield services root certificates 8209506: Add Google Trust Services GlobalSign root certificates 8210432: Add additional TeliaSonera root certificate 8195793: Remove GTE CyberTrust Global Root 8216577: Add GlobalSign's R6 Root certificate 8222137: Remove T-Systems root CA certificate 8223555: Cleanups in cacerts tests Summary: Integration for JEP 319: Root Certificates Reviewed-by: clanger, mdoerr
-
- 24 4月, 2019 1 次提交
-
-
由 xuelei 提交于
Summary: Add a TrustStoreManager to manage trusted certs. Reviewed-by: mullan
-
- 21 3月, 2019 1 次提交
-
-
由 andrew 提交于
8220641: [TESTBUG] New test KdcPolicy.java introduced by JDK-8164656 needs same change as JDK-8190690 Summary: Add -Dsun.net.spi.nameservice.provider.1=ns,mock to KdcPolicy.java @run calls Reviewed-by: shade
-
- 15 3月, 2019 1 次提交
-
-
由 weijun 提交于
Reviewed-by: xuelei, shade
-
- 24 8月, 2016 1 次提交
-
-
由 weijun 提交于
Reviewed-by: xuelei
-
- 01 3月, 2019 1 次提交
-
-
由 mullan 提交于
Summary: Add class CADistrustPolicy and distrust Symantec. Reviewed-by: weijun
-
- 02 11月, 2018 1 次提交
-
-
由 itakiguchi 提交于
Reviewed-by: sherman, rriggs
-
- 23 2月, 2019 1 次提交
-
-
由 phh 提交于
Summary: Terminate cipher lists with TLS_EMPTY_RENEGOTIATION_INFO_SCSV. Reviewed-by: jnimeh, clanger
-
- 06 12月, 2018 1 次提交
-
-
由 coffeys 提交于
Reviewed-by: weijun, mullan, chegar
-
- 21 11月, 2018 2 次提交
- 01 11月, 2018 1 次提交
-
-
由 mbalao 提交于
Summary: TLS v1.2 algorithms for key and MAC derivation added to SunPKCS11 crypto provider. 8210912 fix is included as part of this changeset. Reviewed-by: valeriep
-
- 24 10月, 2018 2 次提交
-
-
由 igerasim 提交于
8186098: sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failed due to libnss3 version cannot be parsed Summary: Improves the approach on parsing lib version Reviewed-by: weijun, xuelei
-
由 igerasim 提交于
Summary: It outputs the lib content if the lib version cannot be parsed Reviewed-by: xuelei
-
- 22 10月, 2018 1 次提交
-
-
由 phh 提交于
8129560: TestKeyPairGenerator.java fails on Solaris because private exponent needs to comply with FIPS 186-4 Summary: Replace BigInteger.valueof(3) with RSAKeyGenParameterSpec.F4 Reviewed-by: coffeys
-
- 30 10月, 2018 1 次提交
-
-
由 pkoppula 提交于
Reviewed-by: mullan, coffeys
-
- 10 10月, 2018 1 次提交
-
-
由 igerasim 提交于
8027781: New jarsigner timestamp warning is grammatically incorrect 8159805: sun/security/tools/jarsigner/warnings/NoTimestampTest.java fails after JDK-8027781 Reviewed-by: weijun, coffeys, mullan
-
- 02 10月, 2018 1 次提交
-
-
由 aefimov 提交于
Reviewed-by: pkoppula, coffeys
-
- 29 8月, 2018 1 次提交
-
-
由 pkoppula 提交于
Reviewed-by: mullan, jnimeh, coffeys
-