View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0008915 | GNUnet | util library | public | 2024-06-08 10:33 | 2024-08-29 12:50 |
| Reporter | schanzen | Assigned To | schanzen | ||
| Priority | low | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Target Version | 0.22.0 | Fixed in Version | 0.22.0 | ||
| Summary | 0008915: Use libsodiums HKDF | ||||
| Description | We 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 | ||||
| Tags | No tags attached. | ||||
| related to | 0008892 | new | Design Considerations for future *KEY types |
|
|
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). |
|
|
Released |
| 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 |