mezen
mezen
Even after rebooting my hassio, the internet access is still granted: ``` ssid: MySSID wpa_passphrase: MyPassword channel: '6' address: 192.168.42.1 netmask: 255.255.255.0 broadcast: 192.168.42.255 interface: wlan0 hide_ssid: '1' dhcp: '1'...
@mattlongman still an issue... Need to update 14 Shelly devices, dont want to switch all of them to a other wlan with inet and back :(
My last commit ensures that with the `Clone()` call, the session is always passed to the clone, so the later connection direction is irrelevant.
Ok, now some feedback came in, so one after the other: @JedrzejczykRobert I have implemented most of your changes @xjikka also adopted @grahamegrieve here it gets a bit longer *...
@grahamegrieve Ok, I was searching for a `case` statement. The two types of wrong header translation I did not see yesterday, after my working day. So it is always helpful...
@JedrzejczykRobert that is the problem with developing for an old version which you dont have for testing :( Please try now again.
> Fix: `raise Self.Create(AMsg) at` Of course, the `raise` is gone missing by @JedrzejczykRobert zip file
In fact: a coworker of me found this issue while he was trying to use the OpenSSL method [`ASN1_TIME_set`](https://www.openssl.org/docs/man1.1.1/man3/ASN1_TIME_set.html) in a 32-bit application. With a 32-bit `time_t` the function always...
While working on the new OpenSSL 3 IO Handler I already used my own type definition (mostly alias for the existing C Types like `TIdOpenSSL_Int = TIdC_INT;`), so I could...
Even if external tools make use of it, they could still create an own list and register the `SLLIOHandler`.