Can I suggest in the meantime the MacOS builds are built with
--with-openssl=none

I know it is not ideal - but those who need SSL/TLS can build it themselves
and specify the location with the --with-openssl option.

apple stuff for those who are interested:

https://developer.apple.com/reference/security/secure_transport
https://developer.apple.com/library/content/samplecode/sc1236/TLSTool.zip


https://developer.apple.com/library/content/documentation/
Security/Conceptual/cryptoservices/SecureNetworkCommunicationAPIs/
SecureNetworkCommunicationAPIs.html#//apple_ref/doc/uid/TP40011172-CH13-SW3

> OpenSSL
> OS X includes a low-level command-line interface to the OpenSSL
> open-source cryptography toolkit; this interface is not available on iOS.
> Further, although OpenSSL is commonly used in the open source community,
> it does not provide a stable API from version to version. For this reason,
> the programmatic interface to OpenSSL is deprecated in OS X and is not
> provided in iOS. Use of the Apple-provided OpenSSL libraries by apps is
> strongly discouraged.
> To ensure compatibility, if your app depends on OpenSSL, you should
> compile it yourself and statically link a known version of OpenSSL into
> your app. Such use works on both iOS and OS X.
> In general, however, you should use the CFNetwork API for secure
> networking and the Certificate, Key, and Trust Services API for
> cryptographic services. Alternatively, in OS X, you can use the Secure
> Transport API.



On Thu, Apr 13, 2017 at 7:33 PM, Ryan Dingman <r...@toyrockets.com> wrote:

>
> > On Apr 13, 2017, at 11:32 AM, Joerg Sonnenberger <jo...@bec.de> wrote:
> >
> > On Thu, Apr 13, 2017 at 09:48:59AM -0700, Ryan Dingman wrote:
> >> While building statically linked binaries on macOS is possible, Apple
> doesn’t officially support it.
> >
> > You don't need statically linked binaries for this purpose. You only
> > need to statically link OpenSSL.
>
> Yes, agreed. I wasn’t suggesting that we did. I was just answering Dr.
> Hipp’s question.
>
> —
> Ryan
>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to