This repository was archived by the owner on Dec 10, 2019. It is now read-only.
add support for xchacha20-ietf-poly1305 set nonce to 24 for ChaCha20P…#204
Open
lielongxingkong wants to merge 1 commit intoshadowsocks:masterfrom
lielongxingkong:xchacha20-ietf-poly1305-support
Open
add support for xchacha20-ietf-poly1305 set nonce to 24 for ChaCha20P…#204lielongxingkong wants to merge 1 commit intoshadowsocks:masterfrom lielongxingkong:xchacha20-ietf-poly1305-support
lielongxingkong wants to merge 1 commit intoshadowsocks:masterfrom
lielongxingkong:xchacha20-ietf-poly1305-support
Conversation
…oly1305 in botan-2
|
Updated: 2018-12-11 09-42-00 It works after using
But too many logs printed and too laggy when network is not decent: Same here: #165 , #177 , shadowsocks/shadowsocks-qt5#737 Origin ➜ build git:(master) ss-qt5
Initialising cipher: xchacha20-ietf-poly1305
Running in local mode.
Listen UDP socket state changed to QAbstractSocket::BoundState
TCP server listening at 127.0.0.1:1081
Connecting www.google.com:443 from 127.0.0.1:46818
terminate called after throwing an instance of 'Botan::Invalid_IV_Length'
what(): Invalid argument IV length 24 is invalid for ChaCha20Poly1305
[1] 7306 abort (core dumped) ss-qt5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
add support for xchacha20-ietf-poly1305 set nonce to 24 for ChaCha20Poly1305 in botan-2