Skip to content

Releases: cose-wg/COSE-JAVA

Add RSA Signing Operations

27 Jan 17:43
Compare
Choose a tag to compare

Added RSA PSS signing to the drop

Release version 1.0.0 of COSE-JAVA

04 Oct 19:06
Compare
Choose a tag to compare

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

03 Nov 04:20
15b428f
Compare
Choose a tag to compare

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

26 Mar 15:49
012c8a9
Compare
Choose a tag to compare

We no longer require bouncy castle

Version 0.9.5a Released

04 Mar 02:33
Compare
Choose a tag to compare

Fixes one error about kid header value.

Release verison 0.9.6

21 Jun 22:10
Compare
Choose a tag to compare

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

17 Dec 19:04
Compare
Choose a tag to compare
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

13 Dec 21:15
Compare
Choose a tag to compare

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

30 Nov 22:52
Compare
Choose a tag to compare

Make Attribute public again
Add two new functions to OneKey for convenience.

Release version 0.9.1

29 Nov 04:43
Compare
Choose a tag to compare

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