Robert Wang
Robert Wang
Can this be closed now as https://github.com/warp-tech/russh/pull/267 is merged?
> Thanks for the pointers, now only 4 are failing: > > ``` > failures: > test::test_agent > test::test_loewenheim > test::test_o01eg > test::test_pkcs8_encrypted > ``` > > Something is wrong...
I have a general comment on this PR: There are a lot of duplications on `openssl` and `!openssl` code branches which also dup the ssh protocol handling code. For example,...
> > Hey folks, was RSA support implemented already? If so, can you close this one? > > has non-openssl RSA support been implemented? if so, how can one use...
I have an separate implementation ported from my other fork of thrussh. See this commit: https://github.com/robertabcd/russh/commit/a63401f47b01ef02d793c8e181fc19a49b4e5c40 It completely removes all the `openssl` references and passes all tests. (It's chained after...
Hello, I'm working on a Go library for AMF. We can work together if you'd like to. I'll open a repo. EDIT: repo at here: https://github.com/robertabcd/goamf
Might be related to #9001, but no longer a panic.
@max-hoffman Here is a strip down version of the workload. I can repro this 3 out of 3 runs on my machine. (can't upload here as `.py` is not allowed)...
@max-hoffman Thank you for the insights. I'll looking into disabling stats and not calling GC manually. Do you know if this error has any impact on the correctness of the...