]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Added --prng option to control PRNG (pseudo-random
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Tue, 18 Nov 2008 01:25:05 +0000 (01:25 +0000)
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Tue, 18 Nov 2008 01:25:05 +0000 (01:25 +0000)
commit03bfb228ffd95c37e135bb9a5a37160c247e28a9
tree62fe17de8cce142be0749cf4a07509246b02f48b
parentf158465dadea526e3184deccf6f520eab44501fa
Added --prng option to control PRNG (pseudo-random
number generator) parameters.  In previous OpenVPN
versions, the PRNG was hardcoded to use the SHA1
hash.  Now any OpenSSL hash may be used.  This is
part of an effort to remove hardcoded references to
a specific cipher or cryptographic hash algorithm.

git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3503 e7ae566f-a301-0410-adde-c780ea21d3b5
crypto.c
crypto.h
errlevel.h
init.c
openvpn.8
options.c
options.h
ps.c
version.m4