wmo-im / wis2pilot

https://wmo-im.github.io/wis2pilot
Apache License 2.0
1 stars 3 forks source link

ensure integrity values of notifications are base64 encoded #106

Closed tomkralidis closed 1 year ago

tomkralidis commented 1 year ago

Users have reported that some notification messages properties.integrity.value values are not base64 encoded (per the WNM draft), even though they should be. Relevant reference implementations (wis2box, pywis-pubsub) should be updated accordingly.

Many thanks to @allanfrankwork for reporting the issue.

cc @kaiwirt @golfvert

tomkralidis commented 1 year ago

Relevant updates/fixes:

tomkralidis commented 1 year ago

Updates:

kaiwirt commented 1 year ago

For GC Offenbach and WIS2 Node Offenbach we use the base64 encoding. However we also see WNM without this encoding. Input-wise we support both hex and base64

golfvert commented 1 year ago

To be closed.