Skip to content

Commit

Permalink
Merge branch 'main' into release/5.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nodh authored Jan 20, 2025
2 parents 7958af4 + ace0eae commit 31c3b19
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Release 5.2.2:
- Remote qualified electronic signatures:
- Add request, response and auxiliary data classes defined in CSC API v2.0.0.2 Ch. 11.4 `credentials/list` and Ch. 11.5 `credentials/info`
- Fix serialization of device signed items in ISO credentials

Release 5.2.1:
- Fix COSE signature deserialization and verification, due to signum 3.12.0

Expand Down Expand Up @@ -162,7 +162,6 @@ Release 4.1.0:
* `vclib-aries` -> `vck-aries`
* `vclib-openid` -> `vck-openid`
* Rename serializers to avoid ambiguities and kotlin bugs
* `jsonSerializer` -> `vckJsonSerializer`
* `cborSerializer` -> `vckCborSerializer`
* Update Dependencies
* Signum (formerly KMP Crypto): 3.6.0
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,12 @@ In particular, external contributions to this project are subject to the A-SIT P



## Contributing
External contributions are greatly appreciated! Be sure to observe the contribution guidelines (see [CONTRIBUTING.md](CONTRIBUTING.md)).
In particular, external contributions to this project are subject to the A-SIT Plus Contributor License Agreement (see also [CONTRIBUTING.md](CONTRIBUTING.md)).



<br>

---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ internal object CborCredentialSerializer {
}
}

@Deprecated("use vckCborSerializer instead", replaceWith = ReplaceWith("vckCborSerializer"))
val cborSerializer get() = vckCborSerializer

@OptIn(ExperimentalSerializationApi::class)
val vckCborSerializer by lazy {
Cbor(from = at.asitplus.signum.indispensable.cosef.io.coseCompliantSerializer) {
Expand Down

0 comments on commit 31c3b19

Please sign in to comment.