-
Is there a good reason to generate 16 byte instead of 32 byte keys?
I get that the length of the string matches the required size, but hex encoding is not a valid [KDF](https://en.wikipedia.org/wik…
-
Could you please add this demo. I could not decrypt the ssl message. Maybe I made a mistake with the secret. But I do not know where is the problem.
-
makes the decryption on a separate worker should decrease the CPU usage and improve the overall performance.
https://github.com/jcward/AS3-Worker-Compat
-
### The issue
I configed sslCiphers=DHE-RSA-CHACHA20-POLY1305 in server ini to disable AES.
However when starting server the following indicating it's not respected and clients still connecting with…
-
### Version
5.6.2
### Description
azureuser@ServiceTest:~/newwolf/wolfssl$ ./examples/server/.libs/server -u -v 4 -l TLS_AES_128_CCM_8_SHA256 -p 8036 -b
wolfSSL error: server can't set custom ciph…
-
I'm trying to get this to run but whenever the container starts I get an error relates to the SSL handshake in the logs:
```
2024-03-14T19:59:21.444194367Z Initialization complete, starting virtua…
-
When I turn on the `-fsanitize=address` flag for clang++, and `make check`.
The aes.elf stage said:
```
Running build/aes.elf ...
Test results
AES-128 ECB encryption: PASSED!
AES-128 ECB decry…
-
(This result is by someone sent me in PM)
> TOR browser
> ```
> Cipher Suites (11 suites)
> Cipher Suite: TLS_AES_128_GCM_SHA256 (0x1301)
> Cipher Suite: TLS_CHACHA20_POLY1305_SHA256 (0…
T-256 updated
3 months ago
-
This tool
https://github.com/april/tls-table/blob/master/tls-table.py
is used to produce the Cipher Suites mediawiki page but it doesn't seem to work. We should either get it working or remove r…
-
I would just like to ask if the library uses PKCS5? It isn't explicitly noted anywhere I think, although my guess is that it uses PKCS5?
The library can decode PKCS7 but the padding is of course in…