Hannes Tschofenig

Results 14 issues of Hannes Tschofenig

## Description The DTLS 1.2 CID specification is finally close to publication and will be released as RFC 9146. This PR updates the implementation to match the RFC content. Here...

enhancement
needs-work
needs-design-approval
component-tls
needs-ci
priority-medium

This PR contains a couple of examples demonstrating the use of the PSA Crypto API. The examples are written for use with Visual Studio.

needs-work
historical-reviewed

## Description This PR contributes examples to help developers better understand the PSA Crypto API. ## Status **IN DEVELOPMENT** ## Requires Backporting NO ## Migrations NO ## Additional comments Any...

enhancement
needs-work
needs-ci
component-psa
historical-reviewed
priority-medium

## Description This PR provides an initial version of the Hybrid Public Key Encryption (HPKE) librrary along with an example application. HPKE is used in TLS 1.3 with the ESNI...

enhancement
needs-work
needs-design-approval
component-crypto
needs-ci

Imaging the following use case: I would like to use Wakaama to perform a firmware update and thereby use the firmware update object. The Wakaama client contains the object_firmware.c but...

I was wondering whether there is interest in supporting Mbed TLS in Wakaama. Has someone been working on an integration already?

The DTLS 1.2 CID specification has been published as RFC 9146. This PR updates the implementation to match the RFC content. Signed-off-by: Hannes Tschofenig ## Description The DTLS 1.2 CID...

enhancement
needs-work
component-tls
size-s
priority-medium

Focusing on in preparation for interoperability testing.

The keyword for openssl configuration is -no_middlebox ## Status **READY** ## Requires Backporting NO; for use with versions earlier than TLS 1.3 this feature has no equivalent. ## Migrations NO...

## Description When the stack is compiled with minimal extensions (without 0RTT, ALPN, MFL, and MPS) then compilation errors occur due to unused variables. ## Status **DONE** ## Requires Backporting...