Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Jan 2019 23:47:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 234808] www/elinks: Fix ssl initialization on newer openssl/libressl without EGD
Message-ID:  <bug-234808-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234808

            Bug ID: 234808
           Summary: www/elinks: Fix ssl initialization on newer
                    openssl/libressl without EGD
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://repo.or.cz/elinks.git/blobdiff/6eba447e8ae12ca
                    cac3b479c7148d189bea3e8ea..f4a58ba3b574a478fd5954ba2c5
                    b29e8b809ff9b:/src/network/ssl/ssl.c
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: beat@FreeBSD.org
          Reporter: dereks@lifeofadishwasher.com
             Flags: maintainer-feedback?(beat@FreeBSD.org)
          Assignee: beat@FreeBSD.org

Created attachment 200969
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D200969&action=
=3Dedit
Allow RAND_file_name() to init. f_randfile

For newer openssl/libressl when RAND_egd is disabled
patch-src_network_ssl_ssl.c removed RAND_egd() and the RAND_file_name()
leaving f_randfile uninitialized resulting odd files in $HOME/ when
elinks initialized ssl.

        $ ls -ld $'\x01'
        -rw-------  1 dereks  wheel  1024 Jan  9 18:24 ?

The file should be ~/.rnd set but RAND_file_name()

Fixed upstram is but this commit:
https://repo.or.cz/elinks.git/blobdiff/6eba447e8ae12cacac3b479c7148d189bea3=
e8ea..f4a58ba3b574a478fd5954ba2c5b29e8b809ff9b:/src/network/ssl/ssl.c

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-234808-7788>