[ 
https://issues.apache.org/jira/browse/SSHD-1017?focusedWorklogId=597270&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-597270
 ]

ASF GitHub Bot logged work on SSHD-1017:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 15/May/21 17:25
            Start Date: 15/May/21 17:25
    Worklog Time Spent: 10m 
      Work Description: jvz commented on pull request #176:
URL: https://github.com/apache/mina-sshd/pull/176#issuecomment-841696961


   Let me clarify the IP provenance then. I have two versions of ChaCha20 and 
Poly1305 in my O(1) Cryptography library. There's a Java port that I wrote 
based on DJB's papers about ChaCha and Salsa (which are themselves public 
domain and patent free) and the corresponding RFC that standardized it. There's 
also a C version that is copied from one of the linked implementations from 
https://cr.yp.to/chacha.html which is independent (and added much later). O1C 
is my library where I'm the only copyright holder other than some C code that's 
imported from elsewhere (the Java code is all pure Java, all done by 
reimplementing or porting public domain algorithms from other languages).
   
   Suffice to say, I've done due diligence in the library, and I can trivially 
relicense any parts right now since nobody else has contributed yet.


-- 
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 597270)
    Time Spent: 2h 40m  (was: 2.5h)

> Add support for chacha20-poly1...@openssh.com
> ---------------------------------------------
>
>                 Key: SSHD-1017
>                 URL: https://issues.apache.org/jira/browse/SSHD-1017
>             Project: MINA SSHD
>          Issue Type: New Feature
>            Reporter: Matt Sicker
>            Priority: Major
>          Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> See [protocol 
> details|https://github.com/openbsd/src/blob/master/usr.bin/ssh/PROTOCOL.chacha20poly1305].
> * [RFC 7539|https://tools.ietf.org/html/rfc7539] describes the 
> ChaCha20-Poly1305 algorithm.
> * [Dropbear 
> implementation|https://github.com/mkj/dropbear/blob/master/chachapoly.c]
> * [OpenSSH 
> implementation|https://github.com/openbsd/src/blob/master/usr.bin/ssh/cipher-chachapoly-libcrypto.c]
> The cipher is provided by Bouncycastle.
> As a bonus, this could potentially be adapted to propose an equivalent 
> AES/GCM cipher encoding to how OpenSSH implements this ChaCha20-Poly1305 
> cipher.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to