Commit Graph

68 Commits

Author SHA1 Message Date
John Crisp
3ffc28d4f9 add gen_crl.php for cron based crl updates 2020-02-24 15:38:00 +01:00
John Crisp
62e864e8fa Small format 2020-02-24 15:37:30 +01:00
John Crisp
8cf26281ea Add Display Root Cert and format php statement 2020-02-22 15:21:22 +01:00
John Crisp
5d5dc89ea4 Format 2020-02-22 15:10:14 +01:00
John Crisp
010d511073 Standardise <= 2020-02-22 15:09:41 +01:00
John Crisp
7286a34d28 Fix potential XSS 2020-02-22 15:01:56 +01:00
John Crisp
415f8b9792 Fix overenthusiatic brace 2020-02-22 14:56:20 +01:00
John Crisp
6a9bdaf70a Remove email address from file name and add download option 2020-02-21 15:07:29 +01:00
John Crisp
12ab5ac984 Remove email address from file name and rename downloaded files 2020-02-21 15:06:46 +01:00
John Crisp
bdfb211fc8 Fix Form syntax, JS missing ; HR style for html5 2020-02-21 14:59:01 +01:00
John Crisp
8815a42f24 standardise <= 2020-02-21 14:46:21 +01:00
John Crisp
253ec7b08c Tidy formatting 2020-02-21 14:06:15 +01:00
John Crisp
8e9c9e50c6 Remove unnecessary <td> and tidy code 2020-02-21 13:21:56 +01:00
John Crisp
0d2a3f0138 Sanitise your passwords 2020-02-21 12:41:02 +01:00
John Crisp
f55cdf66fc sanitise Vars 2020-02-21 12:33:55 +01:00
John Crisp
a92b6a5af9 Replace eregi with preg_match 2020-02-21 12:32:17 +01:00
John Crisp
1b06a7e1c3 Fix the End time and expiry calculation 2020-02-21 12:19:20 +01:00
Nick Pappas
bb58c48837 Merge pull request #11 from dfateyev/master
phpki: cosmetic changes
2015-03-11 14:52:02 -05:00
Denis Fateyev
31cefea863 phpki: punycode hostname support 2015-03-01 20:29:47 +06:00
Denis Fateyev
1dbd89e603 phpki: php tag fixes 2015-03-01 20:24:19 +06:00
Nick Pappas
6785e37bc6 Merge pull request #10 from SuperTango/master
remove 'critical' flag on SSL server cert as it breaks Firefox >= 31.0 (...
2014-08-04 16:55:16 -05:00
Alex.Tang
9a1c4b71c0 remove 'critical' flag on SSL server cert as it breaks Firefox >= 31.0 (info here: https://blog.mozilla.org/security/2014/04/24/exciting-updates-to-certificate-verification-in-gecko/) 2014-08-04 14:43:03 -07:00
Nick Pappas
53d95acb73 Merge pull request #9 from dfateyev/master
phpki: code improvements
2013-10-13 17:15:05 -07:00
Denis Fateyev
0006787626 phpki: request cert page enhancement 2013-10-14 04:49:35 +06:00
Denis Fateyev
4fe0d6da3e phpki: fix common URLs 2013-10-14 04:49:04 +06:00
Denis Fateyev
d77f6e17d8 phpki: domain wildcard fix 2013-10-14 03:59:32 +06:00
Denis Fateyev
dd5a2952ea phpki: interface enhancement, generalize keysize 2013-10-14 03:58:12 +06:00
Nick Pappas
4a460afbf3 Merge pull request #6 from majestick/master
added alt_names feature for ssl certs
2013-09-18 04:39:32 -07:00
Nick Pappas
2bbe33474c Merge pull request #8 from doomi/master
Replaced all short tags
2013-08-16 14:44:53 -07:00
doomi
3b0d7c7ae8 Replaced all short tags 2013-08-11 03:53:21 +02:00
Nick Pappas
da28e6e0c8 Merge pull request #7 from doomi/master
Update about.php and fix typo
2013-08-10 11:49:51 -07:00
doomi
a29b1d2cbf Update openssl_functions.php
typo
2013-08-10 17:39:24 +02:00
doomi
50aaf50250 Update about.php
the textarea displayed the php source instead of the LICENSE.TXT content
2013-08-10 16:52:41 +02:00
majestick
8d3e0f7699 fixed regex and config path 2013-07-23 09:42:54 +02:00
majestick
db5210fe6a fix charset prob
fixed problems with some umlauts
2013-07-22 22:30:14 +02:00
majestick
b74ad34404 Set default Charset 2013-07-22 22:26:36 +02:00
majestick
d13be16a79 fixed nsRevocationUrl
fixed nsRevocationUrl.
fixed Empty DNS Names Strings
2013-07-22 06:24:54 +02:00
majestick
44be2519fb added alt_names
added alt_names for ssl server certificates.
2013-07-21 11:35:17 +02:00
majestick
8f4697e67f Update common.php 2013-07-21 11:33:38 +02:00
majestick
bfd521a5fc added alt_names for ssl vert 2013-07-21 11:31:44 +02:00
majestick
3a89da1843 added 2 new functions
added is_ip and is_fqdn for alt_name check
2013-07-21 11:24:22 +02:00
Nick Pappas
8b03b33bbb Merge pull request #5 from kylejohnson/master
Allow 4096bit keys to be generated, and replace (most) short tags.

Reviewed, approved for merging
2013-07-18 09:50:05 -07:00
Kyle Johnson
eeda657047 Replaced all short tags 2013-07-18 16:00:33 +00:00
Kyle Johnson
78dfd43974 Updated doctype to HTML5 and fixed a bunch of unquoted elements 2013-07-18 15:04:57 +00:00
Kyle Johnson
111f63f71e A quick hack to fix unclosed classes when the HTML is rendered. 2013-07-18 14:52:46 +00:00
Kyle Johnson
450e7af050 Replaced another short tag 2013-07-18 14:50:18 +00:00
Kyle Johnson
4693682381 Replaced all short tags 2013-07-18 14:32:41 +00:00
Kyle Johnson
500af7678d Replaced all short tags 2013-07-18 14:31:39 +00:00
Kyle Johnson
4295bd67d5 Fixes #4 which prevented 4096 bit keys. 2013-07-18 14:28:48 +00:00
Kyle Johnson
a33838d1cf Replaced all short tags 2013-07-18 14:27:27 +00:00