- djm@cvs.openbsd.org 2013/12/29 02:37:04
[key.c] correct comment for key_to_certified()
This commit is contained in:
parent
83f2fe26cb
commit
5baeacf8a8
|
@ -46,6 +46,9 @@
|
||||||
- djm@cvs.openbsd.org 2013/12/29 02:28:10
|
- djm@cvs.openbsd.org 2013/12/29 02:28:10
|
||||||
[key.c]
|
[key.c]
|
||||||
allow ed25519 keys to appear as certificate authorities
|
allow ed25519 keys to appear as certificate authorities
|
||||||
|
- djm@cvs.openbsd.org 2013/12/29 02:37:04
|
||||||
|
[key.c]
|
||||||
|
correct comment for key_to_certified()
|
||||||
|
|
||||||
20131221
|
20131221
|
||||||
- (dtucker) [regress/keytype.sh] Actually test ecdsa key types.
|
- (dtucker) [regress/keytype.sh] Actually test ecdsa key types.
|
||||||
|
|
4
key.c
4
key.c
|
@ -1,4 +1,4 @@
|
||||||
/* $OpenBSD: key.c,v 1.111 2013/12/29 02:28:10 djm Exp $ */
|
/* $OpenBSD: key.c,v 1.112 2013/12/29 02:37:04 djm Exp $ */
|
||||||
/*
|
/*
|
||||||
* read_bignum():
|
* read_bignum():
|
||||||
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||||
|
@ -1914,7 +1914,7 @@ key_type_plain(int type)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Convert a KEY_RSA or KEY_DSA to their _CERT equivalent */
|
/* Convert a plain key to their _CERT equivalent */
|
||||||
int
|
int
|
||||||
key_to_certified(Key *k, int legacy)
|
key_to_certified(Key *k, int legacy)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue