1758 Commits

Author SHA1 Message Date
Eric F Crist
39759a1864
Add some shellcheck exclusions.
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2019-01-16 16:15:04 -06:00
Eric F Crist
51344196ca Add some shellcheck exclusions.
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2019-01-16 16:15:04 -06:00
Eric F Crist
fcfeb327ba
Merge branch 'keros-move_revoked_files' into v3.0.6
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2019-01-16 15:48:31 -06:00
Eric F Crist
dc85de818e Merge branch 'keros-move_revoked_files' into v3.0.6
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2019-01-16 15:48:31 -06:00
Eric F Crist
f6b35473b2
Use -n instead of ! -z in test
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2019-01-16 15:46:58 -06:00
Eric F Crist
7603334b0f Use -n instead of ! -z in test
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2019-01-16 15:46:58 -06:00
Eric F Crist
a66bb93c75
Unquote $opt for revoke as it may be empty
In testing for #63 I discovered that there is at least one instance of a
quoted $opts for the revoke command that causes openssl to throw errors.

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2019-01-16 15:43:31 -06:00
Eric F Crist
f39330f6cb Unquote $opt for revoke as it may be empty
In testing for #63 I discovered that there is at least one instance of a
quoted $opts for the revoke command that causes openssl to throw errors.

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2019-01-16 15:43:31 -06:00
Eric F Crist
675fc990ed
Merge branch 'move_revoked_files' of https://github.com/keros/easy-rsa into keros-move_revoked_files
Minor merge conflict changes:
* remove local scoping
* PR was based on master, this is being merged in v3.0.6

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2019-01-16 15:35:03 -06:00
Eric F Crist
fc804ac1c3 Merge branch 'move_revoked_files' of https://github.com/keros/easy-rsa into keros-move_revoked_files
Minor merge conflict changes:
* remove local scoping
* PR was based on master, this is being merged in v3.0.6

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2019-01-16 15:35:03 -06:00
Eric F Crist
7bc0168818
Missed the merge conflict.
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2019-01-11 12:02:52 -06:00
Eric F Crist
5ca20af032 Missed the merge conflict.
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2019-01-11 12:02:52 -06:00
Eric F Crist
bebd71e76f
Support for clientServer
Merging PR #38

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2019-01-11 11:58:00 -06:00
Eric F Crist
7c58e47a69 Support for clientServer
Merging PR #38

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2019-01-11 11:58:00 -06:00
Eric F Crist
e71f2013c7
Scope environment overrides to EASYRSA
Merge branch 'javier-godoy-feature/sed' into v3.0.6

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2019-01-11 10:22:08 -06:00
Eric F Crist
6ef40c0e39 Scope environment overrides to EASYRSA
Merge branch 'javier-godoy-feature/sed' into v3.0.6

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2019-01-11 10:22:08 -06:00
Eric F Crist
888e214027 Merge branch 'feature/sed' of https://github.com/javier-godoy/easy-rsa into javier-godoy-feature/sed 2019-01-11 10:21:40 -06:00
Eric F Crist
998d4f3366 Merge branch 'feature/sed' of https://github.com/javier-godoy/easy-rsa into javier-godoy-feature/sed 2019-01-11 10:21:40 -06:00
Eric F Crist
6cde929c40
Support for revokation reason.
Merge branch 'javier-godoy-feature/crl_reason' into v3.0.6

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2019-01-11 10:13:04 -06:00
Eric F Crist
5961077953 Support for revokation reason.
Merge branch 'javier-godoy-feature/crl_reason' into v3.0.6

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2019-01-11 10:13:04 -06:00
Eric F Crist
ab1b54caf0 Merge branch 'feature/crl_reason' of https://github.com/javier-godoy/easy-rsa into javier-godoy-feature/crl_reason 2019-01-11 10:12:04 -06:00
Eric F Crist
a11ecd959e Merge branch 'feature/crl_reason' of https://github.com/javier-godoy/easy-rsa into javier-godoy-feature/crl_reason 2019-01-11 10:12:04 -06:00
Eric F Crist
9eca10cc1d
Merge branch 'TinCanTech-v3.0.6' into v3.0.6
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2019-01-11 09:59:38 -06:00
Eric F Crist
128d5744a2 Merge branch 'TinCanTech-v3.0.6' into v3.0.6
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2019-01-11 09:59:38 -06:00
Richard Bonhomme
85318d19de
Move verifying the SSL lib to verify_ssl_lib() and only call after verify_pki_init()
Signed-off-by: Richard Bonhomme <25598447+TinCanTech@users.noreply.github.com>
2019-01-04 00:43:08 +00:00
Richard Bonhomme
54eb9dc8e6 Move verifying the SSL lib to verify_ssl_lib() and only call after verify_pki_init()
Signed-off-by: Richard Bonhomme <25598447+TinCanTech@users.noreply.github.com>
2019-01-04 00:43:08 +00:00
Richard Bonhomme
35b1f59e44
Use EASYRSA specific temp file for output to set_pass
Signed-off-by: Richard Bonhomme <25598447+TinCanTech@users.noreply.github.com>
2019-01-01 18:07:17 +00:00
Richard Bonhomme
fb6fd5465a Use EASYRSA specific temp file for output to set_pass
Signed-off-by: Richard Bonhomme <25598447+TinCanTech@users.noreply.github.com>
2019-01-01 18:07:17 +00:00
Javier Godoy
1a62872e05 Double quote to prevent globbing and word splitting 2018-12-22 06:05:00 -03:00
Javier Godoy
24182ff27e Double quote to prevent globbing and word splitting 2018-12-22 06:05:00 -03:00
Javier Godoy
23d7051e76 Add optional CRL reason parameter 2018-12-16 18:18:28 -03:00
Javier Godoy
07641547e4 Add optional CRL reason parameter 2018-12-16 18:18:28 -03:00
Javier Godoy
6227d89ec6 Preserve other environment variables 2018-12-16 18:03:58 -03:00
Javier Godoy
f173fb9c38 Preserve other environment variables 2018-12-16 18:03:58 -03:00
Richard Bonhomme
1061fc25f6
Merge pull request #1 from TinCanTech/TinCanTech-password-echo
Fix password echo
2018-12-16 18:17:26 +00:00
Richard Bonhomme
331038f5eb Merge pull request #1 from TinCanTech/TinCanTech-password-echo
Fix password echo
2018-12-16 18:17:26 +00:00
Richard Bonhomme
482c4b517f
Fix password echo 2018-12-16 18:16:48 +00:00
Richard Bonhomme
f32df2f932 Fix password echo 2018-12-16 18:16:48 +00:00
Eric F Crist
96696bcc7b
Merge branch 'TinCanTech-TinCanTech-sed-backtick' into v3.0.6
Resolves #267

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2018-12-12 08:59:43 -06:00
Eric F Crist
1abc1405dd Merge branch 'TinCanTech-TinCanTech-sed-backtick' into v3.0.6
Resolves #267

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2018-12-12 08:59:43 -06:00
Richard Bonhomme
3b0d1992a7
Use escape backtick for sed separator
Signed-off-by: Richard Bonhomme <25598447+TinCanTech@users.noreply.github.com>
2018-12-12 14:17:23 +00:00
Richard Bonhomme
a99623dfcb Use escape backtick for sed separator
Signed-off-by: Richard Bonhomme <25598447+TinCanTech@users.noreply.github.com>
2018-12-12 14:17:23 +00:00
Eric F Crist
38575d870c
test suite fixes
* need the script to actually do more functional testing
* need to be able to test input, need something automated

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2018-12-11 20:39:21 -06:00
Eric F Crist
a860ea791a test suite fixes
* need the script to actually do more functional testing
* need to be able to test input, need something automated

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2018-12-11 20:39:21 -06:00
Eric F Crist
272ee0ea89
SC1147, remove local call
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2018-12-11 20:21:03 -06:00
Eric F Crist
5bc2de6bbf SC1147, remove local call
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2018-12-11 20:21:03 -06:00
Eric F Crist
391948f267
Update op_test to support show-cert, add'l cmds
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2018-12-11 20:15:21 -06:00
Eric F Crist
9db151e388 Update op_test to support show-cert, add'l cmds
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2018-12-11 20:15:21 -06:00
Eric F Crist
8760707020
Merge branch 'solidgoldbomb-add-show-ca-command' into v3.0.6
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2018-12-11 20:07:17 -06:00
Eric F Crist
7cb2840cd7 Merge branch 'solidgoldbomb-add-show-ca-command' into v3.0.6
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2018-12-11 20:07:17 -06:00