typedef struct tagDICOMOPENSSLVERSION
{
L_UINT uStructSize;
L_UINT32 uFlags;
L_TCHAR szRequiredVersion[32];
L_TCHAR szInstalledVersion[32];
L_BOOL bIsAvailable;
L_TCHAR szDownloadMessage[512];
} DICOMOPENSSLVERSION, * pDICOMOPENSSLVERSION;
The DICOMOPENSSLVERSION structure contains information about the availability and version of the OpenSSL libraries.
Size of this structure in bytes, for versioning. Use the sizeof() operator to calculate this value.
Reserved for future use. Must be 0.
A character string to be updated with the version of the OpenSSL libraries that is required to enable secure DICOM communication support, including:
DICOM Digital Signatures DICOM Communication using the TLS Security Profile
A character string to be updated with the currently installed version of OpenSSL libraries, if the value of bIsAvailable is TRUE.
Flag that indicates the availability of OpenSSL libraries. Possible values are:
Value | Meaning |
---|---|
TRUE | _OpenSSL_ libraries are present and the version of the _OpenSSL_ libraries is the value of szRequiredVersion. |
FALSE | _OpenSSL_ libraries are present. |
A character string to be updated with instructions for downloading OpenSSL binaries and source code, if the value of bIsAvailable is FALSE.
✎ NOTE
LEADTOOLS uses OpenSSL for secure DICOM communication. LEAD does not ship the required OpenSSL binaries. You must obtain these DLLs yourself, before you can use secure DICOM communication features.
For more information on _OpenSSL_, refer to https://www.openssl.org and https://www.openssl.org/community/binaries.html.
This structure is used by L_DicomGetOpenSslVersion.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document