summaryrefslogtreecommitdiff
path: root/include/netsurf/misc.h
Commit message (Collapse)AuthorAgeFilesLines
* Keep the complete certificate chain from a fetchVincent Sanders2020-02-231-3/+2
| | | | | | | | | 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
* remove warning callback from miscelaneous function tableVincent Sanders2019-11-111-13/+2
|
* Reimplement handling of BAD_AUTH inside browser_windowDaniel Silverstone2019-08-061-11/+23
| | | | | | | | | | | | | We now handle authentication requests via an `about:` page which presents a nice form built into the browser window. In order to do this, we add internal navigation as a concept to the browser window and we strip the 401login support from all frontends except monkey. The 401login callback is now intended for password safe type support rather than an immediately interactive prompt. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* HTTP Auth: Do get/set auth in the core.Michael Drake2018-08-141-3/+30
|
* Allow certificate verification user prompt creation to return errorsVincent Sanders2016-07-311-1/+2
|
* move netsurf header into public APIVincent Sanders2016-05-301-2/+2
|
* move misc header into public APIVincent Sanders2016-05-301-0/+108