summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_certmanager.php
Commit message (Collapse)AuthorAgeFilesLines
* Encode ca/cert descr in system_certmanager.phpjim-p2015-07-011-6/+14
|
* Code spacingPhil Davis2015-06-151-1/+1
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style system CPhil Davis2015-05-301-188/+269
|
* Merge pull request #1081 from PiBa-NL/cert_usageErmal LUÇI2015-05-271-0/+21
|\
| * add is_array safety checkPiBa-NL2014-04-131-0/+2
| |
| * Certificate Manager, call packages plugin function to show used certificatesPiBa-NL2014-04-131-0/+19
| |
* | Random text typosPhil Davis2015-02-111-1/+1
| | | | | | | | that I noticed.
* | Improving aesthetics.xbipin2015-01-131-1/+1
| | | | | | | | | | Make title color more consistent with other pages. Improving aesthetics.
* | Fix lineup of copyright linesPhil Davis2015-01-011-27/+27
| | | | | | | | | | and module names and other bits of formatting and typos in header comment sections.
* | Welcome 2015Renato Botelho2014-12-311-1/+1
| |
* | Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
| |
* | Replace GET by POST on system_usermanager.php and make necessary adjustments ↵Renato Botelho2014-09-111-2/+4
| | | | | | | | on necessary pages. It fixes #3856
* | Tidy up Ampersand XHTMLColin Fleming2014-05-271-1/+1
|/ | | | Deprecate Ampersand in Anchor tags
* xhtml Complianceayvis2014-03-141-17/+17
| | | replaced <br>, <br/> and </br> with <br />
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-8/+11
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Skip input validation when choosing an existing certificate, it should fix #3505Renato Botelho2014-03-071-1/+1
|
* Remove unecessary quotesRenato Botelho2014-03-071-3/+3
|
* Fix issue with CSR generation. Ticket #2820jim-p2014-02-181-5/+5
|
* One more typo on Alternative Names fill, that was setting type field with $valueRenato Botelho2013-11-291-1/+1
|
* Fix a (probably) copy/paste issue that is making all Alternative Names ↵Renato Botelho2013-11-291-2/+2
| | | | disapear when an input error is detected
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-2/+2
|
* Include CA in generated .p12 file. Fixes #2147 the way it was originally ↵jim-p2013-09-101-2/+8
| | | | intended.
* Certificate Manager, for 'Create an internal Certificate' use the correct ↵PiBa-NL2013-08-231-7/+12
| | | | 'Digest Algorithm'
* Allow removing CA and Cert entries that are blank/empty. Fixes #3005jim-p2013-06-181-1/+1
|
* Don't restrict the content of descr when making CA/Certs, it's free-form.jim-p2013-06-121-1/+1
|
* Correct mouseover description for adding a certificate. Fixes #3017jim-p2013-06-031-1/+1
|
* Update "system_certmanager.php" XHTMLColin Fleming2013-04-091-41/+45
| | | | | | | Add CDATA section to SCRIPT tags Update HTML boolean operators Close BR tags Deprecate ampersand in ANCHOR tags
* fixup textChris Buechler2013-03-131-2/+2
|
* Show cert start/end dates in list.jim-p2013-02-251-1/+15
|
* Default to using sha256 for a ca/cert digest algorithm, since sha1 is no ↵jim-p2013-02-191-0/+1
| | | | longer recommended.
* Correct some inconsistencies in keylen/csr_keylen. Should fix csr generation ↵jim-p2013-02-191-4/+7
| | | | errors mentioned on ticket #2820
* Add Digest Algorithm option to the CSR screen, should fix #2820jim-p2013-02-181-0/+16
|
* Apparently some systems don't like pulling this in globally, but it should ↵jim-p2013-02-101-1/+1
| | | | work if defined locally like the other similar lists.
* Update usr/local/www/system_certmanager.phpbcyrill2013-02-101-5/+6
| | | Cleanup HTML
* Update usr/local/www/system_certmanager.phpbcyrill2013-02-091-12/+13
| | | Add space between option's value and selected attributes. Get rid of some stray closing td tags. That's it for now.
* Update usr/local/www/system_certmanager.phpbcyrill2013-02-091-1/+1
| | | Add $userid check
* Allow selecting the digest algorithm when creating a CA or Cert. Implements ↵jim-p2013-01-211-2/+23
| | | | #2765
* Use Certificate Manager in Captive Portal settingsbcyrill2012-07-021-0/+3
|
* Create $altnames earlier, and also fix a bracing issue with this if ↵jim-p2012-05-141-2/+3
| | | | statement. Fixes certificate importing.
* Add initial support for subjectAltName - still needs some select love for ↵jim-p2012-05-091-2/+121
| | | | the "type" field, freetext for now for testing (it does work, cert gets the specified subjectAltName).
* Carry over the key length on input errors when creating a certificate ↵Erik Fonnesbeck2012-02-231-0/+2
| | | | signing request. Fixes #2233
* Add button to download a .p12 of a cert+key. Implements #2147jim-p2012-02-141-0/+25
|
* Check userid better here, 0 is also validjim-p2012-01-061-1/+1
|
* Add an indication in the certificate list to show if a certificate is ↵jim-p2011-11-101-0/+8
| | | | internally capable of being a CA (basicConstraints has CA:TRUE) or if the nsCertType is set to server.
* When creating an internal certificate, offer the user a choice of what ↵jim-p2011-11-091-2/+27
| | | | constraints to place upon the certificate (CA, Server, or User).
* Unlock the fields when making a new internal cert, so we copy the data from ↵jim-p2011-07-011-4/+4
| | | | the CA but are not locked into it. (Cert details often differ from CA details...)
* Note consistency and gettext() added.Warren Baker2011-06-281-1/+1
|
* Internal cert and CSR creation error handling added.Evgeny Yurchenko2011-06-231-4/+19
|
* Bug #1437. Dropdown list for country codes for CSRs (Cert Manager)Evgeny Yurchenko2011-06-171-7/+18
|
* Bug #1437. Check for invalid characters in the fields for ca, cert and csr.Evgeny Yurchenko2011-06-171-1/+13
|
OpenPOWER on IntegriCloud