Eduard Suica

Results 39 comments of Eduard Suica

Hello! I’m fine, thank you Ron, still sailing. Hope to get back sometime at the end of this month. I will update this soon. Now I’m enjoying the nice weather...

@turbo, can you provide a test domain for this issue? Thanks!

I'm trying to understand what is happening. I'm getting an alert, just after the hello message (0x28 - I think this is handshake failure). I'm not sure why... TLSe already...

It seems that SHA384 ciphers don't work as expected. If I remove the SHA348 ciphers, everything works fine.

Ok, fixed the SHA384 issue, @ronaaron, now it should be ok. It seems that there were multiple issues with the client hello. I use this library mainly as a server...

Hello! This seems strange. Did you try some debugging with valgind? I don't have an ARM7 set-up to try, but if I can reproduce it, I can fix it. E.

Hello! Yeah, I think I’ve missed that release. I will take a look, it should be fairly easy to support it.

I’ve already done some tests a year ago with the master branch. I remember some structure changes, but relatively light. I think I wanted to see a release to put...

Didn't know that. Can you provide an address to test it with? This is the list of supported signatures: ``` if (!context->is_server) { // signature algorithms tls_packet_uint16(packet, 0x0D); tls_packet_uint16(packet, 24);...

Ok, so after a little debugging, ish.app and std.fyi are working. Not sure about lobste.rs. I think is the same problem that Ron is having. I'm comparing clienthello generated with...