-
This fails to create a new dialer:
```go
dialer, err := shadowsocks.NewDialer("ss://Y2hhY2hhMjAtaWV0Zi1wb2x5MTMwNTp1OTE4OXJ3dXEzMzgwODJ0OTc=@1.1.1.1:1321")
if err != nil {
fmt.Println("Error cr…
-
### Description
We support both ChaCha20, XChaCha20, and Poly1305, but we lack a type that implements the combinations of the ChaCha and Poly1305 algorithms. These algorithms are used for TLS, so w…
-
### 描述问题 / Describe the problem
修改默认加密为chacha20-poly1305
### 描述您想要的解决方案 / Describe the solution you'd like
修改默认加密为chacha20-poly1305
### 替代方案 / Alternatives considered
修改默认加密为chacha20-po…
-
Thanks for the Guidelines! Very useful!
I would like to add some clarification regarding the limits.
You wrote:
>XChaCha20-Poly1305 and non-IETF ChaCha20-Poly1305 have no practical limits (~2…
-
Running testssl.sh version 3.0.9. The hexcode is weird:
```
Testing 370 ciphers via OpenSSL plus sockets against the server, ordered by encryption strength
Hexcode Cipher Suite Name (OpenSSL) …
-
### Bareos component version
bareos-dir: 23.0.3~pre124.bec7dec60
bareos-fd: 23.0.3~pre124.bec7dec60
bareos-sd: 23.0.3~pre124.bec7dec60
bareos-vmware-plugin: 23.0.3~pre124.bec7dec60-90
### Steps…
-
- needs 32-byte / 256-bit key
- i think we can use a hash function that produces a 32-byte / 256-bit digest against any user-provided password
- i think we also need a table of bits and bytes
- 1 =…
-
It's because charcha20 is in the defaults. It should be automatically stripped out when it isn't supported. There's two cases:
- NetBSD doesn't have the macro defined:
https://gnats.netbsd.org/cgi…
-
Please add support for chacha20-poly1305 to have an alternative to AES-GCM.
Details: https://tools.ietf.org/html/rfc7539
-
### The problem
I cloned the repo on a Raspberry Pi 4 and followed the instructions to build with Docker but I am unable to run the built image.
```bash
git clone https://github.com/openairplay/a…