summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_certmanager.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Redirect back to the CA/Cert management page after delete so a person can't ↵jim-p2011-06-031-0/+2
| | | | refresh and accidentally delete other CA/Certs. (CRLs are deleted differently and don't need this fix)
* Merge branch 'master' into yakatz-sslBill Marquette2011-05-141-1/+1
|\
| * fix typoChris Buechler2011-04-271-1/+1
| |
* | missed a bit of my last commityakatz2011-04-211-2/+2
| |
* | checking moduli of ssl csr request and responseyakatz2011-04-211-14/+23
| |
* | override option for certificate subject mismatchyakatz2011-04-181-2/+14
|/
* Validate imported CA/Cert a bit more strongly. Should fix #1190jim-p2011-01-131-0/+2
|
* Fix XSS issuesScott Ullrich2010-11-121-4/+4
|
* Indicate in various places if a certificate is revoked.jim-p2010-10-211-1/+4
|
* Indicate if a certificate has been revoked, both in the cert list and the ↵jim-p2010-10-211-0/+3
| | | | user manager list.
* Fix some forgotten name->descr changes.jim-p2010-10-201-4/+4
|
* Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA ↵jim-p2010-10-191-15/+15
| | | | protection and standardize field names. Ticket #320.
* Add CRL manager tab to other Cert Manager pagesjim-p2010-09-211-0/+1
|
* Allow creating a user certificate, pre-fill some info, direct back to user ↵jim-p2010-09-021-55/+136
| | | | edit screen if that is what led us here. If we are making a user certificate, give another choice to select a pre-existing certificate to associate with that user.
* Only allow a certificate to be deleted if it is not currently in use.jim-p2010-09-021-1/+7
|
* Show was a certificate is used for, if anything.jim-p2010-09-021-2/+20
|
* CA/CERT Movejim-p2010-09-011-6/+6
|
* gettext fixesRenato Botelho2010-08-121-4/+3
|
* Use array instead of explode for reqdfieldsn to fit it better with gettext() ↵Renato Botelho2010-04-281-1/+3
| | | | calls
* Fixing gettext() implementation for required fieldsVinicius Coque2010-04-281-17/+23
|
* Reviewing gettext()Carlos Eduardo Ramos2010-04-271-5/+5
|
* Addin gettext to page titleVinicius Coque2010-04-261-1/+1
|
* Gettext for System::Cert managerVinicius Coque2010-04-261-70/+70
|
* remove pfsense references, make genericChris Buechler2010-04-111-2/+2
|
* Fix typojim-p2010-02-261-1/+1
|
* increase the default cert lifetimeChris Buechler2009-12-211-1/+1
|
* fix typoChris Buechler2009-11-151-4/+4
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+3
| | | | include 2009 on files that I have asserted (C) on
OpenPOWER on IntegriCloud