[MacPorts] #68766: openssl3 @3.2.0_0+universal may have broken PRNG on Mavericks an older

MacPorts noreply at macports.org
Sun Nov 26 14:51:06 UTC 2023


#68766: openssl3 @3.2.0_0+universal may have broken PRNG on Mavericks an older
------------------------+------------------------
  Reporter:  fhgwright  |      Owner:  neverpanic
      Type:  defect     |     Status:  assigned
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:
Resolution:             |   Keywords:
      Port:  openssl3   |
------------------------+------------------------

Comment (by neverpanic):

 {{{
 CCRNGStatus CCRandomGenerateBytes(void *bytes, size_t count)
 __OSX_AVAILABLE_STARTING(__MAC_10_10, __IPHONE_8_0);
 }}}

 So not on anything older than 10.10 (which 10.9 is). OpenSSL also doesn't
 use this on anything older than 10.12.

 `getentropy(2)` is only available on 10.12 or newer, so that's out as
 well.

 Can you try `configure.args-append --with-rand-seed=devrandom` to see if
 that helps?

-- 
Ticket URL: <https://trac.macports.org/ticket/68766#comment:15>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list