Eduard Suica

Results 39 comments of Eduard Suica

Just tested it with github.com, and it works fine. Can you post a minimal client that reproduces this error?

It seems that is something to do with SSL_* API. github.com works find with tls_* API. I will check it.

Thank you for the info. I'm planing to take a look next week.

That would be nice. It should be fairly simple. Let me check. I hope to find some time these days to add support for webview.

Hello! It's been a while since I've worked at the protocol level. I'm not sure that this is the problem, 7 + signature_size looks correct. Also, I use this code...

I think you are right. I think it should be something like this: Instead of: `CHECK_SIZE(7 + size, buf_len, TLS_NEED_MORE_DATA)` The correct check seems to be: `CHECK_SIZE(7 + signature_size, buf_len,...

Hello, I’m traveling to the arctic circle untill around September 1st. I will take a look then. E.

Hello! You are right about ``res2 += 2``, thank you. I've modified it. Sorry for the delay, lots of things to do :). Also, I'm working at DTLS-SRTP and WebRTC...

TLSe now supports latest libtomcrypt version. Thanks, E.

Hello! I've checked your fixes and added to the main branch. I still need to check the `rsa_sign_hash_ex`, but it seems ok. Thank you, Eduard