View Issue Details

IDProjectCategoryView StatusLast Update
0011194GNUnetcadet servicepublic2026-03-07 23:25
Reporterthejackimonster Assigned Tothejackimonster  
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
Product VersionGit master 
Target Version0.27.0 
Summary0011194: CADET requires access to private key from peer identity
DescriptionIn 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.
TagsNo tags attached.

Activities

thejackimonster

2026-03-07 23:25

developer   ~0028032

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.

Issue History

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