CORE Virtual Enclave Release 1.6.1706.13049
This release of Unbound CORE Virtual Enclave for Mobile (previously known as "CoTCrypto-of-Things (CoT) - Unbound's CoT ensures that your apps are secure regardless of the security posture of the device on which they’re deployed. Now called Unbound CORE Virtual Enclave.") has the following updates.
New Features and Enhancements
This release contains the following enhancements:
- Command Line - Token Public Key
A command was added to get the token public key by token ID. The command format is as follows:
get-rsa-sign-token-public-key -v <token_uid> [-domain <domain>]
Fixed Issues
The following issues were fixed in this release.
- Database Update
A table named dy_tokens_additional_data was added containing the columns token_uid and last_modified.
Known Issues
-
A warning is generated when running
mobilecl version
. This is a known issue with log4j. The message is:WARNING: sun.reflect.Reflection.getCallerClass is not supported.
Upgrade Information
The following are important notes about upgrading:
-
The CORE Virtual Enclave Server must be upgraded prior to upgrading the mobile app.
-
The new CORE Virtual Enclave Server is backwards compatible with the previous CORE Virtual Enclave SDK.
-
You must run the provided script to update the database before upgrading.
-
The proxy sample was updated to support Java 11. Update the proxy if you are using Java 11.
-
You must update pimconnector.jar from the provided package.
-
The file DYSDKVersion.h is a new header file for the iOS static framework. The SDK version is taken from this file.
Documentation
This release has these associated documents:
- CORE Virtual Enclave Admin Guide
- CORE Virtual Enclave Developers Guide for Android
- CORE Virtual Enclave Developers Guide for iOS
CORE Virtual Enclave Release 1.6.1706
This release of Unbound CORE Virtual Enclave for Mobile (previously known as "CoTCrypto-of-Things (CoT) - Unbound's CoT ensures that your apps are secure regardless of the security posture of the device on which they’re deployed. Now called Unbound CORE Virtual Enclave.") has the following updates.
New Features and Enhancements
This release contains the following enhancements:
- Domain Verification
Running the status API includes checking for domain existence. This call returns if the default domain exists. Additionally, one other domain can be checked. This additional domain can be provided in the API call (
api/status?domain="name"
) or in the configuration file. If both are provided, the domain in the API call is checked.
An API (api/status/domain
) was added that specifically checks if a domain exists. -
Java 11 Support
Support was added for Java 11.
Fixed Issues
The following issues were fixed in this release.
-
When using Java 11, the self-test was failing with an error about loading an external plugin.
-
New headers were added containing the version number of the CORE Virtual Enclave SDK. In addition, the version number was corrected for the iOS dynamic library and the missing version number was added to iOS static library.
-
Open source components were updated. The Jersey client and common modules were updated to versions 2.34 and 2.35, respectively. The unused Commons IO module was removed.
Known Issues
-
A warning is generated when running
mobilecl version
. This is a known issue with log4j. The message is:WARNING: sun.reflect.Reflection.getCallerClass is not supported.
Upgrade Information
The following are important notes about upgrading:
-
The CORE Virtual Enclave Server must be upgraded prior to upgrading the mobile app.
-
The new CORE Virtual Enclave Server is backwards compatible with the previous CORE Virtual Enclave SDK.
-
You must run the provided script to update the database before upgrading.
-
The proxy sample was updated to support Java 11. Update the proxy if you are using Java 11.
-
You must update pimconnector.jar from the provided package.
-
The file DYSDKVersion.h is a new header file for the iOS static framework. The SDK version is taken from this file.
Documentation
This release has these associated documents: