From 49a8ebae014ce322e42e2758e1b5be539358a177 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 20 May 2008 21:04:27 +0200 Subject: [PATCH] Update help message; mention OpenSSH rsa1 2048 bit support --- dowkd.in | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/dowkd.in b/dowkd.in index c8b2b1b..4659036 100644 --- a/dowkd.in +++ b/dowkd.in @@ -42,21 +42,26 @@ COMMAND is one of: help: show this help screen version: show version information -OPTIONS is one pf: +OPTIONS is one of: -c FILE: set the database cache file name (default: dowkd.db) dowkd currently handles the following OpenSSH host and user keys, provided they have been generated on a little-endian architecture -(such as i386 or amd64): RSA/1024 (both rsa1 and rsa format), RSA/2048 -and DSA/1024. (The relevant OpenSSH versions in Debian do not support -DSA key generation with other sizes.) +(such as i386 or amd64): -OpenVPN shared also detected on little-endian architecture. + RSA/1024, RSA/2048 (both rsa1 and rsa format) + DSA/1024 + +(The relevant OpenSSH versions in Debian do not support DSA key +generation with other sizes.) + +OpenVPN shared also detected if they have been created on +little-endian architectures. Unencrypted RSA private keys and PEM certificate files generated by OpenSSL are detected, provided they use key lengths of 1024 or 2048 -bits. +bits (again, only for little-endian architectures). Note that the blacklist by dowkd may be incomplete; it is only intended as a quick check. -- 2.11.4.GIT