Project

General

Profile

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

# Date Author Comment
00d5594c 09/12/2017 05:49 PM Jim Pingle

Relax OpenVPN wizard cert validation to match that of the cert manager and encode values before using them. Fixes #7854
Also, CDATA escape these fields in config.xml since they will most likely contain characters which are invalid in XML.
While here, fix a cert display issue where a SAN value could be reused from a previous entry in the cert list display.

aec3a259 09/11/2017 05:44 PM Jim Pingle

Add a field to pick a digest algo when signing a CSR, otherwise it ends up with SHA1. Fixes #7853
While here, add the cert serial number and sig digest type to the info block for each cert.

2504e3f1 07/07/2017 09:07 PM Jim Pingle

Fix CA reference so serial increases properly. Remove variable for feature that didn't work out. Ticket #7527

7db12011 07/06/2017 05:47 PM Jim Pingle

Add another possible CSR Armor string when validating. Ticket #7383

0c82b8c2 07/06/2017 05:30 PM Jim Pingle

Restructure how certificate types and SANs are handled in the cert manager when making a Cert/CSR/Signing, so each section can properly use the controls without duplicating. It is now possible to add SANs and EKUs to certificates when signing using the certificate manager. Fixes #7527 and also Fixes #7677...

282b6c66 07/05/2017 08:41 PM Jim Pingle

Add the ability to set certificate type and SAN attributes in a CSR. Ticket #7527
TODO: They are not carried over after signing in the GUI

2e1809dd 07/05/2017 05:30 PM Jim Pingle

Fix some additional cases for CN->SAN handling, and move some code to a function to avoid duplication for other pending uses. Ticket #7666

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

b090c741 05/02/2017 09:04 PM Jim Pingle

Switch the cert info to an infoblock now that #7505 is fixed. Issue #7505

4906f4ee 05/02/2017 07:13 PM Jim Pingle

Show SAN, KU, and EKU info in the certificate list. Implements #7505
While here, also fix "server" cert detection to key off of the EKU For "TLS Web Server Authentication" since nsCertType has been deprecated.

a636256c 04/26/2017 01:48 PM Jim Pingle

Always add the CN as the first SAN when creating a certificate in the GUI or an automatic GUI self-signed certificate. Per RFC 2818, relying on the CN to determine the hostname is deprecated, SANs are required. Chrome 58 started enforcing this requirement. Fixes #7496

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

61fe6d83 03/24/2017 08:02 PM Doktor Notor

Merge branch 'master' into patch-18

4594038a 03/15/2017 06:00 PM Steve Beaver

Don't display the "export key" icon if there is no key to export. e.g. If hte cert was created from a pasted-in CSR

258e3b02 03/15/2017 04:51 PM Steve Beaver

Base64 encode private key

55047259 03/15/2017 04:30 PM Steve Beaver

Add the ability to save a private key with the newly signed cert

d520da31 03/15/2017 03:49 PM Steve Beaver

Revised certificate selectors to use refid rather than index

d6107e1a 03/15/2017 03:08 PM Steve Beaver

Deleted CSR key textarea - No longer required

b078cd59 03/15/2017 02:14 PM Steve Beaver

Revised error handling for CSR signing

d0a8de18 03/15/2017 03:06 AM Steve Beaver

Spelling fix in help text

65d735f0 03/14/2017 08:56 PM Steve Beaver

Improve error detection in Openssl lib

2052d3e2 03/14/2017 06:43 PM Steve Beaver

Added the ability to sign a CSR

fdd8fafc 03/08/2017 07:03 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

57f4327a 02/22/2017 06:06 PM Steve Beaver

Fixes #7296
HTML tags not allowed in selector option values

12e3e735 02/22/2017 05:31 PM Jim Pingle

Correct variable name. Fixes #7297

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

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

fe914124 02/09/2017 10:01 PM Steve Beaver

Typo

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

GET/POST conversion for camanager and certmanager

781d9ce4 02/09/2017 10:37 AM Phil Davis

setHelp and gettext for system*

1048585a 02/06/2017 12:36 AM Pi Ba

certificatemanager, don't show information from previous certificate if no cert or csr is present in the cert

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

75e80f16 11/29/2016 07:18 PM Jim Pingle

If there are input errors when creating a user certificate from the user manager, stop and show the errors rather than appearing to fail silently. Fixes #6953

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

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

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

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

5065aa44 05/08/2016 04:17 AM Stilez y

Add missing recommended key lengths/digest to certmanager

813c6673 04/05/2016 07:29 AM NOYB NOYB

System - Miscellaneous - Remove Personalizations

Remove "you" personalizations.

faab522f 03/15/2016 12:39 PM Renato Botelho

Revert "Merge pull request #2728 from phil-davis/form_button"

This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing
changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.

2f62ed87 03/11/2016 04:17 PM Phil Davis

Resolve conflicts with master

bc3c30eb 03/11/2016 03:59 PM Phil Davis

Internationalize Form_Button text

The text of a Form_Button is not translated internally. Some Form_Button
calls already had the button text enclosed in gettext(), this does it
for the remaining ones.

b35250d9 03/11/2016 12:02 PM NewEraCracker

Indent system_certmanager.php

308f0665 03/11/2016 12:01 PM NewEraCracker

The 'csr' code block is duplicated. This commit removes it

141d8913 03/11/2016 02:39 AM Jim Pingle

Fix some Save button quirks. Ticket #5965

8f58b51b 03/10/2016 02:43 PM Jim Pingle

More icon and button consistency fixes. Ticket #5965

cd7ddae6 03/09/2016 08:35 PM Jim Pingle

Icon consistency in Repeatable blocks. Ticket #5965

c2dbd6d7 03/01/2016 08:06 AM derelict-pf

Update system_certmanager.php

Something felt off about the certificate icons. Particularly the fa-key + P12. I think this is better.

1c2b01a7 02/24/2016 08:49 PM Jim Pingle

Do not offer the "CA" type when creating a certificate. CAs should only be made on the CAs tab. Fixes #5924

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

b94f1830 01/28/2016 05:31 PM Phil Davis

system_certmanager action button titles

4db1f211 01/25/2016 06:20 PM Stephen Beaver

Completed #5787

b50d30c3 01/21/2016 08:39 PM Stephen Beaver

Fixed #5789

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

b7eb0ead 01/06/2016 12:08 AM Stephen Beaver

Fixed #5633

f224c8a2 12/17/2015 12:35 PM Stephen Beaver

Merge pull request #2258 from phil-davis/r015

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

Code style System Certificates

a5772d43 12/17/2015 03:35 AM Phil Davis

system_certmanager csr_dn_country keyname error

Someone was recently reporting a problem with certificate signing requests. Maybe this will help.

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

ba5c55e9 12/04/2015 03:02 PM Stephen Beaver

Add descriptive name field to CSR completion form

af28e231 12/03/2015 07:22 PM Stephen Beaver

Fix updating of CSR by correcting button name
Cosmetic fixes to ldapacpicker to make it usable in 2.3

53f5b15f 12/02/2015 08:23 PM Jim Pingle Some more adjustments to CSR handling for ticket #5561
  • Change the order of the actions for CSR so edit is first
  • Change the edit icon to a pencil to be more obvious
  • Change the export action for a CSR to export the request data
991af0a8 12/02/2015 08:08 PM Stephen Beaver

Don't display start/end times or export icons for CSRs

b29c322c 12/02/2015 05:58 PM Stephen Beaver

Fixed #5561 (mostly)

07ab3f0c 12/01/2015 04:26 AM Stephen Beaver

Fixed #5557

8fd9052f 11/29/2015 06:23 PM Colin Fleming

Type up SCRIPT tags

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

0619c9db 11/05/2015 02:05 PM Stephen Beaver

Convert system_certmanager.php to font awesome icons
Automatically add confirmation dialog to all fa-trash icons

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

0bc61baa 10/27/2015 02:17 PM Stephen Beaver

Javascript refine to hide Delete row button if there is only one row

27e2bf9f 10/07/2015 11:06 PM Chris Buechler

fix placeholder copy/pasted from CA screen, back to what it was in 2_2

08ec2d99 10/02/2015 06:57 PM Stephen Beaver

Completes #5159
All duplicated JS removed to included file

eef93144 09/24/2015 04:48 PM Jared Dillard

Ticket #5204 a clean up pass of the jquery sections

0edcccc3 09/17/2015 08:13 AM Daniel Seebald

Added the possibility to use wildcard hostnames in certificate manager SAN fields

6b1ddb4a 09/04/2015 06:00 PM Stephen Beaver

Corrected typo (delet)

3f0efd58 09/04/2015 05:26 PM Stephen Beaver

Fixed #5098
Page re-written to use jQuery row add/delete

bf9d50e8 09/04/2015 04:50 PM Stephen Beaver

Test version to check certificate generation

5bb05274 09/04/2015 02:12 PM Stephen Beaver

Fixed #5094
Reformatted as requested

328a238a 09/02/2015 05:27 PM Jim Pingle

Merge pull request #1853 from PiBa-NL/bootstrap_fix1

98402844 09/02/2015 02:40 PM Stephen Beaver

Fixed #5028
Restored correct delcert action

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

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

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

arrray type changed to associative for country codes