summaryrefslogtreecommitdiff
path: root/desktop/sslcert_viewer.h
Commit message (Collapse)AuthorAgeFilesLines
* Keep the complete certificate chain from a fetchVincent Sanders2020-02-231-6/+8
| | | | | | | | | Instead of extracting information from the X509 certificate chain in the fetcher the entire chain is propagated in Distinguished Encoding Rules (DER) format. This allows all the information contained in a certificate chain to be retained which can subsequently be presented to the user
* Excise the llcache query pathway.Daniel Silverstone2019-08-051-2/+3
| | | | | | | | In further preparation for the auth and cert queries being handled as special contents from `about:` this excises the query pathway from the llcache pretty much entirely. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* improve documentation comments in ssl certificate viewerVincent Sanders2017-03-011-2/+13
|
* fix certificate viewer keypress consumption returnVincent Sanders2016-07-311-2/+1
|
* move mouse and pointer state header into public APIVincent Sanders2016-05-301-1/+1
|
* split out gtk SSL certificate verification dialog impementation.Vincent Sanders2015-04-121-7/+4
|
* Fix warningChris Young2014-11-101-0/+1
|
* Desktop doxygen fixesVincent Sanders2014-11-091-4/+4
|
* remove uneeded includesVincent Sanders2014-05-181-1/+0
|
* Remove height getters from treeview client modules API.Michael Drake2013-09-031-7/+0
|
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-021-0/+4
| | | | New versions of expand/collapse node functions for these modules aren't yet implemented.
* Add a few functions for front ends to use.Michael Drake2013-08-281-1/+7
|
* First pass at new ssl certificate chain viewer module.Michael Drake2013-08-111-0/+125