bugzilla-daemon at bugzilla.mindrot.org
2019-Jun-27 08:30 UTC
[Bug 3025] New: Compilation issue with no support for OPENSSL_HAS_ECC
https://bugzilla.mindrot.org/show_bug.cgi?id=3025
Bug ID: 3025
Summary: Compilation issue with no support for OPENSSL_HAS_ECC
Product: Portable OpenSSH
Version: 8.0p1
Hardware: All
OS: NetBSD
Status: NEW
Severity: normal
Priority: P5
Component: Build system
Assignee: unassigned-bugs at mindrot.org
Reporter: santhoshkumar851831 at gmail.com
When I tried to compile OpenSSH portable version 8.0 from source
without
OPENSSL_HAS_ECC defined, caught undefined reference error to
kex_ecdh_keypair(), kex_ecdh_dec(), kex_ecdh_enc() functions in
kexgen.c;
All those functions needed to be under predefined macro OPENSSL_HAS_ECC
because KEX_ECDH_SHA2 exists only under this macro.
Raised a pull-request for Portable version for code reference and
changes needed.
https://github.com/openssh/openssh-portable/pull/128
--
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2019-Jun-27 08:31 UTC
[Bug 3025] Compilation issue with no support for OPENSSL_HAS_ECC
https://bugzilla.mindrot.org/show_bug.cgi?id=3025
Santhosh Kumar <santhoshkumar851831 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |santhoshkumar851831 at gmail.c
| |om
--
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2019-Jun-27 10:45 UTC
[Bug 3025] Compilation issue with no support for OPENSSL_HAS_ECC
https://bugzilla.mindrot.org/show_bug.cgi?id=3025
Darren Tucker <dtucker at dtucker.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at dtucker.net
--- Comment #1 from Darren Tucker <dtucker at dtucker.net> ---
This was fixed by
https://github.com/openssh/openssh-portable/commit/97370f6c2c3b825f8c577b7e6c00b1a98d30a6cf
(after 8.0) which adds no-op implementations of those functions without
adding the added maintenance of those ifdefs.
--
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
2019-Jun-27 10:45 UTC
[Bug 3025] Compilation issue with no support for OPENSSL_HAS_ECC
https://bugzilla.mindrot.org/show_bug.cgi?id=3025
Darren Tucker <dtucker at dtucker.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |WORKSFORME
Status|NEW |RESOLVED
--
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
2021-Apr-23 04:57 UTC
[Bug 3025] Compilation issue with no support for OPENSSL_HAS_ECC
https://bugzilla.mindrot.org/show_bug.cgi?id=3025
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #2 from Damien Miller <djm at mindrot.org> ---
closing resolved bugs as of 8.6p1 release
--
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.