* Version 3.0.13 (unreleased)
-** gnutls-cli: If no --x509cafile is provided a default is
+** gnutls-cli: added the --ssh and if specified, gnutls-cli
+will use an ssh-style authentication method.
+
+** gnutls-cli: if no --x509cafile is provided a default is
assumed (/etc/ssl/certs/ca-certificates.crt).
** ocsptool: Added --ask parameter, to verify a certificate's
flag = {
name = ssh;
descrip = "Enable SSH-style authentication";
+ disabled;
+ disable = "no";
doc = "This option will, in addition to certificate authentication, perform authentication based on stored public keys.";
};
{
int rc;
unsigned int status = 0;
- int ssh = HAVE_OPT(SSH);
+ int ssh = ENABLED_OPT(SSH);
if (!x509_cafile && !pgp_keyring)
return 0;