-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG / possible BUG] Cipher hex code incomplete #2570
Comments
No, this is not what I have reported. It is only about the hex code output. The prepended zero is missing. This is what I would expect:
Kindly reopen, I can provide a PR if we agree on the issue. |
Ah, that zero. I read over that. Sorry. Maybe you should have sticked to the template provided. ;-) To answer your q: You are referring to the C-standard (K&R ) but to my knowledge there is not a single standard . We might as well remove the x, as ḧexcode is the table headline. See https://en.wikipedia.org/wiki/Hexadecimal#Distinguishing_from_decimal . That reference is not complete, e.g. Javascript wasn't mentioned there and I guess others too. Also I believe a) the tables need to be adjusted not only the numbers. b) More importantly: that'll be a breaking change for the 3.2 branch and as long as we're in the RC phase I wouldn't be willing to merge that now. For 3.0.x: That branch is old and this wouldn't be a change which will be backported. This is in maintenance mode only and support will be dropped when 3.2 is released. |
Considering this for later |
Running testssl.sh version 3.0.9. The hexcode is weird:
Isn't a hex number expected to be
0x1302
, so a zero prepended? At least that is the convention...Running on:
The text was updated successfully, but these errors were encountered: