You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/08/05 11:51:31 UTC

[GitHub] [cloudstack] rohityadavcloud commented on a diff in pull request #6594: JDK Disabled Algorithms update

rohityadavcloud commented on code in PR #6594:
URL: https://github.com/apache/cloudstack/pull/6594#discussion_r938736857


##########
client/conf/java.security.ciphers.in:
##########
@@ -15,4 +15,21 @@
 # specific language governing permissions and limitations
 # under the License.
 
-jdk.tls.disabledAlgorithms=SSLv2Hello, SSLv3, DH keySize < 128, RSA keySize < 128, DES keySize < 128, SHA1 keySize < 128, MD5 keySize < 128, RC4
+jdk.tls.disabledAlgorithms=SSLv3,TLSv1.0, TLSv1.1, RC4, DES, MD5withRSA, DH keySize < 2048, EC keySize < 224, \

Review Comment:
   chances are this could break support of several older/supported hypervisors, can you share what you've tested with these changes @fermosan ?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org