summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-06-06 20:54:07 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-06-06 20:54:07 +0000
commit01fff0c9d4f64d13e02ea6d516b5a335a35d00dd (patch)
treed13f9e844937dc73a83a596659b5857f9716fb3c /ChangeLog
parent511bb24c5b4c11c2930464ff02bff9f4577566cb (diff)
- markus@cvs.openbsd.org 2002/05/31 13:16:48
[key.c] add comment: key_verify returns 1 for a correct signature, 0 for an incorrect signature and -1 on error.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8248ab19c..65c1a6bb1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -68,6 +68,11 @@
68 - markus@cvs.openbsd.org 2002/05/31 11:35:15 68 - markus@cvs.openbsd.org 2002/05/31 11:35:15
69 [auth.h auth2.c] 69 [auth.h auth2.c]
70 move Authmethod definitons to per-method file. 70 move Authmethod definitons to per-method file.
71 - markus@cvs.openbsd.org 2002/05/31 13:16:48
72 [key.c]
73 add comment:
74 key_verify returns 1 for a correct signature, 0 for an incorrect signature
75 and -1 on error.
71 76
7220020604 7720020604
73 - (stevesk) [channels.c] bug #164 patch from YOSHIFUJI Hideaki (changed 78 - (stevesk) [channels.c] bug #164 patch from YOSHIFUJI Hideaki (changed
@@ -752,4 +757,4 @@
752 - (stevesk) entropy.c: typo in debug message 757 - (stevesk) entropy.c: typo in debug message
753 - (djm) ssh-keygen -i needs seeded RNG; report from markus@ 758 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
754 759
755$Id: ChangeLog,v 1.2163 2002/06/06 20:52:37 mouring Exp $ 760$Id: ChangeLog,v 1.2164 2002/06/06 20:54:07 mouring Exp $