CZERTAINLY 2.6.0 - Attributes, Key Management, and more #22
3keyroman
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
CZERTAINLY 2.6.0
We are happy to announce that CZERTAINLY version 2.6.0 has been released!
Highlights
Introduced A2 engine
Attributes are all around in the platform and provides maximum flexibility in working with custom technologies. A2 engine consists of:
All of that with support of various data types to cover literally any use case, including
CodeBlock
for very specific code execution.For more information, see A2 engine.
New Cryptography Provider
Cryptography Provider implements specific technology capable of managing and using cryptographic keys. Independently of the connected technology, it provides interfaces to manage cryptographic tokens and cryptographic keys in a consistent way. The token is considered to be logical unit maintaining its cryptographic keys and there can be as many tokens as required with proper authentication or activation data.
When there is a need to use cryptographic key, platform can request operation on top of some specific key and the operation will be executed in the technology through the Cryptography Provider implementation. Supported operations are:
For more information, see Cryptography Provider.
Experimental support for PQC algorithms
With the implementation of Cryptography Provider we have also added to the platform experimental support for post-quantum cryptography algorithms. Supported are the following signature schemes:
The PQC algorithms can be used to sign request and if the certification authority supports it, certificates can be issued and managed in the inventory.
For more information, see Key Management.
Updated components
The following component were created or updated as part of this release:
Additional information
You can read the full change log here: CZERTAINLY-Core-2.6.0
With this release we have updated available connector to support all new features.
Visit the our website or official documentation to learn more about CZERTAINLY!
Beta Was this translation helpful? Give feedback.
All reactions