You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2023. It is now read-only.
OpenSSL 1.1 adds ct support noting that the list of logs can be generated by python utilities provided here from the list of known logs provided by certificate transparency.
In openssl_generator.py, however, it is expected that this list is an object containing the key logs, whereas in reality this is an object with an array of operators each with its own logs key.
Before submitting a PR, I wanted to make sure, that this is really a bug and not just a problem on my side.