Marnix Klooster

Results 20 comments of Marnix Klooster

Based on https://github.com/bcgit/bc-java/issues/589, my guess is that - https://bugs.openjdk.java.net/browse/JDK-8171279 has been backported to Java 11 in the last 2 years; - the workarounds from https://github.com/bcgit/bc-java/issues/589#issuecomment-530780788 should work; - the real...

@peterdettman Thanks for that thorough answer! We will study it. For my part this issue can be closed; in case we have more questions later, either @dirk-gerrit-oort or myself will...

I've set this to 'draft' again, until https://github.com/ZigEmbeddedGroup/stmicro-stm32/pull/31 has been merged to main.

This seems purely related to HLS: for me, keeping the piped proxy enabled, enabling HLS stops auto-generated subtitles from showing. (All other subtitles still work.)

What is blocking this PR? I would very much appreciate having CVSSv4 support, as these days there seem to be many new CVEs that only specify CVSSv4, so in current...

@dghgit Thanks! (In this specific case we use bc-fips in a non-FIPS environment.) That answers question # 2. And question # 1 was answered / is being looked at by...

Note that if the SunEC provider is in place, then that will be doing the public key generation, so this scenario will work But I'm fairly sure it is not...

@dghgit Thanks! So if I understand you correctly, when bc-fips-2.0.0.jar was submitted for certification in July 2023, FIPS 186-4 was still in effect, and EdDSA was therefore not yet allowed,...

@dghgit Thanks for that update, that is clear! So assuming you have some way to track adding `EdECPrivateKeySpec` and `EdECPublicKeySpec` support to a regular BC release, this GitHub issue can...

For completeness, we discovered that my Ed25519 public key point was incorrect. See https://github.com/marnix/eddsa-keyspec-bc-fips/tree/v2 for update test code, including adding an Ed448 public key point.