Eric Blankenhorn

Results 130 comments of Eric Blankenhorn

Hello @rampageX Thanks for this report. Could you please enable debug logging in wolfSSL and share the log? You'll need to add `--enable-debug` to the wolfSSL configure and add call...

Secrets added by @cconlon

Hello @a-def Thanks for your interest in the wolfSSL project! Try these configure options `./configure --enable-sp --enable-sp-math -enable-all-crypto --enable-opensslall --enable-sp-asm --enable-debug CFLAGS="-DWOLF_SMALL_STACK"` If you do not need the TLS stack,...

Since we never heard back I will go ahead and close out this support inquiry. If any other questions come up please do not hesitate to open a new issue...

Hi @DmitryOcheretyany Thanks for your interest in the wolfSSL project. It's not clear to me what you are requesting here. The AES-CTR APIs do use the same encryption key for...

Hi @DmitryOcheretyany Thanks for sharing those details. I suggest sending an email to [email protected] to create a feature request. There we can have a more in depth conversation about the...

Since we never heard back I will go ahead and close out this support inquiry. If any other questions come up please do not hesitate to open a new issue...

Hello @kosmax871 Thanks for this excellent PR! Could you tell us a bit about your project and goals using wolfSSL? We require a signed contributor agreement to be in place...

Hi @1div0 I was not able to reproduce with `./configure --enable-opensslall --enable-ech` But I was able to reproduce with `./configure --enable-opensslall --enable-ech --enable-harden-tls` I will review and provide an update....

The `harden-tls` option is conflicting with the `ech` option. You can overcome this using the override for checking the truncated hmac extension (which is enabled by the `ech` option), `WOLFSSL_HARDEN_TLS_ALLOW_TRUNCATED_HMAC`....