- 14 6月, 2017 1 次提交
-
-
由 weijun 提交于
Reviewed-by: vinnie
-
- 25 5月, 2020 1 次提交
-
-
由 andrew 提交于
Reviewed-by: mbalao
-
- 13 1月, 2020 1 次提交
-
-
由 andrew 提交于
Summary: Finish the job started by 8176536 Reviewed-by: mbalao
-
- 04 1月, 2020 1 次提交
-
-
由 andrew 提交于
Reviewed-by: mbalao
-
- 14 2月, 2020 1 次提交
-
-
由 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
-
- 19 4月, 2019 1 次提交
-
-
由 weijun 提交于
Reviewed-by: valeriep
-
- 26 3月, 2019 1 次提交
-
-
由 michaelm 提交于
Reviewed-by: alanb, ahgross, chegar, igerasim
-
- 04 9月, 2019 1 次提交
-
-
由 andrew 提交于
Summary: Move dependencies into the com.sun.crypto.provider package Reviewed-by: shade --HG-- rename : src/share/classes/jdk/internal/util/Preconditions.java => src/share/classes/com/sun/crypto/provider/Preconditions.java
-
- 06 7月, 2019 1 次提交
-
-
由 andrew 提交于
8135248: Add utility methods to check indexes and ranges 8142493: Utility methods to check indexes and ranges doesn't specify behavior when function produces null 8146458: Improve exception reporting for Objects.checkIndex/checkFromToIndex/checkFromIndexSize 8155794: Move Objects.checkIndex BiFunction accepting methods to an internal package Summary: Do bounds check per encryption/decryption call instead of per block Reviewed-by: mbalao
-
- 08 3月, 2019 1 次提交
-
-
由 jnimeh 提交于
Reviewed-by: ascarpino, ssahoo, skoivu
-
- 12 4月, 2019 1 次提交
-
-
由 xuelei 提交于
Reviewed-by: mullan, ahgross, rhalade, mbalao, 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 8月, 2018 1 次提交
-
-
由 apetcher 提交于
Summary: Minor code/comment improvements Reviewed-by: xuelei
-
- 26 6月, 2018 1 次提交
-
-
由 apetcher 提交于
Summary: Make some field arithmetic operations for X25519/X448 more resilient against side-channel attacks Reviewed-by: ascarpino
-
- 17 6月, 2019 1 次提交
-
-
由 andrew 提交于
Reviewed-by: vinnie
-
- 22 1月, 2014 1 次提交
-
-
由 asmotrak 提交于
Reviewed-by: mullan
-
- 08 11月, 2018 1 次提交
-
-
由 ljiang 提交于
Reviewed-by: coffeys
-
- 07 5月, 2018 1 次提交
-
-
由 ljiang 提交于
Reviewed-by: coffeys
-
- 28 3月, 2018 1 次提交
-
-
由 ljiang 提交于
Reviewed-by: coffeys
-
- 13 2月, 2018 1 次提交
-
-
由 coffeys 提交于
Reviewed-by: weijun
-
- 15 1月, 2018 1 次提交
-
-
由 coffeys 提交于
Reviewed-by: weijun, igerasim
-
- 06 12月, 2017 1 次提交
-
-
由 coffeys 提交于
Reviewed-by: mullan, ascarpino
-
- 07 10月, 2017 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: mullan
-
- 08 9月, 2017 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: mullan, ahgross
-
- 29 7月, 2017 1 次提交
-
-
由 apetcher 提交于
Reviewed-by: valeriep
-
- 31 7月, 2017 2 次提交
- 21 7月, 2017 1 次提交
-
-
由 igerasim 提交于
8181048: Refactor existing providers to refer to the same constants for default values for key length Reviewed-by: mullan, ahgross
-
- 07 7月, 2017 2 次提交
- 09 6月, 2017 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: valeriep, ascarpino
-
- 07 6月, 2017 1 次提交
-
-
由 ljiang 提交于
Reviewed-by: coffeys
-
- 27 4月, 2017 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: mullan, ahgross, rhalade, igerasim
-
- 29 3月, 2017 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: jnimeh, ahgross, rhalade
-
- 23 3月, 2017 2 次提交
- 18 3月, 2017 1 次提交
-
-
由 igerasim 提交于
Summary: Enhanced DER library with extra arg to control leading-0 check Reviewed-by: mullan
-
- 16 3月, 2017 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: mullan, herrick, ahgross
-