Found by: michaelortmann
Patch by: michaelortmann
Fixes:
One-line summary:
Only log certificate SHA256 Fingerprint
Additional description (if needed):
Currently we log SHA1 and SHA256. SHA1 is redundant, SHA256 is enough. Its always good to remove code and keep eggdrop slim.
Test cases demonstrating functionality (if applicable):
Before:
Found by: michaelortmann Patch by: michaelortmann Fixes:
One-line summary: Only log certificate SHA256 Fingerprint
Additional description (if needed): Currently we log SHA1 and SHA256. SHA1 is redundant, SHA256 is enough. Its always good to remove code and keep eggdrop slim.
Test cases demonstrating functionality (if applicable): Before:
After: