aboutsummaryrefslogtreecommitdiffstats
path: root/TODO-RELEASE
diff options
context:
space:
mode:
authorEric <ewild@sysmocom.de>2021-05-19 17:45:38 +0200
committerEric <ewild@sysmocom.de>2021-06-08 02:38:15 +0200
commitc3fa007610b66bb491184f15080a254c6dd0e8f1 (patch)
treeae5ec99664bb42824b4728d09db269cd4ffac311 /TODO-RELEASE
parente9fd81a5c31782f36b512cf41ee98d0a4e4a82eb (diff)
kdf: add key derivation functions
generic sha code from git://w1.fi/hostap.git commit 5ea93947ca67ba83529798b806a15b247cdb2e93 which also happens to be the source of our milenage code. Related: SYS#5324 Change-Id: Ibf2e49edada944d91ceba62bd0d6b6ce69261fcd
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r--TODO-RELEASE1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 0f70081b..260e1d4a 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -14,3 +14,4 @@ libosmocore osmo_tdef_fsm_inst_state_chg change default_timeout arg from unsigne
libosmovty vty_read_config_filep New API
libosmosim osim_card_{reset,close} New API
libosmocore struct rate_ctr_group, osmo_stat_item_group_desc ABI breakage due to new struct members
+libosmgsm kdf functions New API