Will Bond
Will Bond
If I recall correctly, the cumulative total counts unique platform/ip combos, whereas the graph shows raw numbers.
Unfortunately I don't have time to dig into this now, but the whole site is open source, so if someone does have the time, here are the places to look:...
What is the name? If people had a folder with that name previously, those would be reported as package installs in the past.
Currently we look at the following locations: https://github.com/wbond/oscrypto/blob/master/oscrypto/_linux_bsd/trust_list.py#L30-L38 What was the filename inside of `/etc/ssl/certs/`?
There would have to be a bit of investigative work done here. I think it would involving seeing if there are Windows async APIs for WinINet and oscrypto’s TLS layer...
The other, bigger issue is that ST3 support wouldn’t be going away any time soon, so we’d have to have threading around anyway.
asn1crypto and oscrypto were added to support TLS certs from the OS rather than PC trying to maintain its own PKI.
It also means that we support local CA certs required by middle boxes, etc.
The WinINet stuff is actually part of Package Control and not oscrypto since it is a high-level HTTP library, whereas oscrypto provide a low-level TLS socket.
@asfaltboy The plugin_host is a single Python environment, so it won't be possible to make an isolated environment for packages. If anyone is keen on trying to make it so...