summaryrefslogtreecommitdiff
path: root/riscos/sslcert.c
Commit message (Collapse)AuthorAgeFilesLines
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-14/+14
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* 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