Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerfile arm64 #2597

Open
wants to merge 52 commits into
base: py3
from
Open

Dockerfile arm64 #2597

wants to merge 52 commits into from

Conversation

@shyam-sam
Copy link

@shyam-sam shyam-sam commented Jul 18, 2020

arm64 arch docker image

anoadragon453 and others added 21 commits Jun 10, 2018
Update ciphersuites
This patch adds the following:
 * Pre-defined CA certificate subjects
 * Pre-defined popular website domain names
 * Fake certificate generation for pre-defined popular website domain signed by fake CA with pre-defined subject

It should look less suspicious than "example.com" certificates
Less obvious fake TLS certificate generation
… possible
 a bug?
@ValdikSS

This comment has been minimized.

Copy link

@ValdikSS ValdikSS commented on src/Crypt/CryptConnection.py in 5ab2031 Mar 27, 2019

@shortcutme what incompatibility did this change introduce? This exact cipher set has been added to mimic common browsers, to complicate ZeroNet fingerprinting.

This comment has been minimized.

Copy link
Owner

@HelloZeroNet HelloZeroNet replied Mar 27, 2019

I have seen SSLV3_ALERT_HANDSHAKE_FAILURE errors after changing this

This comment has been minimized.

Copy link

@ValdikSS ValdikSS replied Mar 27, 2019

@HelloZeroNet, what peers use SSLv3, and how many? Are they running outdates OS or ZeroNet?
Try to replace chipherlist with this one then: https://wiki.mozilla.org/Security/Server_Side_TLS#Intermediate_compatibility_.28default.29

This comment has been minimized.

Copy link
Owner

@HelloZeroNet HelloZeroNet replied Mar 27, 2019

It could be possible to fallback and retry the connection with the "compatibility" cipher list only if the SSLV3_ALERT_HANDSHAKE_FAILURE error received

HelloZeroNet and others added 8 commits Mar 27, 2019
sitePause & siteResume are also important settings
We can use API command optionalFileList with parameter filter=not_downloaded to get list of all not downloaded files
… library
Added support for encrypted connections in Dockerfile - added OpenSSL…
OptionalFileList - Added support for filter not_downloaded
shortcutme and others added 23 commits Apr 11, 2019
…kets in url

Backport of commit 90fee97 from py3 branch
Always translate html files to avoid compatibility problems with brackets in url
Only raise security error on ../
Display a sponsor button in repository
Cross browser grabbing cursor.
Update Sidebar.css for grabbing cursor
Update it.json
@imachug
Copy link
Contributor

@imachug imachug commented Jul 18, 2020

There are lots of conflicts here, perhaps you used wrong branch as base. Could you please rebase your changes onto py3?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

You can’t perform that action at this time.