-
Russ Housley:
> Section 4.4.9: This subsection seems very different than the others. There is not an example AEAD that offers this property. If you really want to keep this subsection, please pro…
-
### Reproduction steps
When using `CHIPCryptoPALPSA`, I encountered a case where the `plaintext` buffer size is not large enough.
When calling `AES_CCM_decrypt` from `HandleSigma3a`, the input and o…
-
Follow-up ticket for issue #3.
The official names for aes128-gcm & aes256-gcm as registered to IANA (https://www.iana.org/assignments/ssh-parameters/ssh-parameters.xhtml) are:
- `AEAD_AES_128_GCM` an…
-
![labels_correlogram](https://github.com/user-attachments/assets/be7c2be2-1513-4b60-92f4-9710b8d52655)
![P_curve](https://github.com/user-attachments/assets/b6417980-8ef2-4199-9371-94f7879c8303)
![P…
-
crypto/cmac is being removed because it depends on the non-AEAD cipher.h encryption interface, which is being removed. In order to implement the CCM AEAD, we need a new CTR + CBC-MAC (CCM) implementat…
-
Openvpn error logs:
```
PID_ERR replay [0] [SSL-0] [0000000000000000000000000000000000000000000000000000000000000000] 0:5918 0:5918 t=1729309848[0] r=[-4,64,15,12,1] sl=[34,64,64,528]
AEAD Decrypt…
-
Migrated from PR #1663 for discussion.
@tarcieri -- following on from where we left off: I've been ruminating on the issue since my last message yesterday.
As @newpavlov [proposed](https://githu…
-
Continuing the discussion from https://github.com/RustCrypto/AEADs/pull/3#issuecomment-523557454
It'd be good to have traits for implementing AEADs based on stream ciphers. The [`aead` crate](https…
-
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
-
Seeing error
`javax.net.ssl.SSLHandshakeException: Insufficient buffer remaining for AEAD cipher fragment (2). Needs to be more than tag size (16)` during OpenSearch startup
```
Error: 9…