Ján Jančár

Results 36 comments of Ján Jančár

I have fish shell, which for some reason, runs `test` from $PATH, every time `ls` is run, so I was getting this: ``` LTC_VERSION = 1.18.1 LibTomCrypt 1.18.1 (www.libtom.net) LibTomCrypt...

I agree with all of the above, also the renaming/prefixing with `ltc` is useful and should allow easy installing of those binaries into $PATH without name clashes. I also think...

Agreed, was bitten by this as well when trying out LibTomCrypt for the first time.

> Hmm interesting thought. I'm going to have to investigate this a bit; it's weird that `help(ChildClass.overwritten_method)` shows the docstring of the parent class, but `ast.get_docstring` does not. > The...

Hi, I am not using this gem in any way. I am a co-author of the above disclosure which discovered similar vulnerabilities in many implementations. I believe this fix is...

So I really don't care for this anymore and do not have time to implement it. Either someone else ports the changes or this can be closed.

Is there any updated ETA on this? Original comment mentions late August while it is mid-September now and at least the #13500 issue is biting more and more users as...

I would recommend using: https://github.com/SecurityInnovation/PGPy a much better, python-only PGP library in my opinion. And it shouldn't hiccup when it encounters an ed25519 key.

Sure PGPy supports all that, let me have a look on how pgpdump is used here, and hopefully make a PR to switch to PGPy.

I vaguely remember that the optimization level was important for the error to show up (i.e. the error did not show up with optimization level 0).