From dev-return-37036-apmail-mina-dev-archive=mina.apache.org@mina.apache.org Sun Jun 14 16:07:02 2020 Return-Path: X-Original-To: apmail-mina-dev-archive@www.apache.org Delivered-To: apmail-mina-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id 6E0F11994B for ; Sun, 14 Jun 2020 16:07:02 +0000 (UTC) Received: (qmail 99363 invoked by uid 500); 14 Jun 2020 16:07:01 -0000 Delivered-To: apmail-mina-dev-archive@mina.apache.org Received: (qmail 99343 invoked by uid 500); 14 Jun 2020 16:07:01 -0000 Mailing-List: contact dev-help@mina.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@mina.apache.org Received: (qmail 99331 invoked by uid 99); 14 Jun 2020 16:07:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Jun 2020 16:07:01 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 8629A402B6 for ; Sun, 14 Jun 2020 16:07:00 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 068DA7801B1 for ; Sun, 14 Jun 2020 16:07:00 +0000 (UTC) Date: Sun, 14 Jun 2020 16:07:00 +0000 (UTC) From: "ASF GitHub Bot (Jira)" To: dev@mina.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Work logged] (SSHD-506) Add support for aes128/256-gcm ciphers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SSHD-506?focusedWorklogId=445576&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-445576 ] ASF GitHub Bot logged work on SSHD-506: --------------------------------------- Author: ASF GitHub Bot Created on: 14/Jun/20 16:06 Start Date: 14/Jun/20 16:06 Worklog Time Spent: 10m Work Description: lgoldstein commented on pull request #132: URL: https://github.com/apache/mina-sshd/pull/132#issuecomment-643786909 >> Feel free to test in any other platforms you're concerned with, but I feel fairly confident with the patch. I will do so some time soon - does this mean that I can merge this patch if I am satisfied with it ? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: users@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 445576) Time Spent: 5h 50m (was: 5h 40m) > Add support for aes128/256-gcm ciphers > -------------------------------------- > > Key: SSHD-506 > URL: https://issues.apache.org/jira/browse/SSHD-506 > Project: MINA SSHD > Issue Type: Improvement > Reporter: Lyor Goldstein > Priority: Major > Time Spent: 5h 50m > Remaining Estimate: 0h > > See: > * [rfc5647|https://tools.ietf.org/html/rfc5647] > * [draft-igoe-secsh-aes-gcm-01|https://tools.ietf.org/html/draft-igoe-secsh-aes-gcm-01] > * [OpenSSH v6.2|http://www.openssh.com/txt/release-6.2] > * [JAVA AES 256 GCM encrypt/decrypt example|https://javainterviewpoint.com/java-aes-256-gcm-encryption-and-decryption/] - especially the usage of {{GCMParameterSpec}} to initialize the cipher > * [OpenJDK 8 AESCipher.java source code|https://github.com/frohoff/jdk8u-dev-jdk/blob/master/src/share/classes/com/sun/crypto/provider/AESCipher.java] > ** See also [CipherCore.java|https://github.com/frohoff/jdk8u-dev-jdk/blob/master/src/share/classes/com/sun/crypto/provider/CipherCore.java], [FeedbackCipher.java|https://github.com/frohoff/jdk8u-dev-jdk/blob/master/src/share/classes/com/sun/crypto/provider/FeedbackCipher.java], [GaloisCounterMode.java|https://github.com/frohoff/jdk8u-dev-jdk/blob/master/src/share/classes/com/sun/crypto/provider/GaloisCounterMode.java] -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org For additional commands, e-mail: dev-help@mina.apache.org