Collecting additional entropy for static key generation
Posted: Wed Aug 06, 2014 11:10 am
I think that allowing users to collect additional entropy (from keyboard) while generating static key files would lessen chances of any predictable PRNG output in static key files.
Is such feature welcome by OpenVPN developers?
I would like to create a Pull Request in GitHub that would introduce a new command line option for --genkey that would inside write_key_file() collect some amount of data from stdin and (using SHA) mix it with output of generate_key_random().
Is such feature welcome by OpenVPN developers?
I would like to create a Pull Request in GitHub that would introduce a new command line option for --genkey that would inside write_key_file() collect some amount of data from stdin and (using SHA) mix it with output of generate_key_random().