1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-03 12:11:33 +01:00
Werner Koch e2f984b4af
ssh: Accept OpenSSH *cert-v01 key variants.
* agent/command-ssh.c (SPEC_FLAG_WITH_CERT): New.
(ssh_key_types): Add OpenSSH cert types.
(stream_read_string): Allow a dummy read.
(ssh_receive_mpint_list): Pass SPEC by reference.
(ssh_receive_mpint_list): New arg CERT and use it.
(ssh_receive_key): Read certificate into an estream object and modify
parser to make use of that object.
--

This is a first step to support certificate via the agent.  The only
effect of this change is the removal of an error message parsing the
certificate.  Note that ssh-add sends the private key anyway first and
only then follows with the certificate+private key.

What we need to implement next is a way to store the certificate in
the agent and return it on request.

Signed-off-by: Werner Koch <wk@gnupg.org>
2016-01-12 19:12:02 +01:00
..
2015-11-17 12:50:22 +01:00
2015-10-28 10:20:17 +01:00
2016-01-05 13:51:04 +01:00
2015-11-17 12:50:22 +01:00
2015-11-17 12:50:22 +01:00
2014-12-02 14:13:53 +01:00
2016-01-05 10:15:49 +09:00
2007-07-04 19:49:40 +00:00
2015-11-19 16:18:20 +01:00
2015-11-17 12:50:22 +01:00
2007-07-04 19:49:40 +00:00