mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-15 22:09:31 -04:00
1520. [protocol] Add SSHFP (SSH Finger Print) type.
This commit is contained in:
parent
6c27fe771f
commit
867759d584
3 changed files with 4 additions and 2 deletions
2
CHANGES
2
CHANGES
|
|
@ -12,6 +12,8 @@
|
|||
1521. [bug] dns_view_createresolver() failed to check the
|
||||
result from isc_mem_create(). [RT# 9294]
|
||||
|
||||
1520. [protocol] Add SSHFP (SSH Finger Print) type.
|
||||
|
||||
1518. [bug] dns_nxt_buildrdata(), and hence dns_nxt_build(),
|
||||
contained a off-by-one error when working out the
|
||||
number of octets in the bitmap.
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: sshfp_44.c,v 1.1 2003/10/01 10:05:00 marka Exp $ */
|
||||
/* $Id: sshfp_44.c,v 1.1.8.1 2003/10/21 05:25:16 marka Exp $ */
|
||||
|
||||
/* draft-ietf-secsh-dns-05.txt */
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: sshfp_44.h,v 1.1 2003/10/01 10:05:00 marka Exp $ */
|
||||
/* $Id: sshfp_44.h,v 1.1.8.1 2003/10/21 05:25:16 marka Exp $ */
|
||||
|
||||
/* draft-ietf-secsh-dns-05.txt */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue