[DAEMON-205] ioslib: Failing to parse certs if any cert has invalid unicode sequences
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2017-12-11T15:42:45.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Appc Daemon 1.1.0 |
Components | ioslib |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2017-12-11T15:22:57.000+0000 |
Updated | 2017-12-11T15:42:45.000+0000 |
Description
It's possible for a cert to have a name that cannot be decoded to an unsupported character sequence. We need to wrap each cert parsing in a try/catch so that we just skip the cert and move on.
No comments