ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-MP/bin/aemp
(Generate patch)

Comparing AnyEvent-MP/bin/aemp (file contents):
Revision 1.65 by root, Sat Mar 31 22:25:12 2012 UTC vs.
Revision 1.66 by root, Sun Aug 28 14:38:28 2016 UTC

535 535
536Configures the list of authentication types that the node offers to the 536Configures the list of authentication types that the node offers to the
537other side as acceptable, in order of decreasing preference. Only auth 537other side as acceptable, in order of decreasing preference. Only auth
538methods that the node can actually support will be offered. 538methods that the node can actually support will be offered.
539 539
540The default is '["tls_md6_64_256", "hmac_md6_64_256"]' and is usually good 540The default is '["tls_sha3_512", "hmac_sha3_512"]' and is usually good
541enough. 541enough.
542 542
543=item [set|del]auth_accept [array] 543=item [set|del]auth_accept [array]
544 544
545Configures the list of authentication types that remote nodes can use to 545Configures the list of authentication types that remote nodes can use to
546authenticate, in order of decreasing preference. 546authenticate, in order of decreasing preference.
547 547
548The default is '["tls_md6_64_256", "hmac_md6_64_256", "tls_anon", 548The default is '["tls_sha3_512", "hmac_sha3_512", "tls_anon",
549"cleartext"]' and is usually good enough. 549"cleartext"]' and is usually good enough.
550 550
551=item [set|del]autocork <boolean> 551=item [set|del]autocork <boolean>
552 552
553Sets the default C<autocork> option value for the L<AnyEvent::Handle> 553Sets the default C<autocork> option value for the L<AnyEvent::Handle>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines