Skip to content

Instantly share code, notes, and snippets.

@jpluimers
Last active December 12, 2023 11:19
Show Gist options
  • Save jpluimers/9257ba6e27afea1b98376d9d4411c88c to your computer and use it in GitHub Desktop.
Save jpluimers/9257ba6e27afea1b98376d9d4411c88c to your computer and use it in GitHub Desktop.
Darwin + ARM7l binaries #362 - https://github.com/drwetter/testssl.sh/issues/362

Darwin + ARM7l binaries #362 - drwetter/testssl.sh#362

The original builds are in these files:

  • openssl.darwin-i386-cc
  • openssl.darwin64-x86_64-cc

The stripped builds are in these files:

  • openssl.Darwin.i386
  • openssl.Darwin.x86_64

This is how they were stripped:

mv openssl.darwin-i386-cc openssl.Darwin.i386
mv openssl.darwin64-x86_64-cc openssl.Darwin.x86_64
strip openssl.Darwin.i386
strip openssl.Darwin.x86_64

The script used for building is at https://gist.github.com/jpluimers/f4de3937630b87753133

The binaries have been built without -DTEMP_GOST_TLS which should build fine: drwetter/testssl.sh#362 (comment)

Reports and tests at https://gist.github.com/jpluimers/ca0ed0f53c279aa87fc2ffd505d3fc8a Statistics and version info at https://gist.github.com/ca0ed0f53c279aa87fc2ffd505d3fc8a.git

View raw

(Sorry about that, but we can’t show files that are this big right now.)

This file has been truncated, but you can view the full file.
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

@drwetter
Copy link

Ok, thx! Looks fine now, kind of strange....

Sorry for setting this sit for so long (too much stuff going on).

I'll work on this until the weekend.

@hooooh2
Copy link

hooooh2 commented Dec 12, 2023

Uploading IMG_0122.jpeg…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment