BestPig

Results 3 issues of BestPig

I implement the decoding using OpenSSL. But OpenSSL only handle base64, not base64url that is used for JWT. So I create a function to transform base64url to base64 and I...

Hello, Their is a reason of not using the base64 decoding function of openssl that is already linked with the binary ? https://github.com/openssl/openssl/blob/5477e84273e5877fad53d6b3fd794ed80c2c9524/crypto/ct/ct_b64.c#L24 Regards, BestPig

VacuumEntity is a leftover from an old version and it not used in the code. The VacuumEntity import make the code crash as the VacuumEntity was remove in HA 2024.2...