Actions
Feature #650
closedAdd CRL related command line options to DCMTK network applications
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Application
Target version:
-
Start date:
2015-07-13
Due date:
% Done:
100%
Estimated time:
Module:
dcmnet
Operating System:
Compiler:
Description
The DCMTLS module supports Certificate Revocation Lists on API level since release 3.6.1 snapshot 13.
However, the various command line tools that support TLS connections are lacking a command line option that would enable the use of CRLs from the command line.
This should be added. Affected tools (dcmnet and dcmpstat): storescu, storescp, echoscu, movescu, findscu, dcmprscu, dcmprscp, dcmpssnd, dcmpsrcv.
Updated by Marco Eichelberg over 8 years ago
- Target version changed from 3.6.2 to 3.6.3
Updated by Jan Schlamelcher over 7 years ago
- Target version changed from 3.6.3 to 3.6.6
Updated by Marco Eichelberg 7 days ago
- Status changed from New to Closed
- % Done changed from 0 to 100
This is meanwhile implemented. All TLS enabled tools offer options for handling CRLs:
+crv --enable-crl-vfy enable leaf CRL verification +cra --enable-crl-all enable full chain CRL verification
Actions