[Bug 198767] [PATCH] security/tlswrap: Make EGD conditional/Fix build with LibreSSL

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Mar 21 13:33:31 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198767

            Bug ID: 198767
           Summary: [PATCH] security/tlswrap: Make EGD conditional/Fix
                    build with LibreSSL
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: johans at FreeBSD.org
          Reporter: spil.oss at gmail.com
          Keywords: patch
             Flags: maintainer-feedback?(johans at FreeBSD.org)
          Assignee: johans at FreeBSD.org

Created attachment 154624
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154624&action=edit
svn diff for security/tlswrap

security/tlswrap unconditionally relies on RAND_egd which makes building fail
with LibreSSL which has removed EGD. FreeBSD does not require EGD at all,
/dev/random has been available since FreeBSD 4.2

This patch checks for the existence of RAND_egd in libcrypto and disables the
code using egd.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list