Steven Haber
Steven Haber
Good question. I don't have an easy way to swap in MIT to my tests. I read the code a little. MIT has a totally different interface for unwrapping an...
Okay, that makes sense, thanks for explaining. I'm pretty new to this stuff. Our hope was to use IOV in-place modification for both wrap and unwrap in our application (Kerberized...
Actually, here's some memory stats of the wrap/unwrap IOV. It's not bad at all! This is for a wrapping and unwrapping a 16MiB IOV. Resetting the stats after every operation....
Oh, right! You could unrotate it in the IOV format inside Heimdal but you'd also need to unrotate it in the result data somehow, which would require either modifying the...
I ended up just implementing the rotation and streaming and all that jazz in our application unfortunately. In somewhat related news, I wrote IOV endpoints for `get_mic` and `verify_mic`. Heimdal...
Sorry for the delay, been doing 1000 things. I made a pull request here: https://github.com/heimdal/heimdal/pull/1081 You're welcome to close it if not helpful. Thanks!
From discussion on [this issue](https://github.com/heimdal/heimdal/issues/995) with @lhoward, sounded like my IOV work might be useful. If not, feel free to close. Thanks.
Thanks. Yeah this is definitely a WIP so I for sure wouldn't merge it without some knowledgeable eyes on and unit tests in the library itself.
This is affecting my ability use `rg` as my primary code search tool in Claude Code. It randomly inserts `< /dev/null` into regex that looks like `thing|other|thing|etc`, causing the tool...