Skip to content

Conversation

@nabla-c0d3
Copy link
Owner

No description provided.

Marcus Watson and others added 30 commits October 22, 2023 20:27
* Bump Python version 3.9 -> 3.12
* Add ability to specify Python version as build argument
* Use a 2-stage-build with virtual environment
    * Build in stage 0
    * Execute in stage 1
* Do not call setup.py anymore, instead use pip install
* Remove installation of sudo which seems to do nothing
* Add .git folder to .dockerignore
Handle errors in OCSPResponse json validation
Sometimes OpenSSL will throw a certificate unknown error that was
previously not handled, causing sslyze to crash.
The current "client" did not wait for the greeting to finish before
sending commands, and took some other liberties with the SMTP standard.
This causes issues with some servers.
A CA bundle may contain non-ASCII characters (e.g., CA distinguished
names may include accents). When we try to encode these into bytes, the
choise of the "ascii" codec causes a UnicodeError to be thrown.

Since we don't actaully want to do anythign with the CA bundle other
than pass it to cryptograhpy, just load it as bytes in the first place.

Fixes: #670
Load CA bundle as bytes, not text
Refactoring of the Dockerfile
…ng-network-exception-option-2

#672-fix-type-issue-while-handling-network-exception-option-2
…github-workflow

Build: Add linux/arm64 to docker build workflow (#648)
Add support for custom HTTP user agent
…into mxsasha-smtp-improvements

sslyze/plugins/certificate_info/trust_stores/pem_files/apple.pem
sslyze/plugins/certificate_info/trust_stores/pem_files/google_aosp.pem
sslyze/plugins/certificate_info/trust_stores/pem_files/google_aosp.yaml
sslyze/plugins/certificate_info/trust_stores/pem_files/microsoft_windows.pem
sslyze/plugins/certificate_info/trust_stores/pem_files/mozilla_nss.pem
sslyze/plugins/certificate_info/trust_stores/pem_files/mozilla_nss.yaml
sslyze/plugins/certificate_info/trust_stores/pem_files/openjdk.pem
sslyze/plugins/certificate_info/trust_stores/pem_files/oracle_java.pem
@nabla-c0d3 nabla-c0d3 merged commit 216ae90 into release Jan 3, 2025
11 checks passed
@nabla-c0d3 nabla-c0d3 deleted the dev branch January 3, 2025 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

9 participants