summaryrefslogtreecommitdiffstats
path: root/doc/classes/StreamPeerSSL.xml
diff options
context:
space:
mode:
authorTomasz Chabora <kobewi4e@gmail.com>2020-03-03 19:21:21 +0100
committerTomasz Chabora <kobewi4e@gmail.com>2020-03-13 16:35:03 +0100
commite103f21a40ef157cd263b60cf0d9c5750156ec98 (patch)
tree10f6a918c5182c0556d4f6963c5ed08ad31e6302 /doc/classes/StreamPeerSSL.xml
parent951ecc4f79a760160bdc7adc3b0b40e9e4c6b82d (diff)
downloadredot-engine-e103f21a40ef157cd263b60cf0d9c5750156ec98.tar.gz
Add LOTS of missing docs
Diffstat (limited to 'doc/classes/StreamPeerSSL.xml')
-rw-r--r--doc/classes/StreamPeerSSL.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/StreamPeerSSL.xml b/doc/classes/StreamPeerSSL.xml
index 738d623d02..69e8f67a5e 100644
--- a/doc/classes/StreamPeerSSL.xml
+++ b/doc/classes/StreamPeerSSL.xml
@@ -72,11 +72,13 @@
A status representing a [StreamPeerSSL] that is disconnected.
</constant>
<constant name="STATUS_HANDSHAKING" value="1" enum="Status">
+ A status representing a [StreamPeerSSL] during handshaking.
</constant>
<constant name="STATUS_CONNECTED" value="2" enum="Status">
A status representing a [StreamPeerSSL] that is connected to a host.
</constant>
<constant name="STATUS_ERROR" value="3" enum="Status">
+ A status representing a [StreamPeerSSL] in error state.
</constant>
<constant name="STATUS_ERROR_HOSTNAME_MISMATCH" value="4" enum="Status">
An error status that shows a mismatch in the SSL certificate domain presented by the host and the domain requested for validation.