Jean-Philippe Boivin
Jean-Philippe Boivin
Hello, I've tried abi-dumper on a project to see if it could be used to detect API/ABI issues. The project uses hierarchical headers and it looks like abi-dumper flatten the...
Hello, It seems that the current NuGet package does not work with the official .NET images (i.e. `mcr.microsoft.com/dotnet/runtime:5.0`) as `liblua54.so` is compiled against a specific version of `glibc`, which is...
BouncyCastle 1.9 introduced validations of the Blowfish key size (https://github.com/bcgit/bc-csharp/blob/release/v2.0/crypto/src/crypto/engines/BlowfishEngine.cs#L444). More precisely, it must be between 32 and 448 bits, which is indeed the official upper limit. With that said,...
As discussed in https://github.com/bcgit/bc-csharp/issues/407, this is a proposal to support non-standard key sizes in the `BlowfishEngine`, for interoperability with other cryptographic libraries like OpenSSL and Nettle. I want with an...