Search found 3 matches

by Hossbach
Tue, 2017-05-16, 20:16
Forum: DCMTK - General
Topic: SSL Libraries
Replies: 5
Views: 4990

Re: SSL Libraries

I made some changes to allow compiling and linking against LibreSSL, and also to enable DcmSCP to use TLS. I have a patch, but I'm not sure what to do with it...? Also, not sure if those changes match your design ideas, but I'd like to at least start the discussion.
by Hossbach
Mon, 2017-03-27, 11:41
Forum: DCMTK - General
Topic: SSL Libraries
Replies: 5
Views: 4990

Re: SSL Libraries

I tried again today. With the changes that have happened in the DCMTK git repository, I actually managed to build DCMTK with libressl, and that required three (minor) changes: * libressl doesn't have "RAND_screen()". I replaced it with "RAND_poll()", but I'm not sure that is ok.....
by Hossbach
Tue, 2017-03-21, 14:49
Forum: DCMTK - General
Topic: SSL Libraries
Replies: 5
Views: 4990

SSL Libraries

I just spent some time trying to build DCMTK with SSL support, on Windows (64 bit) using Visual Studio. I would like to avoid having OpenSSL anywhere near our software, so I tried LibreSSL, since * building it on Windows is tremendously pain-free; * it should be more or less compatible to the OpenSS...