Changes between Initial Version and Version 1 of Ticket #737, comment 3
- Timestamp:
- 09/28/16 09:32:34 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #737, comment 3
initial v1 1 1 Sorry, I didn't realize that there were already patches for this. Attached a patch that I just wrote to fix this. 2 2 3 Instead of checking this during connection, I opted to check the cipher list on startup. Catching failures early probably saves some users a headache. 3 ~~Instead of checking this during connection,~~ I //also// opted to check the cipher list on startup. Catching failures early probably saves some users a headache. 4 5 Edit: 6 Just looked at ValdikSS' patch. Checking options shouldn't be done in the options parsing, but rather in the options checking functions.