Results 782 comments of BenBE

> My understanding is as long as GPL is present none of the MNC will be able to use this library because of the restrictions imposed by it. That's not...

> Yeah, that's true. but most MNCs have strict guidelines to not use GPL licensed libraries. Personally, I publish my software under AGPL, so it's hard for me to care...

> Something like https://github.com/OpenSC/OpenSC/wiki and PCKS#11? The basic idea for the engine is similar to OpenSC, but the inspiration itself is more on the lines of the SSH key agent....

I more or less concluded this should be covered by current APIs (at least the asymmetric case) but the lack of a proper implementation of it (as part of OpenSSL)...

Can you try running the crashing version from within `gdb` and provide the output of `bt full`, `l` and `info locals`?

> Issue still present in 3.2.1. Features and bug fixes included with a new release are usually listed as part of the change log, but normally also appear as part...

@Low-power Could you please update your PR to fix the issues that people reported? TIA.

Actually trying to run the code produces an infinite loop in Hashtable_put because the resizing doesn't trigger. Can you have another look?

Couldn't you achieve this effect by setting the shrink threshold very low? The performance of the hash table won't be hurt if it is "too empty", thus down-sizing it late...

The version you're using is quite old. Please re-test if this issue persists with a more recent version. That aside: Please also check the user you are running `htop` with...