{"id":26498765,"url":"https://github.com/jo-tools/macos-openssl-byo","last_synced_at":"2026-01-28T23:08:04.503Z","repository":{"id":42707712,"uuid":"459337212","full_name":"jo-tools/macos-openssl-byo","owner":"jo-tools","description":"Xojo example project: OpenSSL - byo","archived":false,"fork":false,"pushed_at":"2025-03-15T15:02:31.000Z","size":54474,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T06:51:15.122Z","etag":null,"topics":["macos","openssl","xojo"],"latest_commit_sha":null,"homepage":"https://www.jo-tools.ch","language":"Xojo","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jo-tools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://paypal.me/jotools"]}},"created_at":"2022-02-14T21:52:25.000Z","updated_at":"2025-03-15T14:57:25.000Z","dependencies_parsed_at":"2025-02-08T12:29:36.138Z","dependency_job_id":null,"html_url":"https://github.com/jo-tools/macos-openssl-byo","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/jo-tools/macos-openssl-byo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jo-tools%2Fmacos-openssl-byo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jo-tools%2Fmacos-openssl-byo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jo-tools%2Fmacos-openssl-byo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jo-tools%2Fmacos-openssl-byo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jo-tools","download_url":"https://codeload.github.com/jo-tools/macos-openssl-byo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jo-tools%2Fmacos-openssl-byo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28854544,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T22:56:21.783Z","status":"ssl_error","status_checked_at":"2026-01-28T22:56:00.861Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["macos","openssl","xojo"],"created_at":"2025-03-20T14:40:02.554Z","updated_at":"2026-01-28T23:08:04.497Z","avatar_url":"https://github.com/jo-tools.png","language":"Xojo","funding_links":["https://paypal.me/jotools"],"categories":[],"sub_categories":[],"readme":"# OpenSSL - byo\nXojo example project\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)\n\n## Description\nThis example project shows how you can build the [OpenSSL Library](https://openssl-library.org) from Source as a Universal ```.dylib``` *(arm64 and x86_64)*, include it in a Xojo project - and finally use it in your application.\n\nAdditionally, this repository also demonstrates how to build [LibreSSL](https://www.libressl.org) as an alternative to OpenSSL.  \n*LibreSSL is a version of the TLS/crypto stack forked from OpenSSL in 2014, with goals of modernizing the codebase, improving security, and applying best practice development processes.*\n\nIncluded in this repository:\n- [How to: Build OpenSSL on macOS](./openssl)  \n  - A [Shell Script](./openssl/3.5/build.sh) you can use as a template to build the [OpenSSL Library](https://openssl-library.org) yourself\n- [How to: Build LibreSSL on macOS](./libressl)  \n  - A [Shell Script](./libressl/4.2.1/build.sh) you can use as a template to build [LibreSSL](https://www.libressl.org) yourself\n- Example Xojo Project - showing how to bundle your own built ```.dylib```'s in your application\n\n### ScreenShots\nUsing OpenSSL 3.0.x in a Xojo built application  \n![ScreenShot: OpenSSL - byo](screenshots/example_openssl-3.png?raw=true)\n\n\n## Xojo\n### Requirements\n[Xojo](https://www.xojo.com/) is a rapid application development for Desktop, Web, Mobile \u0026 Raspberry Pi.  \n\nThe Desktop application Xojo example project ```openssl-byo.xojo_project``` is using:\n- Xojo 2025r3.1\n- API 2\n\n### How to use in your own Xojo project?\n1. Open the example project ```openssl-byo.xojo_project```, create a new project - or open your existing project\n2. In the Navigator, go to: ```Build Settings -\u003e macOS```\n3. Add a ```Post Build Step: Copy Files```\n4. Drag in the two built .dylibs: ```libssl.3.5.dylib``` and ```libcrypto.3.5.dylib```\n5. Set the Post Build Script behavior in the Inspector:\n   - Applies to: ```both```\n   - Subdirectory: ```(empty)```\n   - Destination: ```Framework folder```\n\nYou then can use the bundled OpenSSL Library that you have just built in your own project.\n\nFor example: Get the OpenSSL Version like this:\n\n```\nConst cryptoLib = \"@executable_path/../Frameworks/libcrypto.3.5.dylib\"\nDeclare Function OpenSSL_version Lib cryptoLib (i As Integer) As CString\nSomeLabel.Text = OpenSSL_version(0)\n```\n\n## About\nJuerg Otter is a long term user of Xojo and working for [CM Informatik AG](https://cmiag.ch/). Their Application [CMI LehrerOffice](https://cmi-bildung.ch/) is a Xojo Design Award Winner 2018. In his leisure time Juerg provides some [bits and pieces for Xojo Developers](https://www.jo-tools.ch/).\n\n### Contact\n[![E-Mail](https://img.shields.io/static/v1?style=social\u0026label=E-Mail\u0026message=xojo@jo-tools.ch)](mailto:xojo@jo-tools.ch)\n\u0026emsp;\u0026emsp;\n[![Follow on Facebook](https://img.shields.io/static/v1?style=social\u0026logo=facebook\u0026label=Facebook\u0026message=juerg.otter)](https://www.facebook.com/juerg.otter)\n\u0026emsp;\u0026emsp;\n[![Follow on Twitter](https://img.shields.io/twitter/follow/juergotter?style=social)](https://twitter.com/juergotter)\n\n### Donation\nDo you like this project? Does it help you? Has it saved you time and money?  \nYou're welcome - it's free... If you want to say thanks I'd appreciate a [message](mailto:xojo@jo-tools.ch) or a small [donation via PayPal](https://paypal.me/jotools).  \n\n[![PayPal Dontation to jotools](https://img.shields.io/static/v1?style=social\u0026logo=paypal\u0026label=PayPal\u0026message=jotools)](https://paypal.me/jotools)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjo-tools%2Fmacos-openssl-byo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjo-tools%2Fmacos-openssl-byo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjo-tools%2Fmacos-openssl-byo/lists"}