bugzilla-daemon at mindrot.org
2015-Apr-09  09:34 UTC
[Bug 2376] New: Add compile time option to disable Curve25519
https://bugzilla.mindrot.org/show_bug.cgi?id=2376
            Bug ID: 2376
           Summary: Add compile time option to disable Curve25519
           Product: Portable OpenSSH
           Version: 6.8p1
          Hardware: Sparc
                OS: Solaris
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Build system
          Assignee: unassigned-bugs at mindrot.org
          Reporter: tomas.kuthan at oracle.com
Make it possible to build OpenSSH without Curve25519 support.
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2015-Apr-09  09:43 UTC
[Bug 2376] Add compile time option to disable Curve25519
https://bugzilla.mindrot.org/show_bug.cgi?id=2376
Darren Tucker <dtucker at zip.com.au> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtucker at zip.com.au
--- Comment #1 from Darren Tucker <dtucker at zip.com.au> ---
Err, why?  If you don't want to use it you can turn it off in the
config.
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2015-Apr-09  09:44 UTC
[Bug 2376] Add compile time option to disable Curve25519
https://bugzilla.mindrot.org/show_bug.cgi?id=2376
Tomas Kuthan <tomas.kuthan at oracle.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tomas.kuthan at oracle.com
--- Comment #2 from Tomas Kuthan <tomas.kuthan at oracle.com> ---
Created attachment 2579
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2579&action=edit
Implements -DWITHOUT_ED25519
The patch makes it possible to build OpenSSH without Curve25519 by
specifying -DWITHOUT_EC25519.
The patch doesn't modify regression tests nor man pages.
-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2015-Apr-09  09:51 UTC
[Bug 2376] Add compile time option to disable Curve25519
https://bugzilla.mindrot.org/show_bug.cgi?id=2376 --- Comment #3 from Tomas Kuthan <tomas.kuthan at oracle.com> --- (In reply to Darren Tucker from comment #1)> Err, why? If you don't want to use it you can turn it off in the > config.For legal reasons we are not allowed to ship OpenSSH with any elliptic curve cryptography. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2015-Apr-24  03:55 UTC
[Bug 2376] Add compile time option to disable Curve25519
https://bugzilla.mindrot.org/show_bug.cgi?id=2376
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX
--- Comment #4 from Damien Miller <djm at mindrot.org> ---
We won't be adding this. We have too many #ifdefs at the moment, and as
far as we are aware there are no patent encumbrances on ed25519.
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2015-Apr-24  09:16 UTC
[Bug 2376] Add compile time option to disable Curve25519
https://bugzilla.mindrot.org/show_bug.cgi?id=2376 --- Comment #5 from Tomas Kuthan <tomas.kuthan at oracle.com> --- Fair enough. Thank you for the information. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2016-Aug-02  00:40 UTC
[Bug 2376] Add compile time option to disable Curve25519
https://bugzilla.mindrot.org/show_bug.cgi?id=2376
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED
--- Comment #6 from Damien Miller <djm at mindrot.org> ---
Close all resolved bugs after 7.3p1 release
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
Reasonably Related Threads
- [Bug 2402] New: Missing include in kex.h results in compilation error due to unknown type
- [Bug 2299] New: Disable uid=0 resetting test on Solaris
- [Bug 2378] New: Allow login to a role using Hostbased auth on platforms supporting PAM_AUSER
- [Bug 2718] New: SFTP idle timeout
- [Bug 2636] New: Fix X11 forwarding, when ::1 is not configured