nabla-c0d3 / sslyze

Fast and powerful SSL/TLS scanning library.
GNU Affero General Public License v3.0
3.28k stars 454 forks source link

Cannot run SSLyze on Apple Silicon / M1 #507

Closed nabla-c0d3 closed 3 years ago

nabla-c0d3 commented 3 years ago

Supporting Apple M1 natively seems unlikely because it would require compiling nassl to the M1/arm64 architecture. By design, nassl depends on an ancient version of OpenSSL (1.0.2e) which will never be updated to support this architecture.

nabla-c0d3 commented 3 years ago

nassl can now be installed via a universal2 wheel, as done in https://github.com/nabla-c0d3/nassl/issues/74

nabla-c0d3 commented 1 year ago

Native support for Apple Silicon is now available, starting with nassl 5.0.1.