151 Commits

Author SHA1 Message Date
Bob Vincent
9500a6a14b Fix the --subject-alt-name option. 2018-01-02 16:50:14 -05:00
Bob Vincent
b83b8ff7a6 Fix generation of serverAltName. 2018-01-01 13:41:18 -05:00
Eric F Crist
b3ed48042e Correct subjectAltName errors in server sign
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2017-12-24 10:00:20 -06:00
Eric F Crist
0933b898b3 Update README, address vx.x.x branches (new v3.0.4)
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2017-12-20 21:40:38 -06:00
Eric F Crist
5d602778cf Declare some additional variables
Further fixes for #167 pointed out by bjoernv.  Thanks!

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2017-12-20 21:18:25 -06:00
Eric F Crist
ae54b0aec3 Merge branch 'master' of https://github.com/OpenVPN/easy-rsa 2017-12-15 08:48:09 -06:00
Eric F Crist
bcac604197 Add link to POSIX standard.
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2017-12-15 08:47:43 -06:00
Eric F Crist
2d2c3a7004 set input as var, not function call
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2017-12-14 22:02:23 -06:00
Eric F Crist
da2bd3afbd More travis-ci changes, SAN fix, maybe related to #89
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2017-12-14 08:43:24 -06:00
Eric F Crist
b5803ee9e3 More travis-ci related cleanup
* Remove SC2006 from shellcheck: bashism
* Put variable declarations on separate lines (SC1007)
* Remove "local" from Windows sh script (SC2039)
* Remove "x" variable define from read in Windows sh script (SC2034)

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2017-12-14 08:35:41 -06:00
Eric F Crist
fe7cbae65d unix2dos and fix tar command
* Run the Windows specific files through unix2dos for easier consumption
* Modify the tar command options to better support "build" on FreeBSD

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2017-12-14 07:34:56 -06:00
Eric F Crist
f58cbc7845 Actually fix #167
amkhiv was kind enough to point out I failed to fix the "local" syntax
removal from cmd_help().  tincantech has pointed this out and I intended
on fixing, but missed it.

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2017-12-14 06:57:11 -06:00
Eric F Crist
384d407408 Correct "local" removal errors
Also, update the README to indicate master is development.  People don't
seem to understand that.

Resolves #167

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2017-12-12 19:36:18 -06:00
Eric F Crist
47d5477266 More fixes for #165
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2017-12-07 20:24:41 -06:00
Eric F Crist
d3502a9d85 Remove "local" keyword from variable assignment
Resolves #165

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2017-12-07 19:59:14 -06:00
Eric F Crist
288a0e248d Initial attempt at travis-ci integration
This is the initial attempt to integrate the easyrsa project with
travis-ci by merging szepeviktor-master.  Additional work is necessary,
but this gets us going in the right direction.  Closes #165.

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2017-12-07 19:26:06 -06:00
Eric F Crist
bb2c290c15 Merge branch 'master' of https://github.com/szepeviktor/easy-rsa into szepeviktor-master 2017-12-07 19:22:56 -06:00
Eric F Crist
7a29079efd Replace egrep with grep -E
This is an alternative to the proposed patch in #154 and is easier to
read than the change.

Closes #154.

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2017-12-07 18:56:20 -06:00
Viktor Szépe
3ad9a2bf20
Fix easyrsa path in testing (again) 2017-12-05 00:40:39 +01:00
Viktor Szépe
9c06ae67ab
Fix Travis test
Add  easy-rsa/easyrsa3/easyrsa
2017-12-05 00:38:12 +01:00
Viktor Szépe
a816032086
Test code quality on commits 2017-12-04 16:47:16 +01:00
Eric F Crist
e8cd6c9807 Rename config to openssl-easyrsa.cnf
This clarifies the use of the file as specific to EasyRSA while also
closing the loop on the openssl version chase.  No reason to have a
configuration file that is specific to openssl version at this point.
If the need arises, we'll do so in a sane fashion.

Resolves #159

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2017-11-04 08:06:48 -05:00
Eric F Crist
c75e74a697 Merge branch 'chris-martin-directory-status-space'
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2017-09-12 08:58:19 -05:00
Eric F Crist
cee40f9ee0 Merge branch 'directory-status-space' of https://github.com/chris-martin/easy-rsa into chris-martin-directory-status-space 2017-09-12 08:57:45 -05:00
Eric F Crist
ace7720282 Correcting spelling from pull request #113
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2017-09-12 08:33:37 -05:00
Eric F Crist
2c95d0c5fe Merge branch 'mattock-master'
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2017-09-12 08:18:22 -05:00
Eric F Crist
64241d0467 Merge branch 'master' of https://github.com/mattock/easy-rsa into mattock-master
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2017-09-12 08:16:26 -05:00
Eric F Crist
3a7ec72833 Merge branch 'master' of github.com:OpenVPN/easy-rsa 2017-09-12 08:10:53 -05:00
Eric F Crist
cb58cfdfe2 Merge branch 'michalsarna-master'
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2017-09-12 08:10:04 -05:00
Eric F Crist
92e957883c Merge branch 'michalsarna-master'
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2017-09-12 07:58:13 -05:00
Eric F Crist
f2ee6d144a Extend .gitignore to pki and vars.
Merge branch 'master' of https://github.com/michalsarna/easy-rsa into michalsarna-master
2017-09-12 07:57:26 -05:00
Eric F Crist
ee23af8a87 Merge branch '3van-build-dist-fix'
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2017-09-12 07:52:27 -05:00
Eric F Crist
35a74217c3 Use COPYING.md in build instead of COPYING
Merge branch 'build-dist-fix' of https://github.com/3van/easy-rsa into 3van-build-dist-fix
2017-09-12 07:51:31 -05:00
Eric F Crist
fca7f7007d Merge branch 'ammgws-patch-1'
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2017-09-12 07:42:29 -05:00
Eric F Crist
4e16797c48 Remove -u use from mktemp for better compatibility
Merge branch 'patch-1' of https://github.com/ammgws/easy-rsa into ammgws-patch-1
2017-09-12 07:41:28 -05:00
Eric F Crist
07a3651629 Merge branch 'alonbl-build'
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2017-09-12 07:37:30 -05:00
Alon Bar-Lev
11f7ea139d build: minor cleanups
1. remove bash as POSIX shell can be used.
2. simplify usage print.
3. add quotes where missing.

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
2017-09-12 08:41:24 +03:00
Jason
146ed4c299 Improve mktemp compatibility
-u option doesn't exist on some implementations of mktemp (Busybox is one).
There doesn't seem to be any reason to use the option here anyway.
2017-09-10 16:38:16 +09:00
Eric F Crist
041062b377 Add code-signing x509-type.
Resolves #144

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2017-09-02 09:50:08 -05:00
Eric F Crist
a675fc9941 Correct --copy-ext var, update changelog
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2017-09-02 09:40:12 -05:00
Eric F Crist
243f729a77 Merge branch 'vifo-master'
Fixes typo in a138c0d (#139) with "16" inside quotes.

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2017-08-25 07:32:43 -05:00
Victor Foitzik
9fccc3373c Fix error in random serial generation. 2017-08-25 07:39:20 +00:00
Eric F Crist
a127286191 Remove inactive user fingerprint from project.
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2017-08-22 21:08:52 -05:00
Eric F Crist
83a1a21e7a Add --copy-ext option
Adding the --copy-ext option to copy request extension data.  This will
resolve #60 and other Subject Alternative Name "issues" that have been
created.

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2017-08-22 20:52:26 -05:00
Eric F Crist
4ba461deeb Merge branch 'alexz-kh-master'
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2017-08-22 20:05:46 -05:00
Eric F Crist
3468f64257 Merge branch 'master' of https://github.com/alexz-kh/easy-rsa into alexz-kh-master 2017-08-22 20:05:04 -05:00
Eric F Crist
39e79476e6 Merge branch 'oreinert-contrib'
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2017-08-22 19:59:05 -05:00
Eric F Crist
40d102a2d7 Merge branch 'contrib' of https://github.com/oreinert/easy-rsa into oreinert-contrib 2017-08-22 19:58:18 -05:00
Eric F Crist
7221d4539c Merge branch 'uwehermann-openssl_rand' 2017-08-22 19:54:58 -05:00
Eric F Crist
601a5ca918 Merge pull request from uwehermann
Merge branch 'openssl_rand' of https://github.com/uwehermann/easy-rsa into uwehermann-openssl_rand
2017-08-22 19:53:02 -05:00