1333 Commits

Author SHA1 Message Date
Eric F Crist
6235086142 Add LibreSSL support to EasyRSA
Merge branch 'TinCanTech-libressl'

This may also resolve the following issues:

 #130: cmd-opts nopass doesn't work
 #76:  LibreSSL exposes misuse of $ENV
 #74:  LibreSSL, Expected to find openssl command at: openssl
 #34:  unexpected EOF when using init-pki on OSX 10.9

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2018-08-23 16:32:09 -05:00
Eric F Crist
e4fe9dd441 Add LibreSSL support to EasyRSA
Merge branch 'libressl' of https://github.com/TinCanTech/easy-rsa into TinCanTech-libressl

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2018-08-23 16:31:14 -05:00
Eric F Crist
9ff2df63d1 Add LibreSSL support to EasyRSA
Merge branch 'libressl' of https://github.com/TinCanTech/easy-rsa into TinCanTech-libressl

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2018-08-23 16:31:14 -05:00
Eric F Crist
f22cd26caa gah 2018-08-23 16:23:57 -05:00
Eric F Crist
6ae6659715 gah 2018-08-23 16:23:57 -05:00
Eric F Crist
81dfc91e1a Travis-CI, yay!
:\
2018-08-23 16:16:29 -05:00
Eric F Crist
45e6d1f531 Travis-CI, yay!
:\
2018-08-23 16:16:29 -05:00
Eric F Crist
f9e659a540 shellcheck provided in travis-ci by default
Apparently no longer required to install shellcheck in the travis-ci
environment.  See https://github.com/koalaman/shellcheck/wiki/TravisCI

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2018-08-23 16:10:22 -05:00
Eric F Crist
ef968ace6e shellcheck provided in travis-ci by default
Apparently no longer required to install shellcheck in the travis-ci
environment.  See https://github.com/koalaman/shellcheck/wiki/TravisCI

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2018-08-23 16:10:22 -05:00
Richard Bonhomme
815d45a008
libressl: minor style corrections 2018-08-23 21:26:30 +01:00
Richard Bonhomme
c14f3c6b16 libressl: minor style corrections 2018-08-23 21:26:30 +01:00
Richard Bonhomme
e9d6393da3
libressl: use make_ssl_config and safessl-easyrsa.cnf for revoke 2018-08-23 21:20:53 +01:00
Richard Bonhomme
24913874f5 libressl: use make_ssl_config and safessl-easyrsa.cnf for revoke 2018-08-23 21:20:53 +01:00
Richard Bonhomme
d1e72d4ea7
libressl: use make_ssl_config and safessl-easyrsa.cnf for gen_crl 2018-08-23 21:16:32 +01:00
Richard Bonhomme
0d1c17a0e9 libressl: use make_ssl_config and safessl-easyrsa.cnf for gen_crl 2018-08-23 21:16:32 +01:00
Richard Bonhomme
93785e1e25
libressl: use make_ssl_config and safessl-easyrsa.cnf for sign_req 2018-08-23 21:12:39 +01:00
Richard Bonhomme
185a5b671f libressl: use make_ssl_config and safessl-easyrsa.cnf for sign_req 2018-08-23 21:12:39 +01:00
Richard Bonhomme
95d26a3840
libressl: use make_ssl_config and safessl-easyrsa.cnf for gen_req 2018-08-23 21:10:57 +01:00
Richard Bonhomme
247199489e libressl: use make_ssl_config and safessl-easyrsa.cnf for gen_req 2018-08-23 21:10:57 +01:00
Richard Bonhomme
97681d486d
libressl: use make_ssl_config and safessl-easyrsa.cnf for build_ca 2018-08-23 21:05:26 +01:00
Richard Bonhomme
95871dca5e libressl: use make_ssl_config and safessl-easyrsa.cnf for build_ca 2018-08-23 21:05:26 +01:00
Richard Bonhomme
f13b8c7a03
libressl: use make_ssl_config() for easyrsa openssl version check 2018-08-23 20:36:48 +01:00
Richard Bonhomme
af9b01944e libressl: use make_ssl_config() for easyrsa openssl version check 2018-08-23 20:36:48 +01:00
Richard Bonhomme
2688e2493d
libressl: add notify SSL library in use 2018-08-23 20:29:35 +01:00
Richard Bonhomme
9fafe1c352 libressl: add notify SSL library in use 2018-08-23 20:29:35 +01:00
Richard Bonhomme
673f158230
libressl: switch to using safessl-easyrsa.cnf
Keep openssl-easyrsa.cnf but switch to using safessl-easyrsa.cnf
Has the benefit of fixing easyrsa3 openssl version check for libressl
2018-08-23 20:22:43 +01:00
Richard Bonhomme
6c171b7882 libressl: switch to using safessl-easyrsa.cnf
Keep openssl-easyrsa.cnf but switch to using safessl-easyrsa.cnf
Has the benefit of fixing easyrsa3 openssl version check for libressl
2018-08-23 20:22:43 +01:00
Richard Bonhomme
8feb0f24fe
libressl: introduce function make_ssl_config
This function reads openssl-easyrsa.cnf and then
removes "ENV::" and replaces "$vars" with value
then writes the results to safessl-easyrsa.cnf
2018-08-23 20:12:55 +01:00
Richard Bonhomme
b647256313 libressl: introduce function make_ssl_config
This function reads openssl-easyrsa.cnf and then
removes "ENV::" and replaces "$vars" with value
then writes the results to safessl-easyrsa.cnf
2018-08-23 20:12:55 +01:00
Richard Bonhomme
cfab21f79f
libressl: prepare openssl-easyrsa.cnf for use with libressl 2018-08-23 20:03:36 +01:00
Richard Bonhomme
000b47712a libressl: prepare openssl-easyrsa.cnf for use with libressl 2018-08-23 20:03:36 +01:00
Richard Bonhomme
185f3ee03e
libressl: add esayrsa3/safessl-easyrsa.cnf to .gitignore 2018-08-23 19:57:51 +01:00
Richard Bonhomme
3f4e77092d libressl: add esayrsa3/safessl-easyrsa.cnf to .gitignore 2018-08-23 19:57:51 +01:00
Hugues Fafard
0db2dbe961 Fixed SC2115 2018-03-05 17:57:36 +01:00
Hugues Fafard
5f7707dcc5 Forgot some files for 'soft-reset' 2018-03-05 17:38:02 +01:00
Hugues Fafard
48c2df5d11 Added soft-reset option for init-pki subcommand. 2018-03-05 17:25:12 +01:00
Eric F Crist
9bd3241a31 Update ChangeLog
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2018-02-26 09:29:45 -06:00
Eric F Crist
0716b29ba6 Update ChangeLog
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2018-02-26 09:29:45 -06:00
Eric F Crist
ff07d754f5 Update ChangeLog
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2018-02-26 09:27:54 -06:00
Eric F Crist
af796ad839 Update ChangeLog
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2018-02-26 09:27:54 -06:00
Eric F Crist
45cd588fec Merge branch 'Antagonym-nopass-fix'
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2018-02-26 09:23:35 -06:00
Eric F Crist
f241bad2d7 Merge branch 'Antagonym-nopass-fix'
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2018-02-26 09:23:35 -06:00
Eric F Crist
297f85c8ca Merge branch 'Antagonym-nopass-fix' into v3.0.5
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2018-02-26 09:22:44 -06:00
Eric F Crist
cb20abf3e1 Merge branch 'Antagonym-nopass-fix' into v3.0.5
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2018-02-26 09:22:44 -06:00
Hugues Fafard
a6be9e9df7 Fixed broken nopass option in build-ca subcommand 2018-02-26 15:53:08 +01:00
Hugues Fafard
63224439a6 Fixed broken nopass option in build-ca subcommand 2018-02-26 15:53:08 +01:00
Eric F Crist
02532b2311 merge branch 'honor-vars' of https://github.com/Antagonym/easy-rsa into v3.0.5
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2018-02-26 07:34:23 -06:00
Eric F Crist
d37a608944 merge branch 'honor-vars' of https://github.com/Antagonym/easy-rsa into v3.0.5
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2018-02-26 07:34:23 -06:00
Eric F Crist
2ef2660470 Remove quotes around $pkcs_opts
Credit to @OtherSystems and @Antagonym and some others who pointed this out.  This
resolves #189 and #193 and #186 and #179.

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2018-02-26 07:26:49 -06:00
Eric F Crist
67f76dafe0 Remove quotes around $pkcs_opts
Credit to @OtherSystems and @Antagonym and some others who pointed this out.  This
resolves #189 and #193 and #186 and #179.

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2018-02-26 07:26:49 -06:00