-
I'm using the command below to generate configurations and when I've added the "-d" parameter it doesn't work and produces an error.
I've tried added the OVPN_ROUTES+=("192.168.254.0/24") in the […
-
Key Size | Salt Size | Nonce Size | Tag Size
-- | -- | -- | --
AEAD_CHACHA20_POLY1305 | chacha20-ietf-poly1305 | 32 | 32 | 12 | 16
AEAD_AES_256_GCM | aes-256-gcm | 32 | 32 | 12 | 16
AEAD_AES_192…
weqeo updated
8 months ago
-
As reported during startup ....
> 2023-01-25 21:37:54 DEPRECATED OPTION: --cipher set to 'AES-256-CBC' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM). Future OpenVPN version will ignore --…
-
Our mail server accepts requests with a certain set of cipher suites, extensions, EllipticCurves,EllipticCurvePointFormats. And if cipher suites is set by the parameter mail.smtp.ssl.ciphersuites (at …
-
为了满足“完全前向保密(Perfect Forward Security)”的要求,现代TLS协议中应停止使用不支持FS的加密套件类型(虽然这类服务器也还有很多),望作者予以考虑。
但是这样调整后,可能会导致不支持AES硬件加速的设备使用效率较低的AES协议而非chacha20协议。因我使用的都是较为现代的设备,不太好测试,请有条件的其他用户用wireshark抓包测试下。
下面是默认…
-
TLS 1.3 is defined in [RFC 8446](https://tools.ietf.org/html/rfc8446) and [partially implemented](https://github.com/Mbed-TLS/mbedtls/blob/development/docs/architecture/tls13-support.md) in our donor,…
-
I have just tried the new version on wstunnel and it crashes straight way on the server when a 10.0.0 client crashes it on connection.
My server command launch is
```
./wstunnel server --tl…
simpz updated
3 months ago
-
- [ ] AEGIS
- [x] AES-GCM
- [ ] XAES-256-GCM
- [x] Deoxys-II ([#311])
- [x] Multilinear Galois Mode
- [x] OCB3 ([#587])
- [x] Reduced round XChaChaPoly
- [x] XChaCha8Poly1305
- [x] XCha…
-
I am running Google Maps 0.10.1 under Java 1.8.0_221. When I try to run the given sample code:
```
GeoApiContext context = new GeoApiContext.Builder()
.apiKey("API_KEY_HERE")
.build();
…
-
Hello, I'm finding with a particular server email-smtp.us-west-2.amazonaws.com using javamail + bouncy castle version 1.59 on java 1.6 that ssl sessions take a lot of memory. I saw a fix in bc to cap …