summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-03-15 11:37:09 +1100
committerDamien Miller <djm@mindrot.org>2003-03-15 11:37:09 +1100
commitc51d0735a4a68ddcd927f003ffb3fc917cb207c2 (patch)
tree6d3aa9d416598357278077245ffa31af13ae5292 /ChangeLog
parented33d3b4d229b0e815f43d8a3192047ef161dcd7 (diff)
- markus@cvs.openbsd.org 2003/03/13 11:44:50
[ssh-agent.c] ssh-agent is similar to ssh-keysign (allows other processes to use private rsa keys). however, it gets key over socket and not from a file, so we have to do blinding here as well.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 961f12c7e..c692c2785 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,11 @@
3 - markus@cvs.openbsd.org 2003/03/13 11:42:19 3 - markus@cvs.openbsd.org 2003/03/13 11:42:19
4 [authfile.c ssh-keysign.c] 4 [authfile.c ssh-keysign.c]
5 move RSA_blinding_on to generic key load method 5 move RSA_blinding_on to generic key load method
6 - markus@cvs.openbsd.org 2003/03/13 11:44:50
7 [ssh-agent.c]
8 ssh-agent is similar to ssh-keysign (allows other processes to use
9 private rsa keys). however, it gets key over socket and not from
10 a file, so we have to do blinding here as well.
6 11
720030310 1220030310
8- (djm) OpenBSD CVS Sync 13- (djm) OpenBSD CVS Sync
@@ -1209,4 +1214,4 @@
1209 save auth method before monitor_reset_key_state(); bugzilla bug #284; 1214 save auth method before monitor_reset_key_state(); bugzilla bug #284;
1210 ok provos@ 1215 ok provos@
1211 1216
1212$Id: ChangeLog,v 1.2628 2003/03/15 00:36:18 djm Exp $ 1217$Id: ChangeLog,v 1.2629 2003/03/15 00:37:09 djm Exp $