search for: sshkey_cert

Displaying 3 results from an estimated 3 matches for "sshkey_cert".

2016 Jul 23
2
Call for testing: OpenSSH 7.3
On Fri, 22 Jul 2016, Hisashi T Fujinaka wrote: > regress/unittests/test_helper/test_helper.c:162 > (gdb) p key > $1 = (struct sshkey *) 0x7037f9b120c0 > (gdb) p key->cert > $2 = (struct sshkey_cert *) 0x7037f9b1b080 > (gdb) p *key->cert > $3 = {certblob = 0x7037f9b162a0, type = 2, serial = 5, key_id = 0x7037f9b18090 > "julius", nprincipals = 1, > principals = 0xfffffffff9b180a0, valid_after = 915145200, valid_before = Thanks for taking the time to debug this. The k...
2020 Apr 25
2
[PATCH 1/3] Add private key protection information extraction to ssh-keygen
...Y_PRIVATE_OPENSSH; +?? ?k->ciphername = NULL; +?? ?k->kdfname = NULL; +?? ?k->rounds = -1; +?? ?return k; +} + +void +sshkey_vault_free(struct sshkey_vault *k) +{ +?? ?if (k == NULL) +?? ??? ?return; +?? ?free(k->kdfname); +?? ?free(k); +?? ?return; +} + ?static int ?cert_compare(struct sshkey_cert *a, struct sshkey_cert *b) ?{ @@ -4029,7 +4072,7 @@ private2_uudecode(struct sshbuf *blob, struct sshbuf **decodedp) ? ?static int ?private2_decrypt(struct sshbuf *decoded, const char *passphrase, -??? struct sshbuf **decryptedp, struct sshkey **pubkeyp) +??? struct sshbuf **decryptedp, struct sshk...
2016 Jul 22
18
Call for testing: OpenSSH 7.3
Hi, OpenSSH 5.3 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This release contains some substantial new features and a number of bugfixes. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The OpenBSD version is available in CVS HEAD: http://www.openbsd.org/anoncvs.html Portable OpenSSH is