| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
|
|
|
|
| |
Suppress 'Address family for hostname not supported' errors if a IPv6
client connects in a mixed IPv4/IPv6 environment.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Also reduced the number of tries to 3.
|
|
|
|
|
|
|
|
|
|
| |
same password
To verify/decrypt a PKCS#12 container a password might be needed
multiple times. If it was entered correctly we don't want to bother the
user again with another password prompt.
The passwords for MAC creation and encryption could be different so the
user might be prompted multiple times after all.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
It is not actually able to handle PEM encoded PKCS#12 files produced
by OpenSSL.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Optional arguments have to be specified with = after the option.
|
|
|
|
| |
If not given it is read from the SSH_AUTH_SOCK environment variable.
|
|
|
|
| |
not recognized
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
explicitly
The default is now PKCS#1. With the dns: and ssh: prefixes other formats
can be selected.
|
| |
|
| |
|
|
|
|
|
| |
The DNSKEY builder is quite eager and parses pretty much anything
as RSA key, so this has to be done before.
|