Changes from Version 22 to Version 23

Version 23 of this C++ Class Library has changed from version 22 as follows:

Changed Data Types

L_CIPHERSUITE - Takes 21 new members.

New Defines

Define Value Description
DICOM_MAC_ALGORITHM_SHA224 [3] Use the Secure Hash Algorithm (SHA-2) hash function with 224-bit hash value.
DICOM_MAC_ALGORITHM_SHA256 [4] Use the Secure Hash Algorithm (SHA-2) hash function with 256-bit hash value.
DICOM_MAC_ALGORITHM_SHA384 [5] Use the Secure Hash Algorithm (SHA-2) hash function with 384-bit hash value.
DICOM_MAC_ALGORITHM_SHA512 [6] Use the Secure Hash Algorithm (SHA-2) hash function with 512-bit hash value.
DICOM_MAC_ALGORITHM_SHA512_224 [7] Use the Secure Hash Algorithm (SHA-2) hash function with 224 hash value. This is a truncated version of DICOM_MAC_ALGORITHM_SHA512.
DICOM_MAC_ALGORITHM_SHA512_256 [8] Use the Secure Hash Algorithm (SHA-2) hash function with 256 hash value. This is a truncated version of DICOM_MAC_ALGORITHM_SHA512.
DICOM_MAC_ALGORITHM_SHA3_224 [9] Use the Secure Hash Algorithm (SHA-3) hash function with 224-bit hash value.
DICOM_MAC_ALGORITHM_SHA3_256 [10] Use the Secure Hash Algorithm (SHA-3) hash function with 256-bit hash value.
DICOM_MAC_ALGORITHM_SHA3_384 [11] Use the Secure Hash Algorithm (SHA-3) hash function with 384-bit hash value.
DICOM_MAC_ALGORITHM_SHA3_512 [12] Use the Secure Hash Algorithm (SHA-3) hash function with 512-bit hash value.
DICOM_SECURITY_PROFILE_STRUCTURED_REPORT_RSA [4] Conform to the Structured Report RSA Digital Signature Profile.

For more information, refer to:

What's New in Version 23

Help Version 23.0.2024.7.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DICOM C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.