View Issue Details

IDProjectCategoryView StatusLast Update
0008915GNUnetutil librarypublic2024-08-29 12:50
Reporterschanzen Assigned Toschanzen  
PrioritylowSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Target Version0.22.0Fixed in Version0.22.0 
Summary0008915: Use libsodiums HKDF
DescriptionWe should really not implement HKDF ourselves. There is no benefit.
It is actually quite annoying that we do not support the (standard) extract/expand interfaces.

We should just wrap https://doc.libsodium.org/key_derivation/hkdf

TagsNo tags attached.

Relationships

related to 0008892 new Design Considerations for future *KEY types 

Activities

schanzen

2024-08-26 12:11

administrator   ~0023063

We use libsodiums HMAC now to implement a couple of more standard HKDF instantiations and our "old" gnunet-style, non-standard HKDF.
We do not use libsodiums HKDF (yet), because it is only available in very recent versions (e.g. not in debian stable yet).

schanzen

2024-08-29 12:50

administrator   ~0023101

Released

Issue History

Date Modified Username Field Change
2024-06-08 10:33 schanzen New Issue
2024-06-08 10:33 schanzen Relationship added related to 0008892
2024-08-26 12:11 schanzen Assigned To => schanzen
2024-08-26 12:11 schanzen Status new => resolved
2024-08-26 12:11 schanzen Resolution open => fixed
2024-08-26 12:11 schanzen Fixed in Version => 0.22.0
2024-08-26 12:11 schanzen Note Added: 0023063
2024-08-29 12:50 schanzen Note Added: 0023101
2024-08-29 12:50 schanzen Status resolved => closed