summaryrefslogtreecommitdiff
path: root/riscos/sslcert.c
Commit message (Collapse)AuthorAgeFilesLines
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Finish event based GUI system transition and begin code cleanup.Richard Wilson2006-09-061-3/+16
| | | | svn path=/trunk/netsurf/; revision=2922
* Use desktop fontAdrian Lees2006-07-181-2/+6
| | | | svn path=/trunk/netsurf/; revision=2778
* Allow the user to delete cookies.Richard Wilson2006-07-161-0/+1
| | | | svn path=/trunk/netsurf/; revision=2770
* Display certificate subject in list rather than issuerJohn Mark Bell2006-07-161-47/+47
| | | | svn path=/trunk/netsurf/; revision=2760
* Allow the viewing of the entire SSL certificate chain.Richard Wilson2006-07-161-89/+292
| | | | svn path=/trunk/netsurf/; revision=2755
* UTF-8 capable single/multi-line text area/display field - needs John Mark Bell2006-06-261-11/+50
| | | | | | | optimisation, completion of outstanding todos. Use this to display SSL certificate issuer and subject information. svn path=/trunk/netsurf/; revision=2647
* Finish history cloning.Richard Wilson2006-04-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=2547
* Unify information databasesJohn Mark Bell2006-04-091-5/+2
| | | | svn path=/trunk/netsurf/; revision=2519
* [project @ 2006-02-23 15:06:53 by jmb]John Mark Bell2006-02-231-0/+182
Handle invalid SSL certificates better - UI still needs work. Modify fetch callback data parameter type to remove compiler warnings. Constify things. Lose global ssl_verify_certificates option. Fix issue when closing a dialog without input focus. svn path=/import/netsurf/; revision=2092