Martine Lenders

Results 32 issues of Martine Lenders

For a local test case of mine, I need to use the `TLS_PSK_WITH_AES_128_CCM_8` DTLS cipher suite with DNS-over-DTLS. The DTLS library that is used by `routedns` [apparently supports that](https://github.com/pion/dtls#psk), however...

### Contribution description This adds two fixes around the handling and sending of empty ACKs: 1. Send empty ACKs on CON response, even if there is no `memo` that matches...

Type: bug
Area: network
CI: ready for build
Area: CoAP
Area: sys

### Contribution description This allows a forward proxy to ACK a request early, if the response from upstream takes too long. This is [based on the work](https://github.com/cgundogan/RIOT/commit/b4d727bd60f403e246ec9a8e34db370a10e83b36) by @chrysn for...

Type: enhancement
Area: network
CI: ready for build
Area: CoAP
Area: sys
Area: Kconfig

I've come to realize that many new users struggle with what to include into their application and realized that while we have a good API documentation there is no specific...

Area: doc
Discussion: RFC
Community: good first issue
State: don't stale

### Contribution description !["Good luck, I'm Behind 7 Proxies" meme](https://user-images.githubusercontent.com/675644/181579690-59b55d69-8f31-4e00-bcce-1f5490131750.png) This allows to set an upstream proxy for the local forward proxy. I had a look at what @cgundogan did...

Area: network
Area: build system
Type: new feature
CI: ready for build
Area: CoAP
Area: sys
Area: Kconfig

### Contribution description Allows to deploy the forward proxy using CoAPS / proxying a CoAPS connection. ### Testing procedure Still needs some work, currently, the proxy reports a Bad Option...

Type: enhancement
Area: network
CI: ready for build
Area: CoAP
Area: sys

### Contribution description The current wording of the `fmt` module may be a bit confusing (see https://github.com/RIOT-OS/RIOT/pull/18310). This PR aims to fix that. ### Testing procedure Read. ### Issues/PRs references...

Type: enhancement
Area: sys

In #17736 the parsing of a 0 option was introduced to the REPLY parsing function (see https://github.com/RIOT-OS/RIOT/pull/17736#pullrequestreview-898822390 for the full discussion). However, in https://github.com/RIOT-OS/RIOT/pull/18307 a out-of-bound error for the `len`...

Area: network
Type: cleanup
Area: sys

### Contribution description This PR aims to address the first three tasks in https://github.com/RIOT-OS/RIOT/issues/16855. This is still WIP, but before I start changing types and documentation, I wanted to have...

Type: enhancement
Area: network
Type: cleanup
Area: sys