Revised error handling for CSR signing
Spelling fix in help text
Improve error detection in Openssl lib
Added the ability to sign a CSR
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
Fixes #7296HTML tags not allowed in selector option values
Correct variable name. Fixes #7297
Revisions to GET/POST conversion limiting POSTs to save, apply, and delete functions
Typo
GET/POST conversion for camanager and certmanager
setHelp and gettext for system*
certificatemanager, don't show information from previous certificate if no cert or csr is present in the cert
Required fields for System pages
Breadcrumb links
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
Ensure that the submitted private key matches the certificate or CA when importing. Ticket #6953
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
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 certmanager
System - Miscellaneous - Remove Personalizations
Remove "you" personalizations.
Revert "Merge pull request #2728 from phil-davis/form_button"
This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversingchanges made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
Resolve conflicts with master
Internationalize Form_Button text
The text of a Form_Button is not translated internally. Some Form_Buttoncalls already had the button text enclosed in gettext(), this does itfor the remaining ones.
Indent system_certmanager.php
The 'csr' code block is duplicated. This commit removes it
Fix some Save button quirks. Ticket #5965
More icon and button consistency fixes. Ticket #5965
Icon consistency in Repeatable blocks. Ticket #5965
Update system_certmanager.php
Something felt off about the certificate icons. Particularly the fa-key + P12. I think this is better.
Do not offer the "CA" type when creating a certificate. CAs should only be made on the CAs tab. Fixes #5924
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_certmanager action button titles
Completed #5787
Fixed #5789
Fixed #5566
Convert remaining short_open_tag occurances. See PR #2378
Fixed #5633
Merge pull request #2258 from phil-davis/r015
Code style System Certificates
system_certmanager csr_dn_country keyname error
Someone was recently reporting a problem with certificate signing requests. Maybe this will help.
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
Add descriptive name field to CSR completion form
Fix updating of CSR by correcting button nameCosmetic fixes to ldapacpicker to make it usable in 2.3
Don't display start/end times or export icons for CSRs
Fixed #5561 (mostly)
Fixed #5557
Type up SCRIPT tags
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_certmanager.php to font awesome iconsAutomatically add confirmation dialog to all fa-trash icons
Moved action-buttons in-line styling to pfSense.css
replace and find for icon-embed-btn
Updated button styles
Javascript refine to hide Delete row button if there is only one row
fix placeholder copy/pasted from CA screen, back to what it was in 2_2
Completes #5159All duplicated JS removed to included file
Ticket #5204 a clean up pass of the jquery sections
Added the possibility to use wildcard hostnames in certificate manager SAN fields
Corrected typo (delet)
Fixed #5098Page re-written to use jQuery row add/delete
Test version to check certificate generation
Fixed #5094Reformatted as requested
Merge pull request #1853 from PiBa-NL/bootstrap_fix1
Fixed #5028Restored correct delcert action
bootstrap, use require_once for classes/Form.class.php
arrray type changed to associative for country codes
Fixed #5023Added jQuery to populate the certificate details from the selected CA
Merge branch 'master' into bootstrap
Move main pfSense content to src/