| Commit message (Expand) | Author | Age | Files | Lines |
* | Tidy up Ampersand XHTML | Colin Fleming | 2014-05-27 | 1 | -1/+1 |
* | xhtml Compliance | ayvis | 2014-03-14 | 1 | -17/+17 |
* | Improve checks for params 'id', 'dup' and other similar ones to make sure the... | Renato Botelho | 2014-03-12 | 1 | -8/+11 |
* | Skip input validation when choosing an existing certificate, it should fix #3505 | Renato Botelho | 2014-03-07 | 1 | -1/+1 |
* | Remove unecessary quotes | Renato Botelho | 2014-03-07 | 1 | -3/+3 |
* | Fix issue with CSR generation. Ticket #2820 | jim-p | 2014-02-18 | 1 | -5/+5 |
* | One more typo on Alternative Names fill, that was setting type field with $value | Renato Botelho | 2013-11-29 | 1 | -1/+1 |
* | Fix a (probably) copy/paste issue that is making all Alternative Names disape... | Renato Botelho | 2013-11-29 | 1 | -2/+2 |
* | Remove call-time pass by reference for do_input_validation, helps ticket #2565 | Renato Botelho | 2013-09-12 | 1 | -2/+2 |
* | Include CA in generated .p12 file. Fixes #2147 the way it was originally inte... | jim-p | 2013-09-10 | 1 | -2/+8 |
* | Certificate Manager, for 'Create an internal Certificate' use the correct 'Di... | PiBa-NL | 2013-08-23 | 1 | -7/+12 |
* | Allow removing CA and Cert entries that are blank/empty. Fixes #3005 | jim-p | 2013-06-18 | 1 | -1/+1 |
* | Don't restrict the content of descr when making CA/Certs, it's free-form. | jim-p | 2013-06-12 | 1 | -1/+1 |
* | Correct mouseover description for adding a certificate. Fixes #3017 | jim-p | 2013-06-03 | 1 | -1/+1 |
* | Update "system_certmanager.php" XHTML | Colin Fleming | 2013-04-09 | 1 | -41/+45 |
* | fixup text | Chris Buechler | 2013-03-13 | 1 | -2/+2 |
* | Show cert start/end dates in list. | jim-p | 2013-02-25 | 1 | -1/+15 |
* | Default to using sha256 for a ca/cert digest algorithm, since sha1 is no long... | jim-p | 2013-02-19 | 1 | -0/+1 |
* | Correct some inconsistencies in keylen/csr_keylen. Should fix csr generation ... | jim-p | 2013-02-19 | 1 | -4/+7 |
* | Add Digest Algorithm option to the CSR screen, should fix #2820 | jim-p | 2013-02-18 | 1 | -0/+16 |
* | Apparently some systems don't like pulling this in globally, but it should wo... | jim-p | 2013-02-10 | 1 | -1/+1 |
* | Update usr/local/www/system_certmanager.php | bcyrill | 2013-02-10 | 1 | -5/+6 |
* | Update usr/local/www/system_certmanager.php | bcyrill | 2013-02-09 | 1 | -12/+13 |
* | Update usr/local/www/system_certmanager.php | bcyrill | 2013-02-09 | 1 | -1/+1 |
* | Allow selecting the digest algorithm when creating a CA or Cert. Implements #... | jim-p | 2013-01-21 | 1 | -2/+23 |
* | Use Certificate Manager in Captive Portal settings | bcyrill | 2012-07-02 | 1 | -0/+3 |
* | Create $altnames earlier, and also fix a bracing issue with this if statement... | jim-p | 2012-05-14 | 1 | -2/+3 |
* | Add initial support for subjectAltName - still needs some select love for the... | jim-p | 2012-05-09 | 1 | -2/+121 |
* | Carry over the key length on input errors when creating a certificate signing... | Erik Fonnesbeck | 2012-02-23 | 1 | -0/+2 |
* | Add button to download a .p12 of a cert+key. Implements #2147 | jim-p | 2012-02-14 | 1 | -0/+25 |
* | Check userid better here, 0 is also valid | jim-p | 2012-01-06 | 1 | -1/+1 |
* | Add an indication in the certificate list to show if a certificate is interna... | jim-p | 2011-11-10 | 1 | -0/+8 |
* | When creating an internal certificate, offer the user a choice of what constr... | jim-p | 2011-11-09 | 1 | -2/+27 |
* | Unlock the fields when making a new internal cert, so we copy the data from t... | jim-p | 2011-07-01 | 1 | -4/+4 |
* | Note consistency and gettext() added. | Warren Baker | 2011-06-28 | 1 | -1/+1 |
* | Internal cert and CSR creation error handling added. | Evgeny Yurchenko | 2011-06-23 | 1 | -4/+19 |
* | Bug #1437. Dropdown list for country codes for CSRs (Cert Manager) | Evgeny Yurchenko | 2011-06-17 | 1 | -7/+18 |
* | Bug #1437. Check for invalid characters in the fields for ca, cert and csr. | Evgeny Yurchenko | 2011-06-17 | 1 | -1/+13 |
* | Redirect back to the CA/Cert management page after delete so a person can't r... | jim-p | 2011-06-03 | 1 | -0/+2 |
* | Merge branch 'master' into yakatz-ssl | Bill Marquette | 2011-05-14 | 1 | -1/+1 |
|\ |
|
| * | fix typo | Chris Buechler | 2011-04-27 | 1 | -1/+1 |
* | | missed a bit of my last commit | yakatz | 2011-04-21 | 1 | -2/+2 |
* | | checking moduli of ssl csr request and response | yakatz | 2011-04-21 | 1 | -14/+23 |
* | | override option for certificate subject mismatch | yakatz | 2011-04-18 | 1 | -2/+14 |
|/ |
|
* | Validate imported CA/Cert a bit more strongly. Should fix #1190 | jim-p | 2011-01-13 | 1 | -0/+2 |
* | Fix XSS issues | Scott Ullrich | 2010-11-12 | 1 | -4/+4 |
* | Indicate in various places if a certificate is revoked. | jim-p | 2010-10-21 | 1 | -1/+4 |
* | Indicate if a certificate has been revoked, both in the cert list and the use... | jim-p | 2010-10-21 | 1 | -0/+3 |
* | Fix some forgotten name->descr changes. | jim-p | 2010-10-20 | 1 | -4/+4 |
* | Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA protec... | jim-p | 2010-10-19 | 1 | -15/+15 |