Project

General

Profile

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

# Date Author Comment
04761344 10/09/2013 02:02 PM Jim Pingle

Perform a much more accurate comparison between two certificates to determine if they are identical when checking their revocation status. Fixes #3237

e09b941d 07/11/2013 07:17 PM Jim Pingle

Move variable declaration to the top, declare it global before defining. Fixes #3090

a5a2fc68 07/11/2013 07:17 PM Jim Pingle

Remove irrelevant comment.

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

Show cert start/end dates in list.

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

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

adca02c4 07/03/2012 05:03 PM Cyrill B

Implement certificate chain in Captive Portal

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

Use Certificate Manager in Captive Portal settings

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

87b4deb2 10/27/2011 02:28 PM Jim Pingle

Specify full path to openssl.cnf, and select the relevant section to use when generating certificates.

b34b2b7d 07/06/2011 06:32 PM Jim Pingle

Add function to return a certificate's common name.

5ca13f69 06/24/2011 12:10 PM Ermal LUÇI

Import error handling to avoid errors.

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

Internal cert and CSR creation error handling added.

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.

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

Merge branch 'master' into yakatz-ssl

4bc2c676 05/11/2011 08:12 PM Jim Pingle

Test for array/size before foreach

728003c8 05/11/2011 08:10 PM Jim Pingle

Various CRL fixes, handle empty internal CRLs better.

a59831e7 05/05/2011 08:27 PM Jim Pingle

If we have deleted the last cert from the CRL, blank out the text.

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

checking moduli of ssl csr request and response

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.

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