Darwin + ARM7l binaries #362 - https://github.com/drwetter/testssl.sh/issues/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: https://github.com/drwetter/testssl.sh/issues/362#issuecomment-223669067
Reports and tests at https://gist.github.com/jpluimers/ca0ed0f53c279aa87fc2ffd505d3fc8a Statistics and version info at https://gist.github.com/ca0ed0f53c279aa87fc2ffd505d3fc8a.git
This comment has been minimized.
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.