Commit 6e6b873
authored
Fix getting CRL
OpenSSL 3.X pretty prints certificates in a slightly different way than previous versions, and this breaks the code for getting the URIs from the CRLDP extension.
This commit fixes the issue by having awk search for additional possible strings to start the CRL Distribution Points output. Unless the CRLDP extension is malformed, it will begin with "Full Name", "Relative Name", "Reasons", or "CRL Issuer".1 parent a47bc20 commit 6e6b873
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8947 | 8947 | | |
8948 | 8948 | | |
8949 | 8949 | | |
8950 | | - | |
| 8950 | + | |
8951 | 8951 | | |
8952 | 8952 | | |
8953 | 8953 | | |
| |||
0 commit comments