Changes between Version 1 and Version 2 of Ticket #65297, comment 1


Ignore:
Timestamp:
Jun 4, 2022, 11:21:46 PM (2 years ago)
Author:
steven-michaud (Steven Michaud)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65297, comment 1

    v1 v2  
    2323This is badly messed up. If `cert` doesn't have any `subject_alt_name` extensions, `ssl_validate_cert()` fails at the first "subject name" field that doesn't match `host`. Even if it does have these extensions, and one matches, `ssl_validate_cert()` unnecessarily continues iterating through the "subject name" fields.
    2424
    25 I'll attach a logging patch that shows this in action.
     25I'll attach a logging patch that shows this in action. It will log to `.pine-debug1` if you run Alpine with `-d 9`.