module CZTop::ZAP
This module provides two classes useful when implementing your own ZAP
authentication handler or when directly communicating with one. Within CZTop
, it’s merely used for testing.
Some of the features:
-
useful for both sides of the
ZAP
communication, i.e. useful for testing -
security mechanism agnostic
-
protocol errors, version mismatches, and internal errors as exceptions
-
useful to implement your own
ZAP
handler
@note This is not needed to be able to use {CZTop::Authenticator}! @see rfc.zeromq.org/spec:27/ZAP