]> err.no Git - yubikey-personalization/commitdiff
Remove function to generate random AES keys. Too insecure.
authorlevitte <levitte@b62f149e-849f-11dd-9899-c7ba65f7c4c7>
Mon, 29 Sep 2008 15:34:50 +0000 (15:34 +0000)
committerlevitte <levitte@b62f149e-849f-11dd-9899-c7ba65f7c4c7>
Mon, 29 Sep 2008 15:34:50 +0000 (15:34 +0000)
git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@18 b62f149e-849f-11dd-9899-c7ba65f7c4c7

ykpers.h

index f98c10833ab441116930f00f0d7c6f4ba774f7b7..6a620d3ee49cd64420a95d9dca5f83f67d139d23 100644 (file)
--- a/ykpers.h
+++ b/ykpers.h
@@ -34,7 +34,6 @@
 #include <ykcore.h>
 
 int ykp_AES_key_from_passphrase(CONFIG *cfg, const char *passphrase);
-int ykp_random_AES_key(CONFIG *cfg);
 int ykp_set_access_code(CONFIG *cfg, unsigned char *access_code);
 
 int ykp_write_config(CONFIG *cfg,