Project

General

Profile

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

# Date Author Comment
ce77a9c4 01/01/2015 09:26 AM Phil Davis

Fix lineup of copyright lines

and module names and other bits of formatting and typos in header
comment sections.

ed2d1343 12/31/2014 06:22 PM Renato Botelho

Welcome 2015

29aef6c4 11/11/2014 05:36 AM Jim Thompson

Change copyright statement to reflect reality

1a6769a6 09/11/2014 09:22 PM Renato Botelho

Replace GET by POST on system_usermanager.php and make necessary adjustments on necessary pages. It fixes #3856

b3733e10 05/27/2014 11:33 AM Colin Fleming

Tidy up Ampersand XHTML

Deprecate Ampersand in Anchor tags

8cd558b6 03/14/2014 08:24 PM ayvis

xhtml Compliance
replaced <br>, <br/> and </br> with <br />

e41ec584 03/12/2014 02:42 PM Renato Botelho

Improve checks for params 'id', 'dup' and other similar ones to make sure they are numeric integer, also, pass them through htmlspecialchars() before print

eecbeec4 03/07/2014 01:10 PM Renato Botelho

Skip input validation when choosing an existing certificate, it should fix #3505

4655b2cd 03/07/2014 01:05 PM Renato Botelho

Remove unecessary quotes

738fab3d 02/18/2014 07:16 PM Jim Pingle

Fix issue with CSR generation. Ticket #2820

4287c73a 11/29/2013 12:07 PM Renato Botelho

One more typo on Alternative Names fill, that was setting type field with $value

edf37d56 11/29/2013 11:57 AM Renato Botelho

Fix a (probably) copy/paste issue that is making all Alternative Names disapear when an input error is detected

1e9b4611 09/12/2013 02:28 PM Renato Botelho

Remove call-time pass by reference for do_input_validation, helps ticket #2565

eed5b507 09/10/2013 06:02 PM Jim Pingle

Include CA in generated .p12 file. Fixes #2147 the way it was originally intended.

8f07b51c 08/23/2013 07:48 PM Pi Ba

Certificate Manager, for 'Create an internal Certificate' use the correct 'Digest Algorithm'

40e6086a 06/18/2013 06:43 PM Jim Pingle

Allow removing CA and Cert entries that are blank/empty. Fixes #3005

00a695c8 06/12/2013 05:56 PM Jim Pingle

Don't restrict the content of descr when making CA/Certs, it's free-form.

d4090fbf 06/03/2013 12:24 PM Jim Pingle

Correct mouseover description for adding a certificate. Fixes #3017

b8e1877f 04/09/2013 11:17 AM Colin Fleming

Update "system_certmanager.php" XHTML

Add CDATA section to SCRIPT tags
Update HTML boolean operators
Close BR tags
Deprecate ampersand in ANCHOR tags

5077b1e4 03/13/2013 09:55 AM Chris Buechler

fixup text

2b333210 02/25/2013 07:58 PM Jim Pingle

Show cert start/end dates in list.

28a20fdb 02/19/2013 02:08 PM Jim Pingle

Default to using sha256 for a ca/cert digest algorithm, since sha1 is no longer recommended.

741d748d 02/19/2013 02:06 PM Jim Pingle

Correct some inconsistencies in keylen/csr_keylen. Should fix csr generation errors mentioned on ticket #2820

24c0145c 02/18/2013 01:46 PM Jim Pingle

Add Digest Algorithm option to the CSR screen, should fix #2820

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.

c1d1844a 02/10/2013 07:27 PM Cyrill B

Update usr/local/www/system_certmanager.php

Cleanup HTML

3065c8cd 02/09/2013 12:10 AM Cyrill B

Update usr/local/www/system_certmanager.php

Add space between option's value and selected attributes. Get rid of some stray closing td tags. That's it for now.

f0664ac7 02/08/2013 11:45 PM Cyrill B

Update usr/local/www/system_certmanager.php

Add $userid check

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

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

36f6ed35 07/02/2012 08:20 PM Cyrill B

Use Certificate Manager in Captive Portal settings

547c56c4 05/14/2012 04:39 PM Jim Pingle

Create $altnames earlier, and also fix a bracing issue with this if statement. Fixes certificate importing.

2f65de89 05/09/2012 08:55 PM Jim Pingle

Add initial support for subjectAltName - still needs some select love for the "type" field, freetext for now for testing (it does work, cert gets the specified subjectAltName).

b805ef90 02/24/2012 01:00 AM Erik Fonnesbeck

Carry over the key length on input errors when creating a certificate signing request. Fixes #2233

eaf23c17 02/14/2012 06:53 PM Jim Pingle

Add button to download a .p12 of a cert+key. Implements #2147

baa29749 01/06/2012 06:31 PM Jim Pingle

Check userid better here, 0 is also valid

1379d66f 11/10/2011 09:37 PM Jim Pingle

Add an indication in the certificate list to show if a certificate is internally capable of being a CA (basicConstraints has CA:TRUE) or if the nsCertType is set to server.

7aaabd69 11/09/2011 08:43 PM Jim Pingle

When creating an internal certificate, offer the user a choice of what constraints to place upon the certificate (CA, Server, or User).

0fcaf4f2 07/01/2011 03:20 PM Jim Pingle

Unlock the fields when making a new internal cert, so we copy the data from the CA but are not locked into it. (Cert details often differ from CA details...)

9338cf35 06/28/2011 10:59 AM Warren Baker

Note consistency and gettext() added.

22b380aa 06/24/2011 12:28 AM Evgeny Yurchenko

Internal cert and CSR creation error handling added.

24cbe7a8 06/17/2011 04:57 AM Evgeny Yurchenko

Bug #1437. Dropdown list for country codes for CSRs (Cert Manager)

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

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

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)

23b774e0 05/14/2011 04:08 PM Bill Marquette

Merge branch 'master' into yakatz-ssl

1dfb7795 04/28/2011 01:10 AM Chris Buechler

fix typo

2594f401 04/21/2011 08:05 PM Yehuda Katz

missed a bit of my last commit

a828210b 04/21/2011 06:29 PM Yehuda Katz

checking moduli of ssl csr request and response

e2e934e0 04/18/2011 07:18 PM Yehuda Katz

override option for certificate subject mismatch

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

6a0b3ea4 10/21/2010 08:00 PM Jim Pingle

Indicate in various places if a certificate is revoked.

150bbe09 10/21/2010 07:49 PM Jim Pingle

Indicate if a certificate has been revoked, both in the cert list and the user manager list.

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

ad9b5c67 09/02/2010 08:50 PM Jim Pingle

Allow creating a user certificate, pre-fill some info, direct back to user edit screen if that is what led us here. If we are making a user certificate, give another choice to select a pre-existing certificate to associate with that user.

0879599c 09/02/2010 08:50 PM Jim Pingle

Only allow a certificate to be deleted if it is not currently in use.

d590fa20 09/02/2010 08:50 PM Jim Pingle

Show was a certificate is used for, if anything.

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

CA/CERT Move

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

gettext fixes

76d49f20 04/28/2010 04:17 PM Renato Botelho

Use array instead of explode for reqdfieldsn to fit it better with gettext() calls

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

Fixing gettext() implementation for required fields

e64aa6f8 04/27/2010 05:07 PM Carlos Eduardo Ramos

Reviewing gettext()

51e4f7a3 04/26/2010 07:57 PM Vinicius Coque

Addin gettext to page title

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

Gettext for System::Cert manager

1e027f7b 04/11/2010 09:16 PM Chris Buechler

remove pfsense references, make generic

423afd2d 02/26/2010 11:23 PM Jim Pingle

Fix typo

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

14f5ae08 06/18/2009 07:59 PM Ermal Luçi

Remove certs.inc from functions.inc it is needed only by two pages usermanager and certmanager.

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.

73fbece8 03/12/2009 08:06 AM mgrooms

Migrate IPsec certificate management to centralized system.

db67bc2a 10/30/2008 05:17 AM Scott Ullrich

This is the cert manager.

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...

8ea4b40c 08/09/2008 08:39 PM Chris Buechler

fix typo

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...