17 Commits

Author SHA1 Message Date
christophecach
abbafa1d27 - Fixed installation script from Makefile.am 2013-10-06 13:05:19 -04:00
Eric Crist
ce372dfb23 Merge pull request #3 from ab/master
Various mostly pointless style edits
2013-07-05 10:49:53 -07:00
Andy Brody
46f5fd5c86 Use heredocs rather than an echo every line. 2013-05-22 14:39:20 -07:00
Andy Brody
988f5e39a9 Fix up whitespace in 1.0 as well. 2013-05-22 14:30:40 -07:00
Andy Brody
4236454f93 Strip trailing whitespace. 2013-05-20 00:20:48 -04:00
Andy Brody
b2572dcbd8 Expand tabs. 2013-05-20 00:20:25 -04:00
Eric F Crist
ff5bfd1dd8 Change hash and keysize defaults to modern standards
Change keysize defaults from 1024 to 2048 bits and change the default
hash from md5 to sha256.  Also, removed an oddly-specific call for sha1
in one instance.

Signed-off-by: Josh Cepek <josh.cepek@usa.net>
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2013-01-30 14:59:18 -06:00
Nicholas Hall
8082464c0f Make vars file more sane.
* Removed duplicate KEY_EMAIL var
* Commented out KEY_PCS11 vars [1]
* Commented out KEY_CN with explanation
* Set saner defaults
* reorganized vars, "required" fields first

[1] I commented these out because they're already set to dummy and you only need to change them if you're indeed going to use them.  This makes it a little less confusing to newbies who may not be interested in PKCS11 and get confused when reading that they should now "leave any of these fields blank".

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2012-07-03 08:37:23 -05:00
Eric F Crist
6bbe933bbf adding README with instructions for signing/verifying packages
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2012-06-27 08:26:50 -05:00
Eric F Crist
776cffbf9e Changed to version 2.2.x for added build system
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2012-06-27 07:08:04 -05:00
Alon Bar-Lev
cb2d7311eb build: change version to indicate the master branch is not a version
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2012-06-27 07:07:38 -05:00
Alon Bar-Lev
5499b10925 packaging: rpm: initial add
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2012-06-27 07:07:38 -05:00
Alon Bar-Lev
4886d517e5 build: doc
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2012-06-27 07:07:38 -05:00
Alon Bar-Lev
09968bb463 build: simple autotools build
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2012-06-27 07:07:38 -05:00
Samuli Seppänen
ee57a1db5f Moved 1.0, 2.0 and Windows directories in easy-rsa subdirectory
This is required to allow applying Alon's autotools/rpm/documentation patches
from GitHub OpenVPN/easy-rsa-old tree.

Signed-off-by: Samuli Seppänen <samuli@openvpn.net>
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2012-06-27 07:07:38 -05:00
Simon Deziel
a812fed7fb Properly detect OpenSSL version strings with numbers only
whichopensslcnf failed to return the right cnf for:

$ openssl version
OpenSSL 1.0.1 14 Mar 2012

Signed-off-by: Simon Deziel <simon.deziel@gmail.com>
Acked-by: Alon Bar-Lev <alon.barlev@gmail.com>
Message-Id: 4FAE87C1.6000509@gmail.com
URL: http://article.gmane.org/gmane.network.openvpn.devel/6534
Signed-off-by: David Sommerseth <davids@redhat.com>
2012-06-01 14:57:26 +02:00
David Sommerseth
f50a678a18 Initial easy-rsa commit
In the master branch of openvpn.git/openvpn-testing.git commit
26abb83cb1cf0c331db875186250b0c8d55d6013 removes easy-rsa from the
core OpenVPN tree.

This commit is the import of the easy-rsa based on the commit
mentioned.  The history before this import of easy-rsa can be found
in the openvpn.git/openvpn-testing.git trees.

Signed-off-by: David Sommerseth <davids@redhat.com>
2012-03-28 15:05:54 +02:00