Home
last modified time | relevance | path

Searched refs:ca_key (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/regress/usr.bin/ssh/unittests/authopt/testdata/
Dmktestdata.sh5 rm -f ca_key ca_key.pub
9 ssh-keygen -q -f ca_key -t ed25519 -C CA -N ''
16 ssh-keygen -q -s ca_key -I user -n user \
48 rm -f user_key ca_key user_key.pub ca_key.pub
/openbsd/src/usr.bin/ssh/
Dkrl.c84 struct sshkey *ca_key; member
159 sshkey_free(rc->ca_key); in revoked_certs_free()
214 revoked_certs_for_ca_key(struct ssh_krl *krl, const struct sshkey *ca_key, in revoked_certs_for_ca_key() argument
222 if ((ca_key == NULL && rc->ca_key == NULL) || in revoked_certs_for_ca_key()
223 sshkey_equal(rc->ca_key, ca_key)) { in revoked_certs_for_ca_key()
233 if (ca_key == NULL) in revoked_certs_for_ca_key()
234 rc->ca_key = NULL; in revoked_certs_for_ca_key()
235 else if ((r = sshkey_from_private(ca_key, &rc->ca_key)) != 0) { in revoked_certs_for_ca_key()
242 KRL_DBG(("new CA %s", ca_key == NULL ? "*" : sshkey_type(ca_key))); in revoked_certs_for_ca_key()
318 ssh_krl_revoke_cert_by_serial(struct ssh_krl *krl, const struct sshkey *ca_key, in ssh_krl_revoke_cert_by_serial() argument
[all …]
Dkrl.h51 const struct sshkey *ca_key, u_int64_t serial);
53 const struct sshkey *ca_key, u_int64_t lo, u_int64_t hi);
55 const struct sshkey *ca_key, const char *key_id);
DPROTOCOL.krl49 string ca_key
52 Where "ca_key" is the standard SSH wire serialisation of the CA's
53 public key. Alternately, "ca_key" may be an empty string to indicate
/openbsd/src/regress/usr.bin/ssh/unittests/sshkey/
Dtest_sshkey.c48 struct sshkey *sign_key, struct sshkey *ca_key, in build_cert() argument
57 ASSERT_INT_EQ(sshkey_putb(ca_key, ca_buf), 0); in build_cert()
/openbsd/src/regress/usr.bin/openssl/
Dappstest.sh614 ca_key=$ca_dir/private/ca_key.pem ca_pass=test-ca-pass