summaryrefslogtreecommitdiffstats
path: root/openssl-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-06-09 20:49:11 +0000
committerTed Trask <ttrask01@yahoo.com>2008-06-09 20:49:11 +0000
commit4d6cd17677dc2da12763a2ac0788d838d0a02248 (patch)
tree26a86ec5484477ab02356ff29918bb8d6b0bc52c /openssl-html.lsp
parent765a1725940f100d2a5be8f3e223da9baae68777 (diff)
downloadacf-openssl-4d6cd17677dc2da12763a2ac0788d838d0a02248.tar.bz2
acf-openssl-4d6cd17677dc2da12763a2ac0788d838d0a02248.tar.xz
Fixed download bug for logfiles and certificates.
Several changes to openssl: Removed renew cert and download revoked cert from view, do not allow bad chars and handle blank entries in subject, changed file names to use hash of Common Name allowing use of more chars, check CA cert for expiration, and add CA certs to pfx. git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1213 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'openssl-html.lsp')
-rw-r--r--openssl-html.lsp8
1 files changed, 4 insertions, 4 deletions
diff --git a/openssl-html.lsp b/openssl-html.lsp
index f2c65e6..c3d0c3b 100644
--- a/openssl-html.lsp
+++ b/openssl-html.lsp
@@ -83,11 +83,11 @@ end ?>
<? if session.permissions.openssl.getcert then ?>
<?= html.link{value="getcert?cert="..cert.name, label="Download "} ?>
<? end ?>
- <? if session.permissions.openssl.renewcert then ?>
+ <? --[[ if session.permissions.openssl.renewcert then ?>
<?= html.link{value="renewcert?cert="..cert.name, label="Renew "} ?>
<? elseif session.permissions.openssl.requestrenewcert then ?>
<?= html.link{value="requestrenewcert?cert="..cert.name, label="Renew "} ?>
- <? end ?>
+ <? end --]] ?>
<? if session.permissions.openssl.revoke then ?>
<?= html.link{value="revoke?cert="..cert.name, label="Revoke "} ?>
<? end ?>
@@ -122,9 +122,9 @@ end ?>
<? if session.permissions.openssl.viewcert then ?>
<?= html.link{value="viewcert?cert="..cert.name, label="View "} ?>
<? end ?>
- <? if session.permissions.openssl.getcert then ?>
+ <? --[[ if session.permissions.openssl.getcert then ?>
<?= html.link{value="getcert?cert="..cert.name, label="Download "} ?>
- <? end ?>
+ <? end --]] ?>
<? if session.permissions.openssl.deletecert then ?>
<?= html.link{value="deletecert?cert="..cert.name, label="Delete "} ?>
<? end ?>