From: Richard Levitte Date: Mon, 29 Sep 2008 15:34:50 +0000 (+0000) Subject: Remove function to generate random AES keys. Too insecure. X-Git-Tag: yubikey-personalisation_1.3.5-1~4^2~208 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c840de76c355fc15151179cbca56c34b1649ca48;p=yubikey-personalization.old Remove function to generate random AES keys. Too insecure. --- diff --git a/ykpers.h b/ykpers.h index f98c108..6a620d3 100644 --- a/ykpers.h +++ b/ykpers.h @@ -34,7 +34,6 @@ #include 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,