PeculiarVentures / tl-create

tl-create is a cross-platform command line tool to create a X.509 trust list from various trust stores. (Keywords: CABFORUM, eIDAS, WebPKI)
MIT License
33 stars 6 forks source link

Failed parts of EUTL ignored without firing error/warning #83

Open WorldThirteen opened 3 years ago

WorldThirteen commented 3 years ago

It seems when a request to part of EUTL was failed, that part was just ignored and not added to the result. It seems tl-create may want to have strict mode which will reject the whole process if some part wasn't downloaded.

https://github.com/PeculiarVentures/tl-create/blob/4bc6a70d243e2f83bcf080dcf59e90d4d0b7f11e/src/formats/eutl.ts#L58-L60