summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-01-08 18:52:27 +1100
committerDarren Tucker <dtucker@zip.com.au>2010-01-08 18:52:27 +1100
commit57e0d01260d3c1c7bf9366eed58c54a96eedbc81 (patch)
treea8f3fa6e4f17d77c22ab8b06131a923f7dc2e86d /ChangeLog
parentb5082e90a13c9c9f96f1aed894f70f6f00737396 (diff)
- markus@cvs.openbsd.org 2009/12/11 18:16:33
[key.c] switch from 35 to the more common value of RSA_F4 == (2**16)+1 == 65537 for the RSA public exponent; discussed with provos; ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb64d640e..45f758529 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -104,6 +104,10 @@
104 fix potential divide-by-zero in sftp's "df" output when talking to a server 104 fix potential divide-by-zero in sftp's "df" output when talking to a server
105 that reports zero files on the filesystem (Unix filesystems always have at 105 that reports zero files on the filesystem (Unix filesystems always have at
106 least the root inode). From Steve McClellan at radisys, ok djm@ 106 least the root inode). From Steve McClellan at radisys, ok djm@
107 - markus@cvs.openbsd.org 2009/12/11 18:16:33
108 [key.c]
109 switch from 35 to the more common value of RSA_F4 == (2**16)+1 == 65537
110 for the RSA public exponent; discussed with provos; ok djm@
107 111
10820091226 11220091226
109 - (tim) [contrib/cygwin/Makefile] Install ssh-copy-id and ssh-copy-id.1 113 - (tim) [contrib/cygwin/Makefile] Install ssh-copy-id and ssh-copy-id.1