- 15 11月, 2019 2 次提交
- 14 2月, 2020 3 次提交
-
-
由 andrew 提交于
Reviewed-by: shade
-
由 wetmore 提交于
8175029: StackOverflowError in X509CRL and X509Certificate.verify(PublicKey, Provider) 8146293: Add support for RSASSA-PSS Signature algorithm 8205445: Add RSASSA-PSS Signature support to SunMSCAPI 8205720: KeyFactory#getKeySpec and translateKey throws NullPointerException with Invalid key 8206171: Signature#getParameters for RSASSA-PSS throws ProviderException when not initialized 8213009: Refactoring existing SunMSCAPI classes 8213010: Supporting keys created with certmgr.exe 8214096: sun.security.util.SignatureUtil passes null parameter, so JCE validation fails 8215694: keytool cannot generate RSASSA-PSS certificates 8221407: Windows 32bit build error in libsunmscapi/security.cpp 8216039: TLS with BC and RSASSA-PSS breaks ECDHServerKeyExchange 8223003: SunMSCAPI keys are not cleaned up 8223063: Support CNG RSA keys 8225745: NoSuchAlgorithmException exception for SHA256withECDSA with RSASSA-PSS support 8225180: SignedObject with invalid Key not throwing the InvalidKeyException in Windows 8236470: Deal with ECDSA using ecdsa-with-SHA2 plus hash algorithm as AlgorithmId 8238502: sunmscapi.dll causing EXCEPTION_ACCESS_VIOLATION Summary: Contains elements of JDK-8051408 (see comments on JDK-8230978) Reviewed-by: valeriep, weijun, coffeys, pkoppula, andrew --HG-- rename : src/windows/classes/sun/security/mscapi/Key.java => src/windows/classes/sun/security/mscapi/CKey.java rename : src/windows/classes/sun/security/mscapi/RSAKeyPair.java => src/windows/classes/sun/security/mscapi/CKeyPair.java rename : src/windows/classes/sun/security/mscapi/RSAKeyPairGenerator.java => src/windows/classes/sun/security/mscapi/CKeyPairGenerator.java rename : src/windows/classes/sun/security/mscapi/KeyStore.java => src/windows/classes/sun/security/mscapi/CKeyStore.java rename : src/windows/classes/sun/security/mscapi/RSAPrivateKey.java => src/windows/classes/sun/security/mscapi/CPrivateKey.java rename : src/windows/classes/sun/security/mscapi/RSAPublicKey.java => src/windows/classes/sun/security/mscapi/CPublicKey.java rename : src/windows/classes/sun/security/mscapi/RSACipher.java => src/windows/classes/sun/security/mscapi/CRSACipher.java rename : src/windows/classes/sun/security/mscapi/RSASignature.java => src/windows/classes/sun/security/mscapi/CSignature.java
-
由 wetmore 提交于
8144093: JEP 244/8051498 - TLS Application-Layer Protocol Negotiation Extension 8170282: Enable ALPN parameters to be supplied during the TLS handshake 8145849: ALPN: getHandshakeApplicationProtocol() always return null 8158978: ALPN not working when values are set directly on a SSLServerSocket 8171443: (spec) An ALPN callback function may also ignore ALPN Reviewed-by: xuelei, coffeys, rhalade, andrew
-
- 07 2月, 2017 1 次提交
-
-
由 vinnie 提交于
Reviewed-by: xuelei, andrew
-
- 04 1月, 2017 1 次提交
-
-
由 mli 提交于
Summary: The fix sets timeout for the server and the client, and ignore SocketTimeoutException. Reviewed-by: chegar, phh Contributed-by: NJohn Jiang <sha.jiang@oracle.com>
-
- 14 4月, 2016 1 次提交
-
-
由 rhalade 提交于
8055351: sun/security/provider/DSA/TestAlgParameterGenerator.java failed with interrupted! (timed out?) Reviewed-by: valeriep, andrew, phh
-
- 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
-
- 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>
-
- 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>
-
- 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
-
- 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
-
- 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
-
- 23 8月, 2018 1 次提交
-
-
由 pkoppula 提交于
Reviewed-by: mullan, jnimeh, coffeys
-
- 12 7月, 2018 2 次提交
- 01 6月, 2018 1 次提交
-
-
由 igerasim 提交于
8189760: sun/security/ssl/CertPathRestrictions/TLSRestrictions.java failed with unexpected Exception intermittently Summary: Adds synchronization to make sure the server exception is available Reviewed-by: xuelei
-
- 01 5月, 2018 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: coffeys
-
- 27 3月, 2018 1 次提交
-
-
由 coffeys 提交于
Reviewed-by: xuelei
-
- 07 3月, 2018 1 次提交
-
-
由 coffeys 提交于
Reviewed-by: wetmore
-