58 Commits

Author SHA1 Message Date
Eric F Crist
e75ad75421 refine how booleans are evaluated
Signed-Off-By: Josh Cepek <josh.cepek@usa.net>
2013-12-10 14:23:11 -06:00
Josh Cepek
90dc74c034 Modify error message from export_pkcs() to avoid console wrapping
Signed-off-by: Josh Cepek <josh.cepek@usa.net>
2013-12-10 10:08:53 -06:00
Luiz Angelo Daros de Luca
cf4cc319e5 - removed unecessary arg check in export_pkcs func
- Changed expanded tabs (spaces) to normal tabs
- fixed pkcs12 nokey message
- changed export dir for pkcs7 to issued
2013-12-10 12:55:47 -02:00
Luiz Angelo Daros de Luca
4fa57bff6b - added option nokey for pkcs12 to avoid exporting private keys
- added command export-p7 to export certs using pkcs7 format.
2013-12-10 12:55:47 -02:00
Josh Cepek
8b1fe0152f Support OpenSSL-0.9.8 with the EXTRA_EXTS feature
OpenSSL-0.9.8 cannot handle an empty extensions section. This change has
the dynamic extensions support place the section reference in the
temporary file at runtime, supporting both 0.9.8 and 1.0.* versions.

Signed-off-by: Josh Cepek <josh.cepek@usa.net>
2013-12-08 15:05:50 -06:00
Josh Cepek
cb74c35eb3 Update to ECDSA support from commit 45c27e9
Add documentation & help output; add quoting; add error messages; put
the ecparams dir under PKI dir with env-var tunable.

Signed-off-by: Josh Cepek <josh.cepek@usa.net>
2013-11-24 23:37:27 -06:00
Steffan Karger
45c27e9fb5 Add ECDSA support
This commit adds the possibility to specify the algorithm used by openssl
by adding the --use-algo and --curve parameters.

Signed-off-by: Steffan Karger <steffan@karger.me>
2013-11-19 23:32:14 +01:00
Josh Cepek
b0494ab243 Add initial 3.x codebase files
This is the initial re-write for the 3.x release series.

Signed-off-by: Josh Cepek <josh.cepek@usa.net>
2013-11-18 02:54:07 -06:00