1. 01 5月, 2020 1 次提交
  2. 11 6月, 2020 1 次提交
  3. 27 4月, 2020 1 次提交
  4. 14 5月, 2020 1 次提交
  5. 06 4月, 2020 1 次提交
  6. 03 2月, 2020 1 次提交
  7. 29 11月, 2019 1 次提交
  8. 15 11月, 2019 1 次提交
  9. 14 2月, 2020 2 次提交
    • A
      8225392: Comparison builds are failing due to cacerts file · ebb250fc
      andrew 提交于
      Reviewed-by: shade
      ebb250fc
    • W
      8230978: Add support for RSASSA-PSS Signature algorithm (Java SE 8) · d3243e3e
      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
      d3243e3e
  10. 06 1月, 2020 1 次提交
  11. 24 9月, 2019 1 次提交
  12. 26 9月, 2019 1 次提交
  13. 19 8月, 2019 1 次提交
  14. 13 6月, 2019 1 次提交
  15. 22 8月, 2019 1 次提交
  16. 30 11月, 2018 1 次提交
  17. 11 7月, 2019 2 次提交
  18. 31 1月, 2019 1 次提交
  19. 03 12月, 2018 1 次提交
  20. 06 6月, 2018 1 次提交
  21. 23 11月, 2017 1 次提交
  22. 29 6月, 2019 1 次提交
  23. 17 6月, 2019 1 次提交
  24. 03 6月, 2019 1 次提交
  25. 13 6月, 2019 1 次提交
  26. 27 6月, 2019 1 次提交
  27. 20 6月, 2019 1 次提交
  28. 17 6月, 2019 1 次提交
  29. 18 2月, 2020 1 次提交
  30. 18 12月, 2019 1 次提交
  31. 13 2月, 2020 1 次提交
  32. 13 2月, 2018 1 次提交
  33. 05 12月, 2018 1 次提交
  34. 14 6月, 2019 1 次提交
    • A
      8223147: JFR Backport · 48b5d106
      apetushkov 提交于
      8199712: Flight Recorder
      8203346: JFR: Inconsistent signature of jfr_add_string_constant
      8195817: JFR.stop should require name of recording
      8195818: JFR.start should increase autogenerated name by one
      8195819: Remove recording=x from jcmd JFR.check output
      8203921: JFR thread sampling is missing fixes from JDK-8194552
      8203929: Limit amount of data for JFR.dump
      8203664: JFR start failure after AppCDS archive created with JFR StartFlightRecording
      8003209: JFR events for network utilization
      8207392: [PPC64] Implement JFR profiling
      Summary: Backport JFR from JDK11. Initial integration
      Reviewed-by: neugens
      48b5d106
  35. 25 4月, 2019 1 次提交
  36. 10 4月, 2019 1 次提交
  37. 03 4月, 2019 1 次提交
  38. 29 3月, 2019 1 次提交