Develop and Download Open Source Software
Login
Create Account
Help
MY OSDN
Find Software
Magazine
Develop
Pastebin
Software
People
PersonalForge
Magazine
Wiki
OSDN
>
Find Software
>
Tera Term
Tera Term
Summary
Project Summary
Developer Dashboard
Project Reviews
Web Page
Developers
List of RSS Feeds
Statistics
History
Image Gallery
Search Keywords
News
Listed News
Help
Downloads
List of Releases
Help
Source Code
Guide
Browse CVS
Browse SVN
Help
Wiki
FrontPage
Title index
Recent changes
Wiki Search
Help
Docs
List Docs
Help
Forums
List of Forums
Open Discussion (173)
Help (428)
Help
Mailing Lists
list of ML
ttssh2-commit
ttssh2-dev
ttssh2-users
Help
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Help
Browse Subversion Repository
/
[ttssh2]
/
branches
/
ssh_chacha20poly1305
/
ttssh2
/
ttxssh
/
ssh.c
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c
Parent Directory
|
Revision Log
|
Patch
revision
2918
by
yutakapon
, Sat Oct 21 14:26:48 2006 UTC
revision
2919
by
yutakapon
, Fri Oct 27 16:56:45 2006 UTC
#
Line 5085
static BOOL handle_SSH2_dh_kex_reply(PTI
Line 5085
static BOOL handle_SSH2_dh_kex_reply(PTI
5085
begin_send_packet(pvar, SSH2_MSG_NEWKEYS, 0);
begin_send_packet(pvar, SSH2_MSG_NEWKEYS, 0);
5086
finish_send_packet(pvar);
finish_send_packet(pvar);
5087
5088
notify_verbose_message(pvar, "SSH2_MSG_NEWKEYS was sent to server.", LOG_LEVEL_VERBOSE);
5089
5090
// SSH2_MSG_NEWKEYSを送り終わったあとにキーの設定および再設定を行う
// SSH2_MSG_NEWKEYSを送り終わったあとにキーの設定および再設定を行う
5091
// 送信用の暗号鍵は SSH2_MSG_NEWKEYS の送信後に、受信用のは SSH2_MSG_NEWKEYS の
// 送信用の暗号鍵は SSH2_MSG_NEWKEYS の送信後に、受信用のは SSH2_MSG_NEWKEYS の
5092
// 受信後に再設定を行う。
// 受信後に再設定を行う。
#
Line 6866
static BOOL handle_SSH2_window_adjust(PT
Line 6868
static BOOL handle_SSH2_window_adjust(PT
6868
6869
/*
/*
6870
* $Log: not supported by cvs2svn $
* $Log: not supported by cvs2svn $
6871
* Revision 1.53 2006/10/21 14:26:48 yutakapon
6872
* KEX_DH_GRP1_SHA1 or KEX_DH_GRP14_SHA1において、不正なメモリ解放を修正した。
6873
*
6874
* Revision 1.52 2006/10/21 14:02:50 maya
* Revision 1.52 2006/10/21 14:02:50 maya
6875
* 取っておくべき値が解放されているようなので修正した。
* 取っておくべき値が解放されているようなので修正した。
6876
*
*
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
Legend:
Removed from v.2918
changed lines
Added in v.2919
Back to OSDN
">
Back to OSDN
ViewVC Help
Powered by
ViewVC 1.1.26