Dimitri John Ledkov

Results 416 comments of Dimitri John Ledkov

> I just exported a cert+key from Keychain Access on macOS 14.6.1 (latest release) and it used RC2-40 and 3DES. I also tested on a machine running the beta release...

@reaperhulk if you can make a gist of a freshly generated & exported key, that would help with cracking it or providing instructions on how to convert it. As I...

Many ways to go about it. In Python, they have "usedforsecurity=False" option in hashes, such that python is able to use a built-in fallback statically linked md5, instead of using...

But I thought we flip flopped this, because we do need sca deps on symlinks located at public locations pointing at private libs. I wonder if this is even worse....

We shouldn't have and shouldn't process absolute symlinks.

> I've had other requests to see if some CPU features are broken, I think I could add a CPU broken features test on the start-up of stress-ng as a...

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119781 https://gcc.gnu.org/pipermail/gcc-patches/2025-April/680851.html There is no explicit changelogs entry but it seems like Apple has fixed this in Rosetta included in 15.4 release, but older supported version streams remain affected.

@justinvreeland please retest!

> As a configure time option, and/or potential fix for #4310? > Unrelated to that. This is to minimize the number of linked cryptographic modules, as other portions of collectd...

It fills to me that the substituion map computed in compile.go and substituted into subpackage.... doesn't actually modify the subpackage struct, and thus doesn't change the value of it upon...