Skip to content

Commit

Permalink
added setters for curve key encription (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartols authored Sep 30, 2024
1 parent 2fa91fb commit 6a68e55
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/socket_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,21 @@ where
bool,
"Setter for the `ZMQ_CURVE_SERVER` option."
);
setter!(
set_curve_secretkey,
&[u8],
"Setter for the `ZMQ_CURVE_SECRETKEY` option."
);
setter!(
set_curve_serverkey,
&[u8],
"Setter for the `ZMQ_CURVE_SERVERKEY` option."
);
setter!(
set_curve_publickey,
&[u8],
"Setter for the `ZMQ_CURVE_PUBLICKEY` option."
);
setter!(
set_gssapi_server,
bool,
Expand Down

0 comments on commit 6a68e55

Please sign in to comment.