Project

General

Profile

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

# Date Author Comment
93f1121f 10/29/2019 06:45 PM Jim Pingle

Add certificate lifetime to infoblock. Issue #7332

  • Adds the total lifetime and lifetime remaining before expiration to
    the info block
  • Adds a visual indication to the infoblock and end date when the
    certificate will be expiring soon, or if it has already expired.
b6196922 10/28/2019 08:46 PM Jim Pingle

Show detailed infoblock on CA and Cert pages. Implements #9856

  • Moved info block to common function
  • Used that function on CA and Cert pages
  • Added more information to the info block
03a84081 10/25/2019 08:38 PM Jim Pingle

Add GUI code and more backend for CA/Cert Renewal. Issue #9842

ff5bc49c 10/23/2019 04:33 PM Viktor Gurov

spaces to tabs

0c51971b 08/27/2019 02:49 PM Jim Pingle

Correct wording of CA/Cert CN input validation. Fixes #9234

38809d47 07/29/2019 05:50 PM Renato Botelho

Fix copyright message years to reflect BSDP -> ESF -> Netgate

f30da999 03/19/2019 05:50 PM Jim Pingle

Fix CA/Cert search description. Issue #9412

dd4fb72c 03/19/2019 01:25 PM Jim Pingle

Fix bonus closing tag. Issue #9412

14973058 03/18/2019 08:53 PM Jim Pingle

Add sorting and search to CA/Certs. Implements #9412

232b1a69 02/07/2019 03:34 PM Renato Botelho

Ticket #9308: Replace use of /etc/ca_countries by get_cert_country_codes()

0b4c14a4 01/02/2019 02:50 PM Steve Beaver

Update copyright notices to 2019. Happy New Year

c6c398c6 11/21/2018 06:30 PM Jim Pingle

Fix #9121: Initialize arrays to prevent PHP 7 errors

3319f34d 09/18/2018 04:02 PM → luckman212

small change to fixup https://redmine.pfsense.org/issues/8851
without this, clicking edit on existing CA goes to wrong screen
and breaks Save button

b0a5c280 08/29/2018 07:59 PM Jim Pingle

Set default new CA/Cert action to Create Internal. Implements #8851

455b0c42 07/25/2018 01:00 PM Steve Beaver

Merge pull request #3954 from whislock/crypto-updates

26e3967a 07/17/2018 06:22 PM Jim Pingle

Group CA/Cert CN w/required options. Fixes #8381

Also add a note stating the other fields are optional.

80d50253 07/17/2018 05:19 PM Jim Pingle

Conform CA/Cert fields to RFC 5280. Fixes #8381

Only required subject field is CN (for simplicity)
e-mail field deprecated from CA/Cert (can still be Cert SAN)

36cfae5f 06/23/2018 11:10 AM Justin Coffman

Add 6144/remove 512 from cert size options

b8f91b7c 01/05/2018 01:44 PM Luiz Souza

Update the Copyright notice for pfSense.

9e608d7a 10/31/2017 06:58 PM Jim Pingle

Ensure that a certificate authority entry is capable of acting as a CA when importing. Fixes #7885

83d2b83a 05/11/2017 08:38 PM Jim Pingle

Allow a wider range of characters to be used in certificate fields, as laid out by RFC 4514. Fixes #7540

bafd63b5 04/20/2017 07:24 PM Renato Botelho

Merge pull request #3699 from PiBa-NL/20170417-certificatemanager-ca-crl-inuse

d900c7f6 04/20/2017 07:08 PM Renato Botelho

Merge pull request #3629 from doktornotor/patch-18

3bde5cdd 04/17/2017 06:32 PM Pi Ba

certificate manager, show 'in use' also for CA and CRL where certificates are in use by packages.

1746c5ce 04/16/2017 05:32 PM Pi Ba

certificate manager, allow importing of ECC certificates

afb7b75e 03/08/2017 06:59 PM Doktor Notor

Add missing include

84141846 03/08/2017 03:03 PM Jim Pingle

Remove whirlpool from the list of CA/Cert digest algorithms as it does not work properly. OpenSSL claims it's not valid ("unknown signature algorithm"). Fixes #7370
While I'm here, stop needlessly repeating the algo list, it's a global in certs.inc, so use that single copy of the list.

5ce9bcf5 03/08/2017 02:57 PM Jim Pingle

Fix display of openssl errors when working with CA or certificate entries. Found this while looking into ticket #7370

1355f71c 02/13/2017 05:31 PM Steve Beaver

Accommodate locales by testing for $_POST['va'] only

4611e283 02/13/2017 03:48 PM Steve Beaver

Revisions to GET/POST conversion limiting POSTs to save, apply, and delete functions

d565c182 02/10/2017 01:03 PM Steve Beaver

GET/POST conversion system_crlmanger.php

e8afd822 02/09/2017 09:53 PM Steve Beaver

GET/POST conversion for camanager and certmanager

153c3aa6 01/30/2017 02:57 PM Phil Davis

Required fields for System pages

edcd7535 01/10/2017 02:48 PM Phil Davis

Breadcrumb links

6d40829b 12/12/2016 06:29 PM Jim Pingle

Fix CA input validation to (again) allow an import without a key. Fixes #7001

2cf5db21 11/29/2016 07:13 PM Jim Pingle

Ensure that the submitted private key matches the certificate or CA when importing. Ticket #6953

80080a0c 11/29/2016 06:34 PM Jim Pingle

When deleting a CA, do not delete all certificates from this CA, only remove the CA reference from certificates that used this CA, as the relationship can be rebuilt if needed. Also, prevent in-use CAs from being deleted and print a list of places a CA is used, similar to the output on certificates. Fixes #6947

81299b5c 09/06/2016 07:23 PM Renato Botelho

Move copyright from ESF to Netgate

da0f70ed 08/03/2016 02:48 PM Jim Pingle

Add a field to CA/Cert pages for OU, which is required by some external CAs and users. Fixes #6672

b12ea3fb 07/15/2016 07:30 PM Renato Botelho

Move to Apache License 2.0

c5d81585 07/15/2016 06:30 PM Renato Botelho

Review license / copyright on all files (final round)

86d431a8 07/10/2016 05:56 AM Chris Buechler

Remove input_errors2Ajax calls, was never implemented. Ticket #3027

54691fc6 07/03/2016 08:18 PM Pi Ba

webgui tables, doubleclick event to perform 'edit' action

31df78a8 06/29/2016 03:36 AM Chris Buechler

Merge pull request #2944 from stilez/patch-23

c81ef6e2 06/27/2016 05:00 AM Phil Davis

Always use require_once

The usage of require() and require_once() throughout the system is
inconsistent, and "bugs" come up now and then when the order of
"requires" is a bit different and some require() happens after the
include file is already included/required....

04c7b6bb 05/08/2016 04:18 AM Stilez y

Add missing recommended key lengths/digest to ca manager

10ddac8a 03/29/2016 07:09 AM NOYB NOYB

System / Certificate Manager / CAs / Edit - Remove Personalizations

Remove "you" personalizations.

ce883f9f 03/08/2016 06:46 PM Jim Pingle

Change "internal" representation of CA on CA and CRL list to an icon, and the inuse indicator on CRLs to an icon. Ticket #5965

eb2f4b88 03/01/2016 08:05 AM derelict-pf

Update system_camanager.php

Something felt off about the Certificate/CA icons. Especially the fa-key and P12 being the same action. I think this is better.

f7253434 02/14/2016 10:28 PM Stephen Beaver

Merge pull request #2637 from k-paulius/patch-6

8545adde 02/14/2016 08:09 PM k-paulius

Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.

56c6b1cb 02/14/2016 08:08 PM k-paulius

Indicate in the breadcrumb if we are editing list item.

5f88f964 02/11/2016 03:51 AM k-paulius

Convert section titles to title case

762faef5 02/02/2016 07:24 PM Phil Davis

Internationalization of various system*.php

097094bd 01/28/2016 05:25 PM Phil Davis

system_camanager action button titles

060ed238 01/13/2016 08:11 PM Stephen Beaver

Fixed #5566

e9258698 01/11/2016 09:10 PM NewEraCracker

Convert remaining short_open_tag occurances. See PR #2378

04f1a496 12/26/2015 08:40 AM NOYB NOYB

HTML Compliance - System / Certicate / CAs

Close div tag
Close php tag

78863416 12/17/2015 03:47 AM Phil Davis

Code style System Certificates

6aa3723a 12/15/2015 06:03 PM Renato Botelho

Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used

2d0d804b 12/07/2015 12:47 PM Phil Davis

Standardize Certificate Manager breadcrumbs

02cc81ef 11/23/2015 12:54 PM Doug Wollison

Added use of class autoloading (GUI stuff only)

Any GUI script that loads the guiconfig.inc file will have access to
the autoloader.

191cb31d 11/06/2015 03:40 PM Stephen Beaver

Copyright updates Batch 2 of 3

6e27d2fc 11/05/2015 04:23 PM jeroen van breedam

convert system_camanager to fa

c10cb196 11/05/2015 01:11 PM Stephen Beaver

Moved action-buttons in-line styling to pfSense.css

9d5a20cf 11/05/2015 11:38 AM jeroen van breedam

replace and find for icon-embed-btn

f74457df 11/04/2015 07:12 PM Stephen Beaver

Updated button styles

ad2879b8 08/30/2015 11:09 PM PiBa-NL

bootstrap, use require_once for classes/Form.class.php

683ba309 08/28/2015 08:20 PM Stephen Beaver

Fixed #5022

b8f22f61 08/27/2015 03:47 PM Stephen Beaver

arrray type changed to associative for country codes

51583438 08/27/2015 01:44 PM Stephen Beaver

Fixed #5023
Added jQuery to populate the certificate details from the selected CA

1d6f93c5 08/27/2015 01:44 PM Stephen Beaver

Removed debuggery

b155730f 08/27/2015 01:44 PM Stephen Beaver

Fixed $5022
Programmer used a GET form on a POST page.
See some openssl error messages but this may ne normal.

03b19a93 08/26/2015 06:12 PM Renato Botelho

Merge branch 'master' into bootstrap

46bc6e54 08/25/2015 05:49 PM Renato Botelho

Move main pfSense content to src/