Frank Brendel

Results 3 comments of Frank Brendel

I had similar errors with luci-ssl dependencies libustream-mbedtls vs. libustream-wolfssl. I solved that by removing wolfssl and installing mbedtls. Here are my steps: 1. download libustream-mbedtls, ca-bundle and ca-certificates packages...

Then we could encode it. `123'"456` becomes `'123\0x27\0x22456'` But wait, what if the password contains the sequence `\0x22` ?

Ok, then, to be on the safe site, we have to encode all charachters. @fichtner is it possible to do that via a new field type e.g. `HexField`? The idea...