{"id":19579729,"url":"https://github.com/wolfssl/osp","last_synced_at":"2025-05-08T00:27:29.806Z","repository":{"id":33518260,"uuid":"37164263","full_name":"wolfSSL/osp","owner":"wolfSSL","description":"wolfSSL Open Source project ports","archived":false,"fork":false,"pushed_at":"2025-05-05T23:34:46.000Z","size":13821,"stargazers_count":28,"open_issues_count":11,"forks_count":35,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-05-06T00:33:36.379Z","etag":null,"topics":["apache","cryptography","freeradius","git","hostapd","krb5","nginx","openssh","openssl-alternative","python","qt","security","stunnel","wolfssl"],"latest_commit_sha":null,"homepage":"https://www.wolfssl.com","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wolfSSL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2015-06-09T23:29:51.000Z","updated_at":"2025-05-05T23:34:50.000Z","dependencies_parsed_at":"2023-01-15T01:30:24.163Z","dependency_job_id":"935891b0-6826-40c7-8343-4a343561da89","html_url":"https://github.com/wolfSSL/osp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolfSSL%2Fosp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolfSSL%2Fosp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolfSSL%2Fosp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolfSSL%2Fosp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wolfSSL","download_url":"https://codeload.github.com/wolfSSL/osp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252975580,"owners_count":21834469,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["apache","cryptography","freeradius","git","hostapd","krb5","nginx","openssh","openssl-alternative","python","qt","security","stunnel","wolfssl"],"created_at":"2024-11-11T07:18:49.562Z","updated_at":"2025-05-08T00:27:29.784Z","avatar_url":"https://github.com/wolfSSL.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wolfSSL Open Source Project (osp) Ports\n\nThis repository contains wolfSSL ports into Open Source projects and packages. When porting the [wolfSSL](https://www.wolfssl.com/products/wolfssl/) lightweight SSL/TLS library into an existing Open Source project, wolfSSL tries to upstream changes/patches. This is not always possible, and as such we maintain this repository of patches and modified projects.\n\n# Why use wolfSSL?\n\nwolfSSL can provide several advantages over using the default SSL/TLS implementation in a project, product, or system. Some of these include:\n\n* Portability across platforms and OS/RTOS environments\n* Low/optimized memory use (runtime and footprint)\n* [Best-tested](https://www.wolfssl.com/overview-of-testing-in-wolfssl/) SSL/TLS/crypto implementation available, reducing vulnerabilities\n* Current protocol support, up to [TLS 1.3](https://www.wolfssl.com/tls13) and [DTLS 1.3](https://www.wolfssl.com/whats-new-dtls-1-3/)\n* Progressive algorithm support (ChaCha20, Poly1305, Curve/Ed25519, etc)\n* [Commercial support](https://www.wolfssl.com/products/support-and-maintenance/) available direct from wolfSSL engineers\n* [Commercial licenses](https://www.wolfssl.com/license/) available (in addition to standard GPLv2)\n\nFor a full list of features, please visit the [wolfSSL product page](https://www.wolfssl.com/products/wolfssl/).\n\n# List of Open Source Project Ports\n\nEach project port included in this repository is contained in its own subdirectory.\n\n| Directory | Description | Home Page | Blog | Port Documentation |\n| :--- | :--- | :--- | :--- | :--- |\n| apache-httpd | Apache HTTP Server | [Link](https://httpd.apache.org/) | [Link](https://www.wolfssl.com/support-apache-httpd-2-4-46-2/) | [README](./apache-httpd/README.md) |\n| asio | Asio C++ Library | [Link](http://think-async.com/Asio/) | [Link](https://www.wolfssl.com/wolfssl-support-asio-boost-asio-c-libraries/) | [README](./asio/asio/README) |\n| bind9 | DNS software system | [Link](https://bind9.net/) | | [README](./bind9/README) |\n| cjose | JOSE for C/C++ | [Link](https://github.com/cisco/cjose) | [Link](https://www.wolfssl.com/wolfssl-cisco-cjose-port/) | [README](./cjose/README) |\n| freeradius-server-2.1.12 | FreeRADIUS Server Project | [Link](https://freeradius.org/) | | [README](./freeradius-server-2.1.12/README) |\n| gRPC | RPC library and framework | [Link](https://grpc.io/) | | [README](./grpc/README) |\n| haproxy | HAProxy | [Link](https://www.haproxy.org/) |  | [README](./haproxy/README) |\n| libest | Cisco EST stack written in C | [Link](https://github.com/cisco/libest) | [Link](https://www.wolfssl.com/wolfssl-cisco-libest-port/) | [README](./libest/README) |\n| libimobiledevice | Library to communicate with services on iOS devices | [Link](https://libimobiledevice.org/) | | [README](./libimobiledevice/README) |\n| libsignal-protocol-c | Signal Protocol C Library | [Link](https://github.com/signalapp/libsignal-protocol-c) | [Link](https://www.wolfssl.com/wolfssl-use-with-signal/) | [README](./libsignal-protocol-c/README.md) |\n| libspdm | Security Protocol and Data Model implementation | [Link](https://github.com/DMTF/libspdm) | | [README](./libspdm/1.0.0/README.md) |\n| libssh2 | client-side C library for SSH2 | [Link](https://www.libssh2.org/) | [Link](https://www.wolfssl.com/open-source-project-ports-libssh2/) | [README](./libssh2/1.9.0/README.md) |\n| lighttpd | lighttpd web server | [Link](https://www.lighttpd.net/) | [Link](https://www.wolfssl.com/lighttpd-support-wolfssl/) | [README](./lighttpd/README) |\n| mariadb | MariaDB relational database | [Link](https://mariadb.org/) | | [README](./mariadb/10.5.11/README.md) |\n| mosquitto | Eclipse Mosquitto - An open source MQTT broker | [Link](https://mosquitto.org/) | | [README](./mosquitto/README.md) |\n| net-snmp | Simple Network Management Protocol | [Link](http://www.net-snmp.org/) | | [README](./net-snmp/README.md) |\n| ntp | Network Time Protocol | [Link](http://www.ntp.org/) | [Link](https://www.wolfssl.com/open-source-project-ports-ntp/) | [README](./ntp/4.2.8p15/README.md) |\n| NXP SE05X Middleware | wolfSSL HostCrypto support patch | [Link](https://www.nxp.com/products/security-and-authentication/authentication/edgelock-se050-plug-trust-secure-element-family-enhanced-iot-security-with-high-flexibility:SE050) | | [README](./nxp-se05x-middleware/README.md) |\n| openldap | Open source lightweight directory access protocol | [Link](https://www.openldap.org/) | [Link](https://www.wolfssl.com/open-source-project-ports-openldap/) | [README](./openldap/2.4.47/README.md) |\n| openpegasus  | Open source DMTF CIM and WBEM | [Link](https://collaboration.opengroup.org/pegasus/) | [Link](https://www.wolfssl.com/openpegasus-port-support-added-wolfssl/) | [README](./openpegasus/2.14.1/README.md) |\n| openresty | Nginx and LuaJIT-based web platform | [Link](https://openresty.org/en/) | | [README](./openresty/INSTRUCTIONS.md) |\n| openssh-patches | OpenSSH | [Link](https://www.openssh.com/) | [Link](https://www.wolfssl.com/wolfssl-openssh-expanded-openssl-compatibility/) | [README](./openssh-patches/README) |\n| ppp | Paul's PPP Package | [Link](https://ppp.samba.org/) | | [README](./ppp/README) |\n| Python | Python language and interpreter | [Link](https://www.python.org/) | | [README](./Python/README.txt) |\n| qt | Qt | [Link](https://www.qt.io/) | [Link](https://www.wolfssl.com/building-qt-with-wolfssl/) | [README](./qt/README.md) |\n| rsyslog | rocket-fast Syslog Server | [Link](https://www.rsyslog.com/) | [Link](https://www.wolfssl.com/wolfssl-ported-rsyslog-8-2106-0/) | [README](./rsyslog/8.2106.0/README.md) |\n| realm-core | Database that runs on phones, tablets or wearables | [Link](https://github.com/realm/realm-core/) | | [README](./realm/README.md) |\n| sblim-sfcb | SBLIM Small-footprint CIM Broker | [Link](http://sblim.sourceforge.net/wiki/index.php/Sfcb) | | [README](./sblim-sfcb/1.4.9/README.md) |\n| socat | socat Multipurpose relay | [Link](http://www.dest-unreach.org/socat/) | [Link](https://www.wolfssl.com/open-source-project-ports-socat/) | 1.7.3.4 [README](./socat/1.7.3.4/README.md)\u003cbr/\u003e1.7.4.1 [README](./socat/1.7.4.1/README.md) |\n| stunnel | stunnel Proxy | [Link](https://www.stunnel.org/) | [Link](https://www.wolfssl.com/securing-stunnel-tls-1-3/) | 5.57 Unix [README](./stunnel/5.57/README_UNIX.md)\u003cbr/\u003e5.57 Windows [README](./stunnel/5.57/README_WIN.md) |\n| tcpdump | command-line packet analyzer | [Link](https://www.tcpdump.org/) | [Link](https://www.wolfssl.com/open-source-project-ports-tcpdump/) | [README](./tcpdump/4.9.3/README.md) |\n| urllib3 | urllib3 HTTP client for Python | [Link](https://github.com/urllib3/urllib3) | | [README](./urllib3/README.rst) |\n| websocket-client | WebSocket client for python | [Link](https://github.com/websocket-client/websocket-client) | | [README](./websocket-client/README.rst) |\n| websocketpp | WebSocket++ | [Link](https://www.zaphoyd.com/projects/websocketpp/) | [Link](https://www.wolfssl.com/building-websocket-wolfssl-support/) | [README](websocketpp/readme.md) |\n| wolfengine | OpenSSL Engine using wolfCrypt | [Link](https://github.com/wolfSSL/wolfEngine) | | [README](./wolfengine/README.md) |\n\n# Licensing\n\nwolfSSL and wolfCrypt are either licensed for use under the GPLv2 (or at your option any later version) or a standard commercial license. For users who cannot use wolfSSL under GPLv2 (or any later version), a commercial license to wolfSSL and wolfCrypt is available. For license inquiries, please contact wolfSSL Inc. directly at licensing@wolfssl.com.\n\nAll non-wolfSSL projects in this repository are licensed under their respective project licenses.\n\n# Support\n\nFor support or build issues, please contact the wolfSSL support team at support@wolfssl.com.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolfssl%2Fosp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwolfssl%2Fosp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolfssl%2Fosp/lists"}