View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011194 | GNUnet | cadet service | public | 2026-03-04 22:10 | 2026-03-07 23:25 |
| Reporter | thejackimonster | Assigned To | thejackimonster | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | assigned | Resolution | open | ||
| Product Version | Git master | ||||
| Target Version | 0.27.0 | ||||
| Summary | 0011194: CADET requires access to private key from peer identity | ||||
| Description | In CADET the private key from the peer identity is used for GNUNET_CRYPTO_eddsa_ecdh() to gain key material. This would require changes if the private key of the peer identity shall be abstracted/managed by the PILS service. Additionally this would require a new function for a PILS service handle to perform such cryptographic operations without giving services like CADET access to the key. | ||||
| Tags | No tags attached. | ||||
|
|
Solved in my custom branch `/dev/thejackimonster/fixes` in commit 3f7dfc93c9941ba8d8eacce94670b25190f230f9. The PILS service offers a function to asynchronously do GNUNET_CRYPTO_eddsa_ecdh() without giving out the private key to any client or other service. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-03-04 22:10 | thejackimonster | New Issue | |
| 2026-03-07 23:23 | thejackimonster | Assigned To | => thejackimonster |
| 2026-03-07 23:23 | thejackimonster | Status | new => assigned |
| 2026-03-07 23:25 | thejackimonster | Note Added: 0028032 |