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

Add CHACHA20_POLY1305 to the ssl cipher list #904

Merged
merged 1 commit into from
Aug 23, 2021

Conversation

fakuivan
Copy link
Contributor

@fakuivan fakuivan commented Aug 6, 2021

Following from #903. TLDR: ChaCha20 is much faster for devices that do not provide hardware AES acceleration (eg. Raspberry Pi 4), and secure to the point of being included in TLS1.3. The Mozilla Wiki provides a list of secure cipher suites, and the ones added here are listed there as secure.

@freeplant freeplant merged commit 4ea33de into haiwen:master Aug 23, 2021
@freeplant
Copy link
Member

Thanks

luckycloud-GmbH added a commit to luckycloud-GmbH/seadroid that referenced this pull request May 11, 2022
* enable client side encryption for camera upload

* Add CHACHA20_POLY1305 to the ssl cipher list (haiwen#904)

* FileMonitorService is not running, start it in EditorActivity (haiwen#908)

* UpdateEditFile (haiwen#905)

* Upload the edited and saved file

* update edit save file

* update to upload the edited file

* Update the logic for uploading edited files

* Update upload retrieval FileMonitorService

* Restart the upload service after editing the file

* modify the upload service logic after editing the file

* FileMonitorService is not running, start it in EditorActivity

* SaveEditFile (haiwen#910)

* Save the edit file

* 1,Modify movement and copy of encrypted files
2,Fixed the problem of slow loading of list data in database

* Modify mobile repo encryption file list display

* delete FileSaveTaskDialog.java

* delete showSaveDialog method

* ModifySharingLinkErr (haiwen#916)

* Modify the failed message for generating share links

* 1,Update sharing and generating link prompt information
2,Update translation

* 1,Modify the title of the share Generate link dialog
2,Update the translation

* Update the translation

* Fix travis pipeline (haiwen#912)

* fix 2fa login for 2nd server

* add luckycloud christmas logos

* increase versionCode and versionName + set compileSdkVersion and targetSdkVersion to 30

* replace seafile privacy policy link with luckycloud link

* set default value for client_encrypt_switch_key to true -> enable local encryption and decryption by default

* Revert "add luckycloud christmas logos"

This reverts commit e2d3ad8

* increate versionName

* increase versionCode to 115 / 2.6.0 -> new playstore release

* change logo in unlock view + hide password and username field in demo login

* update versionCode and versionName -> playstore relase 2.6.1

* Edit file synchronization, for example onlyOffice (haiwen#928)

Co-authored-by: Viktor Rieger <[email protected]>
Co-authored-by: fakuivan <[email protected]>
Co-authored-by: maxiaoping <[email protected]>
Co-authored-by: Louis Royer <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants