Skip to content

GyazSquare/LibreSSL-Framework

Repository files navigation

LibreSSL Framework

Build Status

LibreSSL framework is a porting framework of LibreSSL for OS X.

LibreSSL Version

3.5.3

Requirements

  • Xcode 12.5.1 (12E507)
  • Base SDK: macOS 11.3
  • Deployment Target:
    • Intel-based: macOS 10.9
    • Apple silicon: macOS 11.0
  • Architectures: x86_64 / arm64

Installation

Binary

Download the latest version of the LibreSSL.framework.x.y.z.zip file from the Latest release page, and embed it in your application bundle as a private framework. See Embedding a Private Framework in Your Application Bundle for information on how to embed a custom framework in your application.

Source

Check out the source:

$ git clone https://github.com/GyazSquare/LibreSSL-Framework.git

License

LibreSSL framework files are retained under the copyright of the authors. New additions are ISC licensed as per OpenBSD's normal licensing policy, or are placed in the public domain.

The LibreSSL code is distributed under the terms of the original LibreSSL licenses. See the LICENSE file for more info.