summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2018-11-04 10:35:49 +0000
committerVincent Sanders <vince@kyllikki.org>2018-11-04 11:20:40 +0000
commita2ffbdfd1c7948d341a316d153896cfc772955ce (patch)
tree42f76e73f3b279abdc0bc81cffbad3b3d3a0b48a /docs
parent3ea6fadac295600f3d18b9cf66d3f74cb26b333d (diff)
downloadnetsurf-a2ffbdfd1c7948d341a316d153896cfc772955ce.tar.gz
netsurf-a2ffbdfd1c7948d341a316d153896cfc772955ce.tar.bz2
add certificate window handling
Diffstat (limited to 'docs')
-rw-r--r--docs/using-monkey.md22
1 files changed, 20 insertions, 2 deletions
diff --git a/docs/using-monkey.md b/docs/using-monkey.md
index b9155746a..045bc2ccc 100644
--- a/docs/using-monkey.md
+++ b/docs/using-monkey.md
@@ -147,6 +147,21 @@ Commands
This will send a `DESTROY` message back.
+### SSL certificate commands
+
+* `SSLCERT GO` _%id%_
+
+ Cause a ssl certificate to be accepted and fetch to proceed.
+
+ This will send a `DESTROY` message back.
+
+* `SSLCERT DESTROY` _%id%_
+
+ Cause a ssl certificate to be rejected and fetch to fail
+
+ This will send a `DESTROY` message back.
+
+
Responses
---------
@@ -353,11 +368,14 @@ Responses
The core asked Monkey to say whether or not a given SSL
certificate is OK.
-> TODO: Implement the rest of the SSL certificat verification behaviour
+* `LOGIN DESTROY CWIN` _%id%_
+
+ The given certificate window has been destroyed and should no longer be sent
+ commands otherwise undefined behaviour may ensue.
### 401 Login messages
-* `LOGIN OPEN LWIN` _%id%_ `URL` _%url%_ USER _%str%_ PASSWD _%str%_ `REALM` _%str%_
+* `LOGIN OPEN LWIN` _%id%_ `URL` _%url%_
The core asked Monkey to ask for identification for the given URL.