mpet

Results 35 comments of mpet

Where is the common consensus for this opinion? Which digest algorithm are you referring to? Where can I read about it?

Could you explain what chunked framing is a why it is for NETCONF 1.1 and not for 1.0? I checked https://tools.ietf.org/html/rfc6241 and could not find anything. How does chunked framing...

Sorry finally found it: https://tools.ietf.org/html/rfc6242#page-5

I think I understand now. So the ssh lib needs to support encode/decode of chunked messages?

I would appreciate you you could show me the encode and decode functions in this library so I could do something similar in java.

I am not sure what you mean since logging in using TLS give me user as "tls-test". If I want to do something with model when I have TLS connection...

Yes I could use matchers but I have a method that should take a string as input ( that is the descriptor). Is it possible to use ASM to generate...

![image](https://user-images.githubusercontent.com/1445826/171827931-81a2dd9c-6153-44b1-93e2-063ceb57e396.png) Which one to use for Type?

Found it: net.bytebuddy.jar.asm.Type.getMethodDescriptor(method) Not sure why it is in jar?