Georgij Černyšiov
Georgij Černyšiov
I am testing a basic server client example. The server is done as per the existing example: ``` class TestRes(aiocoap.resource.ObservableResource): async def render_get(self, request): return aiocoap.Message(code=aiocoap.numbers.Code.BAD_REQUEST) root = resource.Site() root.add_resource(['.well-known',...
**Describe the bug** An invalid tag is generated for payloads that are not a multiple of 4, as described in [Re: STM32U545 AES GCM Tag mismatch - STMicroelectronics Community](https://community.st.com/t5/stm32-mcus-security/stm32h730-aes-gcm-tag-issue/m-p/806718/highlight/true#M8519). ST...