Add certificate lifetime to infoblock. Issue #7332
Show detailed infoblock on CA and Cert pages. Implements #9856
Add GUI code and more backend for CA/Cert Renewal. Issue #9842
spaces to tabs
Correct wording of CA/Cert CN input validation. Fixes #9234
Fix copyright message years to reflect BSDP -> ESF -> Netgate
Fix CA/Cert search description. Issue #9412
Fix bonus closing tag. Issue #9412
Add sorting and search to CA/Certs. Implements #9412
Ticket #9308: Replace use of /etc/ca_countries by get_cert_country_codes()
Update copyright notices to 2019. Happy New Year
Fix #9121: Initialize arrays to prevent PHP 7 errors
small change to fixup https://redmine.pfsense.org/issues/8851without this, clicking edit on existing CA goes to wrong screenand breaks Save button
Set default new CA/Cert action to Create Internal. Implements #8851
Merge pull request #3954 from whislock/crypto-updates
Group CA/Cert CN w/required options. Fixes #8381
Also add a note stating the other fields are optional.
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)
Add 6144/remove 512 from cert size options
Update the Copyright notice for pfSense.
Ensure that a certificate authority entry is capable of acting as a CA when importing. Fixes #7885
Allow a wider range of characters to be used in certificate fields, as laid out by RFC 4514. Fixes #7540
Merge pull request #3699 from PiBa-NL/20170417-certificatemanager-ca-crl-inuse
Merge pull request #3629 from doktornotor/patch-18
certificate manager, show 'in use' also for CA and CRL where certificates are in use by packages.
certificate manager, allow importing of ECC certificates
Add missing include
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 #7370While I'm here, stop needlessly repeating the algo list, it's a global in certs.inc, so use that single copy of the list.
Fix display of openssl errors when working with CA or certificate entries. Found this while looking into ticket #7370
Accommodate locales by testing for $_POST['va'] only
Revisions to GET/POST conversion limiting POSTs to save, apply, and delete functions
GET/POST conversion system_crlmanger.php
GET/POST conversion for camanager and certmanager
Required fields for System pages
Breadcrumb links
Fix CA input validation to (again) allow an import without a key. Fixes #7001
Ensure that the submitted private key matches the certificate or CA when importing. Ticket #6953
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
Move copyright from ESF to Netgate
Add a field to CA/Cert pages for OU, which is required by some external CAs and users. Fixes #6672
Move to Apache License 2.0
Review license / copyright on all files (final round)
Remove input_errors2Ajax calls, was never implemented. Ticket #3027
webgui tables, doubleclick event to perform 'edit' action
Merge pull request #2944 from stilez/patch-23
Always use require_once
The usage of require() and require_once() throughout the system isinconsistent, and "bugs" come up now and then when the order of"requires" is a bit different and some require() happens after theinclude file is already included/required....
Add missing recommended key lengths/digest to ca manager
System / Certificate Manager / CAs / Edit - Remove Personalizations
Remove "you" personalizations.
Change "internal" representation of CA on CA and CRL list to an icon, and the inuse indicator on CRLs to an icon. Ticket #5965
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.
Merge pull request #2637 from k-paulius/patch-6
Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
Indicate in the breadcrumb if we are editing list item.
Convert section titles to title case
Internationalization of various system*.php
system_camanager action button titles
Fixed #5566
Convert remaining short_open_tag occurances. See PR #2378
HTML Compliance - System / Certicate / CAs
Close div tagClose php tag
Code style System Certificates
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
Standardize Certificate Manager breadcrumbs
Added use of class autoloading (GUI stuff only)
Any GUI script that loads the guiconfig.inc file will have access tothe autoloader.
Copyright updates Batch 2 of 3
convert system_camanager to fa
Moved action-buttons in-line styling to pfSense.css
replace and find for icon-embed-btn
Updated button styles
bootstrap, use require_once for classes/Form.class.php
Fixed #5022
arrray type changed to associative for country codes
Fixed #5023Added jQuery to populate the certificate details from the selected CA
Removed debuggery
Fixed $5022Programmer used a GET form on a POST page.See some openssl error messages but this may ne normal.
Merge branch 'master' into bootstrap
Move main pfSense content to src/