v0.6.0
What's Changed
Bugs fixed
- examples/c: Fix use of CoAP by @chrysn in #238
- Fixing hkdf_expand in crypto/psa by @geonnave in #243
Other Changes
- Refactor: have lakers-c expose a single struct per role by @geonnave in #229
- examples/coap: Update to new traits by @chrysn in #235
- shared: Remove numeric value, repr(C) and UnknownError from EDHOCError by @chrysn in #236
- coapserver-coaphandler: Restore feature parity with coapserver by @chrysn in #239
- Towards safer code in the FFI by @geonnave in #240
- EAD Authz: improvements/refactor in C and Python by @geonnave in #244
- lakers-c: check/fetch credential outside parse msg 2 by @geonnave in #245
- Remove obsolete cc2538 backend and examples by @geonnave in #247
- Crypto: remove hacspec backend by @geonnave in #249
- Tests (authz): add mock function to fetch cred_i by @geonnave in #250
- Loss of feature: "up to date with latest draft" by @chrysn in #252
- Add crates badge to README by @geonnave in #251
- Udpate README by @geonnave in #253
- Export EAD authz label to python by @geonnave in #254
- Remove lakers-ead crate by @chrysn in #237
- python: Don't return Vec by @chrysn in #257
- C_x: Represent using own ConnectionIdentifier newtype by @chrysn in #260
- Expose C_I to responders by @chrysn in #261
- shared/ConnId: Fix logic error in constructor by @chrysn in #264
- Python: bump version to 0.3.0 by @geonnave in #265
- CI: compile c native example by @geonnave in #266
- lib: Allow ID_CRED_I to be a value by @chrysn in #267
- Python: Construct CredentialRPK from parts by @chrysn in #270
- r_parse_message_3: Tolerate unparsable credential-by-value by @chrysn in #271
- Python: make examples available in sdist by @geonnave in #275
- Bump versions to 0.6.0 (rust) and 0.3.1 (python) by @geonnave in #276
Full Changelog: v0.5.1...v0.6.0