comparison OrthancFramework/Sources/DicomNetworking/Internals/DicomTls.h @ 5631:76e6df2ac08c tls-ignore-unexpected-tls

disable SSL_OP_IGNORE_UNEXPECTED_EOF
author Alain Mazy <am@orthanc.team>
date Tue, 21 May 2024 12:15:02 +0200
parents 48b8dae6dc77
children
comparison
equal deleted inserted replaced
5625:d9824edad40a 5631:76e6df2ac08c
48 T_ASC_Network *network, 48 T_ASC_Network *network,
49 T_ASC_NetworkRole role, 49 T_ASC_NetworkRole role,
50 const std::string& ownPrivateKeyPath, // This is the first argument of "+tls" option from DCMTK command-line tools 50 const std::string& ownPrivateKeyPath, // This is the first argument of "+tls" option from DCMTK command-line tools
51 const std::string& ownCertificatePath, // This is the second argument of "+tls" option 51 const std::string& ownCertificatePath, // This is the second argument of "+tls" option
52 const std::string& trustedCertificatesPath, // This is the "--add-cert-file" ("+cf") option 52 const std::string& trustedCertificatesPath, // This is the "--add-cert-file" ("+cf") option
53 bool requireRemoteCertificate); // "true" means "--require-peer-cert", "false" means "--verify-peer-cert" 53 bool requireRemoteCertificate); // "true" means "--require-peer-cert", "false" means "--ignore-peer-cert": don't request remote certificate
54
54 } 55 }
55 } 56 }