Sfinx

Results 74 comments of Sfinx

``` When client session socket is closed, server accept sockets don't receive EOF and continue to hang on. When client stream sockets is closed, server socket receive EOF. ``` Same...

> @Sfinx Why did you remove the other kernel versions other than 5.18? Those are used by ignite. Ignore 87430c8 - it do not related. Only cff1eba is

Greetings, Can the SSLproxy be used for intercepting of some binary proprietary protocols that use the TLS transport ?

Well, I think that some unification in SSLproxy and its backends protocol should be made here. I intend to rewrite the SSLproxy backend protocol in the following way: a) define...

I've decided not to patch SSLproxy heavily and implemented **bssl** option - https://github.com/Sfinx/bmitm the simple null c++ app included. I think that real patch for SSLproxy must be: ``` diff...

The main idea of my patch is to make SSLproxy neutral to _any_ binary protocol without _any_ prior knowing it and this is already works for me. The pop3/smtp is...

Thanks, it works now with stock **ssl** option. I've updated the C++ null app accordingly. Anybody that wish to use it with SSLproxy will have two simple callbacks: ``` bool...

Seems like having the similar problem with L1 device (checked with Nucleo R152RE) - stock STM ROM DFU bootloader works, but sboot prints: ``` [Nov16 02:34] usb 3-1: device descriptor...

> @Sfinx I think, there is another cause. See issue [dmitrystu/libusb_stm32#103](https://github.com/dmitrystu/libusb_stm32/issues/103) and fix [dmitrystu/libusb_stm32@c3bcfc9](https://github.com/dmitrystu/libusb_stm32/commit/c3bcfc9456ebd9b5fc6db8010a431fe8a94814cc) Wow, works ! Thanks ! ;)