forked from gbarr/perl-libnet
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for encode()/decode() methods in Net::Cmd
Some mechanisms in Authen::SASL offer additional security layers and encode()/decode() methods for them. The I/O routines in Net::Cmd now use it if they are available. Currently only Net::SMTP defines protocol-specific methods. Note that Authen::SASL::Perl::DIGEST_MD5::encode() does not work in this patch for some reason. It still needs more investigations.
- Loading branch information
1 parent
808bb35
commit 18f0342
Showing
2 changed files
with
48 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters