diff options
| author | Mantas Mikulėnas | 2015-01-07 07:47:22 +0200 |
|---|---|---|
| committer | Mantas Mikulėnas | 2015-01-07 08:04:09 +0200 |
| commit | 370c39219fe59c48825ca7c6fa71da80cd61a43f (patch) | |
| tree | d3278a0d5bc6610cd751ad9397dd6fe63732e95e /_data | |
| parent | 4deb177f92ac51661b8ac2f94c4ad0045c905c2c (diff) | |
| download | scripts.irssi.org-370c39219fe59c48825ca7c6fa71da80cd61a43f.tar.bz2 | |
cap_sasl 1.10: add "/sasl pubkey"
As users can now generate keys without an external tool, add a command
to dump its public key. (Also useful for verifying that keys generated
*with* external tools are supported – in particular, Crypt::PK::ECC
currently does not support named parameters.)
Misc changes:
- mech ECDSA-NIST256P-CHALLENGE: rename $k to $f
- /sasl keygen: adjust error messages
Diffstat (limited to '_data')
| -rw-r--r-- | _data/scripts.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_data/scripts.yaml b/_data/scripts.yaml index 0e48e8a..85520af 100644 --- a/_data/scripts.yaml +++ b/_data/scripts.yaml @@ -727,12 +727,12 @@ contact: "grawity@gmail.com" description: "Implements SASL authentication (and multi-prefix as free bonus)" filename: "cap_sasl.pl" - modified: "2014-12-18 22:58:00" + modified: "2015-01-07 06:03" modules: "Crypt::PK::ECC MIME::Base64" license: "GPLv2" name: "cap_sasl" url: "https://nullroute.eu.org/~grawity/irssi.html" - version: "1.9" + version: "1.10" - authors: "ZaMz0n" commands: "cddb" |
