Open thbar opened 4 months ago
It was added here:
Basically @pyca says "we don't like it so we're loud about it" but it was actually deemed correct to add that and keep it maintained (originally only "for some time" until all such certs get phased out, but it now seems there are some of these hardcoded in more root stores than originally thought, so I don't see them going away anytime soon…), what I don't like is the "Loading this certificate will cause an exception in the next release of cryptography" wording as no matter how I look at it, it's not true and should have been worded otherwise. Anyways it's going away at some point so it's good it raises warnings for now, to draw more attention to the issue…
More info:
So basically, yea, if there are no plans depending on cryptography
beyond say v43
it's safe to ignore/silence this warning. Otherwise… plan accordingly;)
Hello. Same observavtion while executing sslyze --certinfo '[2607:f8b0:400a:807::2004]:443'
.
Hi ! I agree that this a problem, but there isn't much that SSLyze can do about it - it's up to pyca. I would argue that they shouldn't remove support for negative serial numbers as it will break a bunch of tools (including SSLyze) for (to me) no obvious win.
Describe the bug
Things work as expected overall, but I get a warning, both on Mac Intel & Mac Silicon.
To Reproduce
It appears I have a reproduction with non-vagrant domains as well:
Expected behavior
Same output but without the warning.
Python environment (please complete the following information):
Additional context
Happy to provide additional output if needed!