Bernd Krietenstein

Results 28 comments of Bernd Krietenstein

> I think we can probably implement `Decode::from_ber` in a way that doesn't require transcoding the entire document to DER first, using an approach similar to #810 (we have since...

Yes, the `Header` change would break compatibility. I saw, that signature's crates `dsa` and `ecdsa` access `Header::length`, so this would actually affect compatibility here. However, I introduced a [flag `is_parsing_ber`...

@tarcieri Regarding the security alert: I assume, I have to wait for the `rsa` ct issue to be fixed?

@baloo First, I apologize for the long time beeing absent. We were busy working on our project and we had this PR as a local patch. But I'm interested in...

@baloo I updated this PR to the latest master and dependencies. As for me, this can be merged.

@baloo Reverted to draft, because I think, it's better to modify the rng handling. You mentioned above, that 2 rng's are now necessary for the pwri-builder. But it should be...

@jstayton I also had this problem and it took me some time to understand it. As @tarcieri mentioned, the call of `RequestBuilder::new()` is monomorphized by the compiler. This is not...

Thanks from my side, too. I had never found this by myself. Just for the records: here's the link to MS's documentation: https://code.visualstudio.com/updates/v1_11#_improved-keyboard-layout-support

The log was truncated, but I will try to configure debug logging in docker.

This all I could get with `docker run ... -e LOG_LEVEL_APP=DEBUG ...` [2025-07-15_EJBCA-Exception-Trace.txt](https://github.com/user-attachments/files/21235653/2025-07-15_EJBCA-Exception-Trace.txt)