Allow an "empty" CRL to be exported, since this is still a valid action.
Remove call-time pass by reference for do_input_validation, helps ticket #2565
Tidy up "system_crlmanager.php" XHTML
Add CDATA section to SCRIPT tagsUpdate HTML boolean operatorsClose INPUT and BR tagsMove TFOOT between THEAD and TBODY, this is a "quirk" of HTML
Update usr/local/www/system_crlmanager.php
Cleanup HTML
Allow editing an imported CRL, and refresh OpenVPN CRLs when saving. Implements #2652
Shift OpenVPN require, it was causing CRLs to not save changes properly.
removes variables concatenation on gettext strings
CRL fixes for empty CRLs (so they don't kill OpenVPN)
fix missing images for CRLs
Various CRL fixes, handle empty internal CRLs better.
Allow importing a CRL for an external CA.
Show CRL download link only for imported certificates or CRLs with revoked certificates.
Some CRL fixes.
Fix misnamed form field on CRL import.
Fix XSS issues
Various CRL fixes.
Remove WIP note. This should resolve #555.
Add ability to select reason codes for revocation. Reformat CRL edit screen a bit. Ticket #555
Refresh OpenVPN CRL files when a CRL has a cert added/removed. Ticket #555
Add support for deleting a cert from a CRL (unrevoke). As of this point basic CRL functionality does work: Revoke a cert and it cannot connect. Remove it from the CRL and it can. (Have to edit/save OpenVPN server instance to update/refresh CRL though). Ticket #555
Add more CRL functionality. Needs to wait on a new build for further testing.
Fix some forgotten name->descr changes.
Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA protection and standardize field names. Ticket #320.
Another CRL delete fix.
Fix delete action for CRLs, and other cleanup.
Don't list a cert count for external CRLs since we can't tell what they are.
Add a work-in-progress CRL manager page