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
Is your feature request related to a problem? Please describe.
It seems json output is not stable. If I run it repeatedly, entities change order.
scan_commands
elliptic_curves.rejected_curves order
openssl_name seems to change from DHE to EDH variant.
Obviously ephemeral_key public_bytes,x,y and total_scan_time are going change, but that is not a problem.
Describe the solution you'd like
Run sslyze with some args, wait couple of minutes, run it again with same args as before. Compare json outputs with diff or similar tool. And notice there is only differencies where values changed.
Is your feature request related to a problem? Please describe.
It seems json output is not stable. If I run it repeatedly, entities change order.
scan_commands
elliptic_curves.rejected_curves order
openssl_name seems to change from DHE to EDH variant.
Obviously ephemeral_key public_bytes,x,y and total_scan_time are going change, but that is not a problem.
Describe the solution you'd like
Run sslyze with some args, wait couple of minutes, run it again with same args as before. Compare json outputs with diff or similar tool. And notice there is only differencies where values changed.
Describe alternatives you've considered
This helps to fix scan_commands:
But elliptic_curves.rejected_curves order seems to be random.
The text was updated successfully, but these errors were encountered: