Project

General

Profile

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

# Date Author Comment
b8f18410 10/15/2024 06:44 PM Marcos M

Remove unnecessary config_init_path() calls

a4cd7de1 07/12/2024 10:36 PM Christian McDonald

kea: Introduce high availability support for both IPv4 and IPv6

98054621 06/26/2024 04:35 PM Marcos M

Config access regression in CAs. Fix #15578

26308930 05/23/2024 05:37 PM Marcos M

Use config accessors in certificate functions

a68f7a3d 01/03/2024 06:26 AM Luiz Souza

Update the years in the Copyright notice.

d365c2c7 11/14/2023 11:22 PM Marcos M

Don't split fontawesome icon names

This makes it easier to update fontawesome versions. While here, fix a
missing closing quote, and use the correct fontawesome prefix.

c1d304b3 11/14/2023 09:47 PM Marcos M

Update fontawesome icon names to v6. Implement #13537

47b725b9 11/14/2023 09:45 PM Marcos M

Revert "Update fontawesome icon names to v6. Implement #13537"

This reverts commit 32be4696a301144c650f4765b8a2b51e28d95a40.

32be4696 11/14/2023 09:00 PM Marcos M

Update fontawesome icon names to v6. Implement #13537

e0cb987c 11/10/2023 02:03 PM Marcos M

Update fontawesome. Implement #13537

e1267c0f 08/14/2023 03:53 PM Jim Pingle

Improve GUI cert digest help text

Instead of calling out one weak digest, mention the current best
practice minimum and that others may fail for being too weak.

Also mention specifics about places which consider weak digests invalid.

c8014348 05/11/2023 07:15 PM Christian McDonald

Replace abbreviated links from System menu

4dc0624a 04/10/2023 01:40 PM Jim Pingle

Fix punctuation. Fixes #14188

663e29bb 03/28/2023 03:00 PM Jim Pingle

Note that CA serial is ignored when randomizing. Fixes #14188

While here, when creating a CA, set the default serial to 1 since the
GUI won't allow saving with the serial remaining at 0. That would
otherwise force the user to change it themselves.

402c98a2 02/09/2023 12:17 AM Reid Linnemann

Update copyright years to include 2023

f16d3f4d 11/22/2022 03:43 PM Jim Pingle

Add CA/Cert invalid descr char list to help. Fixes #13387

2fe0e0fa 08/01/2022 05:19 PM Jim Pingle

CA/Cert descr validation fixes. Fixes #13387

Validate description on save when editing and in other situations that
were not yet covered.

While here, ensure that errors when editing a cert leave the user on the
cert edit screen properly, but successful cases return to the cert list....

8f2f85c3 01/02/2022 01:05 AM Luiz Souza

Update the Copyright year of the files owned by Rubicon/Netgate.

fe31d06f 12/03/2021 02:33 PM Viktor Gurov

Certificate fields input validation. Issue #12035

aa8af662 11/22/2021 03:01 PM Jim Pingle

Fix typo

fe72327b 08/26/2021 01:03 PM Jim Pingle

Revert "Clean up some messy HTML in the cert/ca display code. Prep for future MVC changes."

This reverts commit 8d4fcd7ac1167894136e337fc619e63fa7200fa0.

8d4fcd7a 08/10/2021 06:37 PM Steve Beaver

Clean up some messy HTML in the cert/ca display code. Prep for future MVC changes.

692510f2 06/18/2021 02:37 PM Viktor Gurov

Do not escape special characters in certificate DN fields. Fixes #12034

8f585441 01/03/2021 12:28 PM Luiz Souza

Update the Copyright year.

A subsequent commit will deal with .po's.

0447f01b 05/01/2020 10:00 AM Viktor Gurov

Remove CA prv key fix. Issue #10509

0284d79e 01/03/2020 04:37 PM Jim Pingle

This is 2020. Issue #9245

94ce250e 11/20/2019 04:29 PM Jim Pingle

Move CA random serial option to upper section. Issue #9883

This allows it to be set when creating a new CA, so it doesn't have to
be edited in later.

Also show the next serial/random status in the CA info block
Hide trust store line from non-CA entries since it's not relevant to...

cffcf9bf 11/14/2019 08:59 PM Jim Pingle

GUI improvements for ECDSA certificate handling

  • Make central functions to check and test ECDSA compatibility. Issue #9843
  • Filter incompatible certificates from being offered for the GUI or Captive Portal. Implements #9897
  • Do the same for IPsec, which implements #4991...
c3cda38e 11/14/2019 01:43 PM Jim Pingle

Change default ECSDA curve to prime256v1. Issue #9843

Previous default was brainpool, but brainpool curves are not (widely?)
supported by browsers and were deprecated by IETF for TLS v1.3

f0b38e39 11/06/2019 06:16 PM Jim Pingle

CA/Cert optimizations

  • Actions are now by refid rather than array index, which is more
    accurate and not as prone to being affected by parallel changes.
  • Improved save & config write messages
7e83055a 11/05/2019 09:06 PM Jim Pingle

CA/Cert/CRL code optimizations

While here, use the new download function when exporting items

a6bd9e78 11/05/2019 04:31 PM Jim Pingle

Validate CA/CRL serial input. Issue #9883 Issue #9869

3a877e4a 11/04/2019 07:30 PM Jim Pingle

Enforce a max lifetime for CA/Cert/CRL. Issue #3956

2c9601c9 11/04/2019 07:02 PM Jim Pingle

Add support for randomized cert serial numbers. Implements #9883

7daab3d8 10/31/2019 08:28 PM Jim Pingle

Add option to trust local CA entries. Implements #4068

Similar to closed PR #3558 from overhacked, but with a number of
changes.

3f0b7bc3 10/31/2019 05:10 PM Jim Pingle

Certificate strength improvements. Fixes #9825

  • Change default GUI cert lifetime to 825 days
  • Add notes on CA/Cert pages about using potentially insecure parameter
    chocies
  • Add visible warnings on CA/Cert pages if paramers are insecure/not
    recommended.
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