Angel Yankov
6eca0b307c
Derive PartialOrd for AttrValue so we can compare them directly when updating numeric attributes.
2023-02-07 12:12:25 +02:00
Kedar Sovani
d77871e44e
Merge pull request #12 from kedars/feature/txt-fields-dn
...
Certs: Include support for text fields in Distinguished Names
2023-01-28 09:39:58 +05:30
Kedar Sovani
690e396914
Merge pull request #13 from kedars/feature/data-model-updates
...
Support more common cluster attributes
2023-01-28 09:39:41 +05:30
Kedar Sovani
cf72862d20
tlv_tool: Make provision to dump ASN1 representation of certificates
2023-01-21 20:19:07 +05:30
Kedar Sovani
e6709aab18
Cert: Update tests for parsing txt fields in DNs
2023-01-21 20:19:07 +05:30
Kedar Sovani
2d65570234
Cert: Support path-len-constraint in BasicConstraints
2023-01-21 20:18:53 +05:30
Kedar Sovani
6fa4554d6d
NOC: Add support for 2 attributes
2023-01-21 20:07:07 +05:30
Kedar Sovani
a3b24c91fc
basic_info: Add Software Version String support
2023-01-21 20:07:00 +05:30
Kedar Sovani
fb82caf391
data_model: provide an API for adding attributes in bulk
2023-01-21 20:06:56 +05:30
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
Kedar Sovani
1a0a41812d
Merge pull request #11 from mibes/feature/cargo-restructure
...
Cargo restructure
2023-01-16 09:50:12 +05:30
Marcel
4d067072f3
Reverted foreign-types to 0.3
2023-01-15 16:05:38 +01:00
Marcel
9239c78ac6
Reverted major sha2 version
2023-01-15 16:03:22 +01:00
Marcel
5e7d554eda
Reverted major versions of foreign-types and hmac
2023-01-15 16:00:29 +01:00
Marcel
f2d3c1821e
Include tlv_tool in workspace
2023-01-15 15:53:50 +01:00
Marcel
e1b110ba76
Use Cargo workspace
2023-01-15 15:42:08 +01:00
Marcel
bdc0b6dbef
Updated dependencies
2023-01-15 15:41:58 +01:00
Marcel
b4d753fe49
Updated for Cargo workspace usage
2023-01-15 15:41:46 +01:00
Kedar Sovani
24fa1be4fe
Merge pull request #7 from mibes/mdns-discovery
...
Simplified discovery
2023-01-15 17:03:43 +05:30
Marcel
10b734da7d
Fixed suggestions
2023-01-15 11:52:54 +01:00
Marcel
4ae4b8c585
Merge branch 'project-chip:main' into mdns-discovery
2023-01-15 11:48:03 +01:00
Kedar Sovani
d2926a4177
Merge pull request #9 from project-chip/feature/multi-admin
...
Multi-Admin Support
2023-01-15 15:34:23 +05:30
Marcel
e4fd1f5194
Compute qr version
2023-01-14 16:19:13 +01:00
Marcel
9ba0e017af
Clean-up
2023-01-14 16:19:03 +01:00
Marcel
4653b6d3f9
Merge branch 'mdns-discovery' into mdns-disco-multi-admin
2023-01-14 16:00:47 +01:00
Marcel
9364235f77
Merged upstream
2023-01-14 16:00:37 +01:00
Marcel
5499e6ccdc
Merge branch 'feature/multi-admin' into mdns-disco-multi-admin
2023-01-14 15:59:10 +01:00
Marcel
40f4fd5d7f
Merge branch 'feature/multi-admin' of https://github.com/project-chip/matter-rs into feature/multi-admin
2023-01-14 15:39:48 +01:00
Marcel
23b4473eba
Support writing of signed int
2023-01-14 11:01:08 +01:00
Marcel
c8cc5b7ea1
Fix buffer and write strings as utf8
2023-01-13 17:38:39 +01:00
Marcel
8071a7b931
Optional length when encoding
2023-01-13 13:05:22 +01:00
Marcel
8605cf6e41
Base38 decoding
2023-01-13 12:56:56 +01:00
Marcel
563e0cbd9b
Ditch the chars() iterator
2023-01-13 12:12:57 +01:00
Marcel
0569cfc771
More idiomatic logic
2023-01-13 11:40:16 +01:00
Marcel
9b1621433f
Merge branch 'project-chip:main' into mdns-disco-multi-admin
2023-01-12 17:31:37 +01:00
Marcel
d11d5e921d
Merge branch 'project-chip:main' into mdns-discovery
2023-01-12 15:43:49 +01:00
Marcel
f39cff0bc2
Encode optional data fields
2023-01-12 15:42:21 +01:00
Kedar Sovani
34e137a346
Rebase changes on latest commit
2023-01-12 18:32:53 +05:30
Kedar Sovani
9858fdefdc
tests: Fix test cases for featuremap
2023-01-12 18:32:33 +05:30
Kedar Sovani
8714758ae4
data_model: A number of changes required for iOS to work
2023-01-12 17:56:21 +05:30
Kedar Sovani
e6238ee2e6
noc: Support UpdateFabricLabel command
2023-01-12 17:56:21 +05:30
Kedar Sovani
40b6b0c505
admin-commissioning: Link PaseMgr with Admin Commissioning
...
Adding the second commissioner now works successfully through iOS! Yay!
2023-01-12 17:56:18 +05:30
Kedar Sovani
471c264a09
spake2p: Fix issues
...
- Verifier length was incorrect
- spake2 was not being initialised in the 'Verifier' Option
- change method for new()
2023-01-12 17:55:27 +05:30
Kedar Sovani
8d4f91b3eb
mdns: Fix incorrect mask for short discriminator
2023-01-12 17:55:27 +05:30
Kedar Sovani
5c7e13c649
pase: Split out a separate Pase Mgr
...
- This is required so that the AdminCommissioning Cluster has a reference to the Pase Mgr
- The Cluster can then open commissioning window accordingly
- Right now, for the error paths in the PASE/CASE sessions, I have set ResponseRequired to No,
but I am not quite sure if this is the expected behaviour. Need to check
2023-01-12 17:55:27 +05:30
Kedar Sovani
311cc412e2
pase: Create provision to accept either password or verifier for configuring PASE
2023-01-12 17:55:27 +05:30
Kedar Sovani
98fccca392
mdns: Discriminator is a property of the 'commissionable' state
2023-01-12 17:55:27 +05:30
Kedar Sovani
b74d626efc
AdminCommissioning: Baseline support
...
Just add all the 3 attributes, and the command open-commissioning-window that
simply sets a variable for now
2023-01-12 17:55:27 +05:30
Kedar Sovani
0979c1a6b8
Merge pull request #6 from mibes/clippy-fixes
...
Implemented Clippy recommendations
2023-01-12 17:54:24 +05:30
Marcel
b74ae4ff01
Prep for optional TLV data
2023-01-12 13:13:50 +01:00