Project

General

Profile

Download (24.9 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
84197cec 02/11/2013 02:10 AM Jim Pingle

Apparently some systems don't like pulling this in globally, but it should work if defined locally like the other similar lists.

39530c89 02/10/2013 07:20 PM Cyrill B

Update usr/local/www/system_camanager.php

Cleanup HTML

9eac43d7 02/08/2013 11:59 PM Cyrill B

Update usr/local/www/system_camanager.php

Properly close the anchor tag and fix ampersand.

ca621902 01/21/2013 07:33 PM Jim Pingle

Allow selecting the digest algorithm when creating a CA or Cert. Implements #2765

51c24cf6 11/29/2011 03:20 PM Jim Pingle

Describe the serial field on imported CA more clearly. Resolves #2031

73800013 07/29/2011 07:17 AM Chris Buechler

fix text

1b6d9fa5 06/24/2011 12:05 AM Evgeny Yurchenko

Internal CA creation error handling added.

95c8cf48 06/23/2011 11:02 PM Evgeny Yurchenko

Intermediate CAs and openssl_xxx() error checking in CA management.

21cc2faa 06/17/2011 04:41 AM Evgeny Yurchenko

Bug #1437. Check for invalid characters in the fields for ca, cert and csr.

9d2d65f3 06/17/2011 03:04 AM Evgeny Yurchenko

Bug #1437. Dropdown list for country codes (CA manager)

2f51259b 06/03/2011 01:03 PM Jim Pingle

Redirect back to the CA/Cert management page after delete so a person can't refresh and accidentally delete other CA/Certs. (CRLs are deleted differently and don't need this fix)

461aa9d0 05/05/2011 08:14 PM Jim Pingle

When deleting a CA, delete its associated CRLs.

46698c3f 04/21/2011 02:33 PM Jim Pingle

Reject encrypted CA private keys. Resolves #1446

bfa992bc 03/30/2011 08:37 PM Jim Pingle

Allow editing of CAs, so that imported CAs can have their private keys added later (mainly affected users upgrading from 1.2.3 and wanting to use the cert manager). Also, allow editing the CA's serial, since this shouldn't really be 0 for imported CAs, but the serial of the last cert that was made from this CA.

396cfe2e 01/13/2011 02:33 PM Jim Pingle

Validate imported CA/Cert a bit more strongly. Should fix #1190

dd5bf424 11/12/2010 04:36 PM Scott Ullrich

Fix XSS issues

5293bfec 10/20/2010 07:41 PM Jim Pingle

Fix some forgotten name->descr changes.

f2a86ca9 10/19/2010 06:19 PM Jim Pingle

Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA protection and standardize field names. Ticket #320.

3d57d2d5 09/21/2010 07:06 PM Jim Pingle

Add CRL manager tab to other Cert Manager pages

b4e6524c 09/01/2010 07:26 PM Jim Pingle

CA/CERT Move

ea53e38f 08/12/2010 12:44 PM Renato Botelho

gettext fixes

ecefc738 07/07/2010 04:23 PM Jim Pingle

Allow importing of a CA's private key (optionally).

22a11a58 06/13/2010 12:07 AM Larry Gilbert

Fix some errors in spelling, punctuation, grammar, etc.

2b33f342 04/30/2010 01:13 PM Renato Botelho

add gettext() calls on missing places

38fb1109 04/28/2010 03:45 PM Vinicius Coque

Fixing gettext() implementation for required fields

443ddf6f 04/27/2010 04:35 PM Carlos Eduardo Ramos

Reviewing gettext()

a37753d7 04/26/2010 02:13 PM Vinicius Coque

Gettext for System::Cert manager

cf360495 12/21/2009 07:32 AM Chris Buechler

increase the default cert lifetime

5d55ecfc 11/15/2009 10:27 PM Chris Buechler

fix typo

1d333258 09/15/2009 01:49 AM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

d43ad788 08/24/2009 10:15 PM Scott Ullrich

Merge branch 'master' of git://rcs.pfsense.org/pfsense/nigel-ca-chain into review/master

Conflicts:
etc/inc/certs.inc
etc/inc/upgrade_config.inc

742d9c2d 06/20/2009 05:47 AM Ermal Luçi

Include certs.inc explicitly.

2cf6ddcb 05/24/2009 06:36 AM Nigel Graham

Added support for certificate chains to manager so that lighty can deliver them via SSL.

cee476e8 05/07/2009 08:37 PM Ermal Luçi

Correctly enforce limits on html input.

96c7a492 09/09/2008 06:19 AM Matthew Grooms

Cleanup the tab format of the system ca/certificate pages. The edges were
square instead of rounded like most pfSense pages. While here, fix a bug
that made the submit button disappear when it shouldn't.

93823b10 09/03/2008 03:53 AM Matthew Grooms

Add options to export ca, certificate and user certificate data from the
webui.

d799787e 08/26/2008 04:48 AM Matthew Grooms

Rework most of the OpenVPN support. The interfaces have been updated to
not use the pkg system and the configuration has been migrated to an
openvpn prefix. The centralized user and certificate manager is now used
to support the openvpn configurations. Most of the files removed in this...

64cc39d3 08/09/2008 12:06 AM Matthew Grooms

Implement a certificate authority and certificate webui that can be used
to centrally manage this data. There are no consumers at this time. This
interface allow for the following ...

Certificate Authority Manager:
- List certificates authorities
- Import existing certificate authority...