nicolatimeus

Results 14 issues of nicolatimeus

Hi, If I understood correctly, the `tpm2_ptool addcert` command stores the provided certificate in the database file. Is there any way to expose via PKCS11 a certificate stored in TPM...

* fix: Fixed SSLManager service truststore unset method Signed-off-by: Nicola Timeus * test: Added test for truststore unset Signed-off-by: Nicola Timeus Signed-off-by: Nicola Timeus > **Note**: We are using the...

Currently the download implementation included in DEPLOY-V2 handler is only usable through the MQTT protocol. DEPLOY-V2 provides support for "download manager" functionality such as download resume, verification and rate limiting....

enhancement

Brief description of the PR. [e.g. Added `null` check on `object` to avoid `NullPointerException`] **Related Issue:** Closes #2478 * Added `DownloadService` API to expose the functionality of DEPLOY-V2 download implementation...

enhancement
kura-deploy

Currently the methods in `ConfigurationService` APIs that allow to retrieve `ComponentConfiguration`s differ in terms of password encryption in the returned configuration. Some methods return encrypted passwords and some others don't....

kura-api

The `PreparedRead` Javadoc reports that: ``` Performs the optimised read request described by this PreparedRead instance. In order to improve efficiency this method can return the same ChannelRecord instances that...

**Describe the bug** I defined a Kura service with the following metatype: ```xml ``` I couldn't update the value of the `allowed.ports` parameter from the **Devices** -> **device entry** ->...

I've noticed that if TLS renegotiation timeout is set (for example on the master configuration) the connection is dropped and reopened during the renegotiation procedure. Is this expected?

The library provided support for setting CRL lists, however the CRLs do not seem to be considered during the handshake. Do they need to be passed here? https://github.com/mz-automation/lib60870/blob/88e614852b54504cbc84426174b3cbd5dcb04ebf/lib60870-C/src/hal/tls/mbedtls/tls_mbedtls.c#L491

> **Note**: We are using the Conventional Commits convention for our pull request titles. Please take a look at the [PR title format document](https://github.com/eclipse/kura/blob/develop/CONTRIBUTING.md#submitting-the-changes) for the supported [types](https://github.com/eclipse/kura/blob/develop/CONTRIBUTING.md#type) and [scopes](https://github.com/eclipse/kura/blob/develop/CONTRIBUTING.md#scope)....