summaryrefslogtreecommitdiff
path: root/doc/zmq_null.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/zmq_null.txt')
-rw-r--r--doc/zmq_null.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/zmq_null.txt b/doc/zmq_null.txt
new file mode 100644
index 0000000..abb9fff
--- /dev/null
+++ b/doc/zmq_null.txt
@@ -0,0 +1,27 @@
+zmq_null(7)
+===========
+
+
+NAME
+----
+zmq_null - no security or confidentiality
+
+
+SYNOPSIS
+--------
+The NULL mechanism is defined by the ZMTP 3.0 specification:
+<http://rfc.zeromq.org/spec:23>. This is the default security mechanism
+for ZeroMQ sockets.
+
+
+SEE ALSO
+--------
+linkzmq:zmq_plain[7]
+linkzmq:zmq_curve[7]
+linkzmq:zmq[7]
+
+
+AUTHORS
+-------
+This page was written by the 0MQ community. To make a change please
+read the 0MQ Contribution Policy at <http://www.zeromq.org/docs:contributing>.