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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65297, comment 2

    initial v1  
    44for (each field in `cert`'s "subject name") {
    55  if (field matches `host`) {
    6     return NIL (success);
     6    return NIL (success)
    77  }
    88}
    99for (each of `cert`'s `subject_alt_name` extensions) {
    1010  if (`subject_alt_name` matches `host`) {
    11     return NIL (success);
     11    return NIL (success)
    1212  }
    1313}