[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/3] Add generic host key loading
[Thread Prev] | [Thread Next]
- Subject: [PATCH v2 0/3] Add generic host key loading
- From: Alan Dunn <amdunn@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Thu, 27 Mar 2014 08:18:46 -0500
- To: libssh@xxxxxxxxxx
- Cc: Alan Dunn <amdunn@xxxxxxxxx>
Hi folks, As discussed on the list, this patch set adds an option to load a host key of generic type. Right now, it repurposes SSH_BIND_OPTIONS_HOSTKEY, since it seemed like this is what we decided on, but I am happy to create another option instead since this could potentially break existing code. Changes since v1: - Style fix suggested by Andreas - Rebase on new master to avoid caveats as described in prior cover letter (i.e. needing to come after other outstanding patches) Alan Dunn (3): options: Repurpose SSH_BIND_OPTIONS_HOSTKEY to load host keys doc: Document new meaning of SSH_BIND_OPTIONS_HOSTKEY examples: Update ssh_server_fork for new SSH_BIND_OPTIONS_HOSTKEY examples/ssh_server_fork.c | 10 +++--- src/options.c | 80 +++++++++++++++++++++++++++++++------------- 2 files changed, 63 insertions(+), 27 deletions(-) -- 1.7.9.5
[PATCH v2 1/3] options: Repurpose SSH_BIND_OPTIONS_HOSTKEY to load host keys | Alan Dunn <amdunn@xxxxxxxxx> |
[PATCH v2 2/3] doc: Document new meaning of SSH_BIND_OPTIONS_HOSTKEY | Alan Dunn <amdunn@xxxxxxxxx> |
[PATCH v2 3/3] examples: Update ssh_server_fork for new SSH_BIND_OPTIONS_HOSTKEY | Alan Dunn <amdunn@xxxxxxxxx> |
Re: [PATCH 2/3] doc: Document new meaning of SSH_BIND_OPTIONS_HOSTKEY | Andreas Schneider <asn@xxxxxxxxxxxxxx> |