Releases: cose-wg/COSE-JAVA
Add RSA Signing Operations
Release version 1.0.0 of COSE-JAVA
The primary change is to upgrade to the latest version of the CBOR library that is being used. A security issue was identified where some input could cause recursive expansions of referenced objects. (See Billion Laughs attack https://en.wikipedia.org/wiki/Billion_laughs_attack).
Cleaned up some dependencies in the pom file so that only things used are included.
Release Version 0.9.8 to maven
Contains EdDSA and a fix to allow the use of the same underlying key in multiple OneKey objects.
Do the drop of v 0.9.7
We no longer require bouncy castle
Version 0.9.5a Released
Fixes one error about kid header value.
Release verison 0.9.6
Fix a bug dealing with key wrappers on 3 layer recipients.
Add new property on OneKey objects so that users can associate data with key structures.
Exporting ECDSA and ECDH P-256 keys works
Merge pull request #45 from jimsch/master Need to have the ASN.1 implementations for the keys as well
Push drop 0.9.3 to maven
This cleans up the use of obsolete items in the code and also adds functions to expose keys directly to java security classes. Exposure of keys is not tested.
Release verison 0.9.2
Make Attribute public again
Add two new functions to OneKey for convenience.
Release version 0.9.1
Release 0.9.1 version of the libraries. Significant changes include:
- Update to the correct CBOR tags on all objects
- Add more documentation to functions and classes
- Do some work about getting a cleaner API for some functions