Home | History | Annotate | Download | only in openssh

Lines Matching full:certificate

98 /* Flag indicating that we want to show the contents of a certificate */
124 /* Certificate serial number */
140 /* Certificate options */
1637 /* Prepare certificate to sign */
1639 fatal("Could not upgrade key %s to certificate: %s",
1703 fatal("Invalid relative certificate time %s", s);
1705 fatal("Certificate time %s cannot be represented", s);
1732 fatal("Invalid certificate time format %s", s);
1737 fatal("Invalid certificate time %s", s);
1739 fatal("Certificate time %s cannot be represented", s);
1753 fatal("Invalid relative certificate life %s", timespec);
1756 * Backdate certificate one minute to avoid problems on hosts
1771 fatal("Invalid certificate life specification %s", timespec);
1785 fatal("Empty certificate validity interval");
1833 fatal("Unsupported certificate option \"%s\"", opt);
1893 printf(" Type: %s %s certificate\n", sshkey_ssh_name(key),
1965 error("%s:%lu is not a certificate", path, lnum);