iSSH2 icon indicating copy to clipboard operation
iSSH2 copied to clipboard

A bash script to compile Libssh2 (and OpenSSL) for iOS, macOS, watchOS and tvOS.

Results 10 iSSH2 issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to compile for Catalyst, and the way I try doing that is through making an .xcframework. So I tried the following: ``` sh iSSH2.sh --platform=macosx --archs="x86_64" #...

I tried to run the below command **./iSSH2.sh --platform=iphoneos --min-version=8.0 --openssl=3.0.1** to build specifically for **OpenSSL 3.0.1** version as ./iSSH2.sh --platform=iphoneos --min-version=8.0 builds for OpenSSL version: 1.1.1m which is not...

Is this script compatible to compile libssh 0.9.6 for ios / macOS? Hey I made a libssh binding on dart to be able to use libssh on windows and linux...

Libssh2 version fetched 1.9.0 instead of 1.10.0 echo `git ls-remote --tags https://github.com/libssh2/libssh2.git | egrep "libssh2-[0-9]+(\.[0-9])*[a-zA-Z]?$" | cut -f 2 -d - | sort -t . -r | head -n 1`...

I'm trying to test my app in the simulator, but I'm using a newer M1 laptop (arm64). Because Sim build is only executed if the arch is i386 or x86_64...

I get an error while compiling for iphoneos. I saw an similar issue #5. Maybe its something similar. Thanks. ``` ./iSSH2.sh --platform=iphoneos --xcodeproj=../ssh/ --min-version=13.2 Initializing... Libssh2 version: 1.9.0 (Automatically detected)...

LibSSH2 1.11.0 has been released with a lot of changes. See the release page: https://github.com/libssh2/libssh2/releases/tag/libssh2-1.11.0 If you have applied [this patch](https://github.com/Jan-E/iSSH2/commit/a1a1b82527aad16811270d23cc0c20fd3d64f70d) the script will automatically detect OpenSSL 1.1.1u (also released...

There will be a new LibSSH2 release shortly with a fix for the Terrapin MITM attack. The fix is already merged in the sources of LibSSH2: https://github.com/libssh2/libssh2/discussions/1249 https://terrapin-attack.com

Openssl.org links to https://github.com/openssl/openssl/releases/download/openssl-3.0.15/openssl-3.0.15.tar.gz now for the 3.0.15 version. https://github.com/Jan-E/iSSH2/commit/c1d1e1d2ad8f7309edff9402b8cda444de17e8a8 Fixes that.