-
Hello, please add encryption AES 256 GCM
-
**Update**, Jul 26 2023: Current proposal is https://github.com/golang/go/issues/54364#issuecomment-1642676993.
- - -
AES-GCM-SIV (RFC 8452) is a nonce misuse-resistant AEAD. When a nonce is r…
-
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) …
-
Hi there,
i found that some ciphers are not present when searching them. Here there are three examples:
- TLS_AKE_WITH_AES_128_GCM_SHA256
- TLS_AKE_WITH_AES_256_GCM_SHA384
- TLS_AKE_WITH_CHACH…
-
```javascript
const encryptSymmetric = (key, plaintext) => {
const iv = crypto.randomBytes(12).toString('base64');
const cipher = crypto.createCipheriv(
"aes-256-gcm",
Buffer.from(ke…
-
Any plans to add support for GCM mode?
-
**Library Version:** `7.6.1`
**Description:**
**Steps to Reproduce:**
1. Use the example JSON provided in the [CycloneDX bom-examples repository](https://github.com/CycloneDX/bom-examples/blob/c0436…
-
There are no configuration parameters that allow to select what TLS versions and exact ciphers should be enabled.
At this moment there are TLS1.0 and TLS1.1 enabled including 3DES ciphers vulnerabl…
-
### Describe the bug
contacts sync is in place for over 1 year through the various versions and worked 2 weeks back.
I add a new contact on iphone (17.4.1) with fist-name = David and last-name=Pipap…
-
Hi
Steps reproduce
openssl genpkey -aes256 -algorithm RSA -out server.key -pkeyopt rsa_keygen_bits:2048
openssl req -new -out client.csr -key server.key
openssl req -x509 -new -nodes -key serv…
gfvh updated
2 months ago