Changes between Initial Version and Version 1 of Ticket #65297, comment 2
- Timestamp:
- Jun 4, 2022, 11:37:27 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #65297, comment 2
initial v1 4 4 for (each field in `cert`'s "subject name") { 5 5 if (field matches `host`) { 6 return NIL (success) ;6 return NIL (success) 7 7 } 8 8 } 9 9 for (each of `cert`'s `subject_alt_name` extensions) { 10 10 if (`subject_alt_name` matches `host`) { 11 return NIL (success) ;11 return NIL (success) 12 12 } 13 13 }