-
1. uname -a: `Linux debian 4.19.0-9-amd64 #1 SMP Debian 4.19.118-2+deb10u1 (2020-06-07) x86_64 GNU/Linux`
2. testssl version from the banner:
```
testssl.sh 3.1dev from https://test…
ghost updated
4 years ago
-
The bottleneck is currently poly1305 (about 400-500 MB/s compared to ChaCha20 with 900 MB/s)
The poly1305 Write uses slow non-asm code - So an asm verson for write would speed up the AEAD
-
TBD - Just putting this up and working up what peeps may want
Assuming upstreamed impl:
- https://github.com/stevefan1999-personal/rustls-provider-rustcrypto/blob/master/src/lib.rs#L37C2-L44C51
…
-
### Suggested enhancement
Add support for extended versions of ChaCha20 and ChaCha20-Poly1305.
I submitted a PR with it #6556
### Justification
It is well known the potential issues ChaCha2…
-
If a server presents secure ciphers it shouldn't matter if the client has choice over which one to use, this could bring performance benefits for clients using ChaCha if they do not have hardware acce…
-
### Windows Version
Windows 版本: 10.0.26100.2033
### WSL Version
WSL 版本: 2.3.24.0
### Are you using WSL 1 or WSL 2?
- [x] WSL 2
- [ ] WSL 1
### Kernel Version
Linux version 5.15.153.1-microsoft-…
-
**Describe the bug**
**Steps to Reproduce**
1. Open 'Editor' app in Zowe Desktop
**Expected behavior**
Editor application should be functioning
**Screenshots (if needed)**
![image](h…
-
### systemd version the issue has been seen with
245.4-4ubuntu3.19
### Used distribution
Linux Mint
### Linux kernel version used
5.4.0-135-generic
### CPU architectures issue was seen on
x86_6…
CoRoe updated
9 months ago
-
Node v18 removed the OpenSSL option to accept legacy servers. This causes Got to throw the following error when scraping servers that don't support RFC 5746 secure renegotiation:
`RequestError: C0…
-
如题
谢谢