mercure-imaging / mercure

mercure DICOM Orchestrator
https://mercure-imaging.org
MIT License
65 stars 31 forks source link

Enable TLS sending/receiving of DICOM Data #61

Closed enzyme-todd closed 10 months ago

enzyme-todd commented 10 months ago

This PR seeks to implement both receiving (through receiver.sh) and sending (through a DICOM+TLS target) DICOM files over TLS. It utilizes certificate authority (CA) authentication to provided authenticated, encrypted transport for both ends of the DICOM router.

Note: private key passwords have not been implemented, and certificate revocation is also not implemented.

tblock79 commented 10 months ago

Many thanks for sharing the DICOM TLS extension!