-
#304
I'm interested to use chacha20-poly1305 to encrypt/decrypt files, yet it gives AEAD ciphers not supported
```
openssl enc -chacha20-poly1305 -in inputfile.txt -out encryptedfile.dat
enc: AEAD…
-
Hi Steve,
I want to use openssl with QAT to encrypt/decrypt https flow.
The following are our cipher lists. Most of them are TLS v1.2 cipher suites.
May QAT support these in the future?
Thank you…
yzsky updated
6 years ago
-
For TLS, what cipher suites skupper is using?
-
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();
…
-
In principle,ECDSA cipher suite is supported in AWS IoT
[Elliptic Curve Cryptography and Forward Secrecy Support in AWS IoT](https://aws.amazon.com/blogs/iot/elliptic-curve-cryptography-and-forward…
-
I am in charge of collecting application logs. I have java applications that has logging.config written in logback.xml.
Loback.xml - part of sending logs to logstash looks like:
```
…
-
### Bug Description:
We have to run Theia through a proxy that doesn't support the Connection "Upgrade" for websocket. So instead we need to rely on socket.io long polling.
With the s…
-
hello,
i have 1 domain configure in my nghttpx.conf:
user=root
workers=4
frontend=*,443
backend=localhost,4444
# backend=unix:/var/run/nginx.sock
tls-proto-list=TLSv1.2,TLSv1.1,TLSv1.0
ciphers=ECD…
-
BoringSSL supports prioritize ChaCha20 for devices without AES-NI (libressl doesn't)
-
Hey guys,
When I enable `tls_context` for a static listener `rotor` fails to unmarshal the file
```
could not deserialize static resources: json: cannot unmarshal string into Go value of type []j…