Commit graph

8 commits

Author SHA1 Message Date
Kedar Sovani
5b2af5ffd7
Merge pull request #50 from kedars/feature/dedup
de-dup for RX packets
2023-04-05 13:45:21 +05:30
Kedar Sovani
f5837b4320 Session: Duplicate detection for RX 2023-04-05 12:18:16 +05:30
Wakahisa
bab8eb8124 Crypto backed by RustCrypto crates
Almost all crates are no_std and don't require std.
Only `x509-cert` does.

Manually tested with the onoff example.
2023-04-02 13:07:36 +02:00
Kedar Sovani
98e0b6cef8 Cert: Include support for encoding DN strings
So far, only DN Integers were being supported. Include support for strings too
2023-01-21 20:01:15 +05:30
Marcel
b74ae4ff01 Prep for optional TLV data 2023-01-12 13:13:50 +01:00
Marcel
76997c1a3c Compute QR code 2023-01-11 09:00:18 +01:00
Marcel
b477a871e9 Implemented the Clippy recommendations 2023-01-10 08:53:04 +01:00
Kedar Sovani
77af70d8f1 Initial commit
merged from https://github.com/kedars/matter-rs
2022-12-27 09:52:25 +05:30