Project

General

Profile

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

# Date Author Comment
8364184a 02/22/2011 07:29 PM Jim Pingle

Don't consider a cert as in use by the GUI if it's in HTTP mode. Fixes #1171

5289dc57 02/01/2011 07:36 PM Jim Pingle

Do not use references here when building a ca_chain_array. Really fixes #1231 - CAs are no longer lost when a config write happens at bootup.

311f93cd 01/12/2011 07:19 PM Ermal LUÇI

Ticket #621. Sort even csr subject to have the matching go ok during import of externally signed cers.

b89c34aa 01/07/2011 09:37 PM Ermal LUÇI

Ticket #621. sort the contents of array used for generating subject by keys so whenever we do subject comparison we will not have problem just because of the array keys ordering.

5479df47 12/03/2010 02:15 PM Jim Pingle

Fix this code a bit, my first attempt yesterday didn't work properly (this should).

650cb13b 12/02/2010 09:31 PM Jim Pingle

Try to handle when cert subject entries are arrays.

9734b054 11/10/2010 05:00 PM Scott Ullrich

Remove trailing carriage return

fc54f29b 10/21/2010 07:11 PM Jim Pingle

Add ability to select reason codes for revocation. Reformat CRL edit screen a bit. Ticket #555

28ff7ace 10/20/2010 07:41 PM Jim Pingle

Add more CRL functionality. Needs to wait on a new build for further testing.

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.

838e27bf 09/23/2010 03:49 PM Jim Pingle

Pass args to openssl_pkey_new() so it gets the key length too. Fixes #905

cd9f13e0 09/21/2010 08:08 PM Jim Pingle

Properly check if this is in use.

fb3f1993 09/21/2010 07:01 PM Jim Pingle

Some fixes/enhancements/cleanup

e4d7a064 09/17/2010 03:37 AM Jim Pingle

Prevent a foreach on what might not be an array. Fixes #900

088ce869 09/16/2010 09:40 PM Jim Pingle

Fix this function's logic/variable tests.

7b757d1b 09/16/2010 09:32 PM Jim Pingle

Add some safety belt checks so we don't try to update an imported crl

c5f010aa 09/16/2010 08:57 PM Jim Pingle

Add some CRL support functions, not active or used in the GUI yet.

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

Remove two unused functions (now useless) and add a few more utility functions.

1e332e98 09/01/2010 07:15 PM Jim Pingle

CA/CERT Move

dab2e769 07/07/2010 05:42 PM Jim Pingle

Add some user cert lookup functions.

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

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

a84eb838 04/12/2010 09:32 PM Jim Pingle

Perform more strict validation on CA and Cert names before proceeding in the wizard.

263080b2 03/15/2010 06:47 PM Ermal LUÇI

Remove uneeded line because openssl module will be already loaded.

ae4dbded 03/15/2010 06:46 PM Ermal LUÇI

Ticket #161. Fix creation of certificates and the webgui one. This was a problem on php API docs.

db98c8b9 03/08/2010 07:25 PM Ermal Luçi

Ticket #395. Add the path to the openssl.cnf to avoid errors. /etc/ssl/openssl.cnf needs to be tuned more to suit pfSense.

3198b8d3 03/01/2010 06:41 PM Ermal Luçi

Convert to int so the keylength is respected during sign.

51dbdcde 02/10/2010 10:03 PM Ermal Luçi

Ticket #161. Seems this does the trick for firefox.

523855b0 09/12/2009 07:34 PM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions

5e864eff 08/24/2009 11:40 PM Scott Ullrich

Resolve merge

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

6dc88d53 06/18/2009 12:40 PM Ermal Luçi
  • Move functions that output html to guiconfig.inc
  • Remove some recursive dependency on some includes
  • Remove ^M or \r from files
  • Remove some entries from functions.inc to avoid including them twice
  • Remove some unneccessary includes from some files
    ...
023f4180 05/26/2009 04:45 AM Nigel Graham

Found another bug in ca_chain_array.

801247db 05/26/2009 04:23 AM Nigel Graham

Fixed a problem in ca_chain that caused a segmentation fault.

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

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

0a242e9d 09/09/2008 09:08 PM Matthew Grooms

Add validation for the ca configuration array presence. Minor style fixes.

b6dd2496 09/09/2008 09:03 PM Seth Mos

Add validation

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