Michael Madsen

Results 6 issues of Michael Madsen

https://github.com/joembedded/JesFs/blob/master/README.md?plain=1#L38 says GPL but the LICENSE file says MIT

### Version v5.1.1 ### Description I have a use case where wolfSSL is used in a server process (built on top of asio). This process handles DTLS 1.2 connections. I...

I propose adding a function which can encode encoded cbor into a CborEncoder. Lets assume you have a system where chunks of data is encoded as cbor. If you are...

when using avahi-publish subtypes without a leading underscore is not working. This works fine, observe the leading underscore in the subtype ``` $ avahi-publish -s foo _bar._udp 4242 --subtype _baz._sub._bar._udp...

bug

Unfortunately the ciphersuite ECDHE-ECDSA-AES128-CCM is not available for use in DTLS 1.2 Is there a simple fix? CCM code exists in libressl and the ciphersuite ECDHE-ECDSA-AES128-GCM-SHA256 is nearly identical except...

enhancement

70780c4bc38e3f9b9875acc41706971057ad072c introduced ``` - .visionOS(.v1), + .visionOS(.v2), ``` This is not available in `swift-tools-version:5.9` but requires `swift-tools-version:6.0` that means the current Package.swift does not work. ``` swift package resolve ......