Benjamin Sergeant

Results 110 comments of Benjamin Sergeant

Great to hear that this is actively being worked on ! I imagine it's quite complicated to implement well. If there's a branch or something available for testing we'll (try)...

Thanks a lot for implementing that @bradh352 ; I'm not sure when I'll have the time to try this. From looking briefly at the PR it looks like no public...

I have tried @dankegel workaround but I'm still getting a hang. Here is my backtrace if it helps. I'm talking to sentry.io from a centos8 with very recent openssl (openssl-libs-1.1.1c-2.el8.x86_64)...

I personally have worked-around this, so nothing to say on my end ... > On Nov 10, 2022, at 6:46 AM, Tomáš Mráz ***@***.***> wrote: > > > Is this...

asm is assembly, most likely to hardware accelerate a lot of operations. Without it some things might be pretty slow, like AES encryption/decryption.

My guess, from reading a few github PR in openssl, is that perl has been used for many, many years in OpenSSL for all sort of things, so switching from...

ps: have you tried to use the gorilla library, or something more recent? I think that net module is not super supported and legacy.

I’ve used this one last year -> github.com/gobwas/ws I remember when the gorilla maintainer said he was stepping down, so yeah it must have stalled. > On Apr 7, 2023,...

There is a way to build the library with cmake now, and cmake has a manifest of all installed files which you can use to uninstall files. From here ```...

Thanks Igibek, I just enabled the feature.