lealem47

Results 22 comments of lealem47

Understood. I'll close this PR and treat it like a bug report. I will put up a patch addressing this shortly. Thanks!

Hi @ratelwork, Can I ask what you're working on? PSK is currently not supported with the python wrapper. Would you like to submit a feature request to add support for...

@ratelwork, Great, I've added it to our feature request list. Is this a must-have feature for you or can you still move forward with your testing? And what institute are...

Hi @nkosmynin, Thank you for your note. We are tracking this request internally. We try to work on requested features whenever we get free engineering cycles unless a customer decides...

Customer confirmed it's working.

Hi @sanja-byelkin, Thanks for the detailed report. `WOLFSSL_SESSION_ID_CTX` should always be defined internally when `OPENSSL_EXTRA` is defined (see below) https://github.com/wolfSSL/wolfssl/blob/0b167faa564cbc0dc7eea210348fce068beafc2b/wolfssl/wolfcrypt/settings.h#L343 One way I could see this happening is if you...

Hi @maxgerhardt, This code path looks impossible to me. If dCert was `NULL`, `ParseCertRelative()` would have returned an error code and `CheckHostName()` would have never been called because of the...

Hi @njeans, are you still having trouble with this? If so, try building with the patch below applied to wolfSSL. ``` diff --git a/wolfcrypt/src/asn.c b/wolfcrypt/src/asn.c index 9875f5d32..51d662ab6 100644 --- a/wolfcrypt/src/asn.c...

Hi @SmallTown123, This PR https://github.com/wolfSSL/wolfssl/pull/7602 should add the required checks that you brought up.