commit | 6c051e68306310e309dd5334022f93612b86d283 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Sun Jul 05 13:50:34 2009 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Sun Jul 05 13:50:34 2009 -0400 |
tree | 409e4f2bb559bb776487272736f12540803a0791 | |
parent | 0ef63ed884fb6200abd807925eb045643628f200 [diff] |
Fix assertions about client and server nonces Previously, this test asserted that client_random() and server_random() returned non-identical references. This was kind of a pointless assertion. What the methods should return is the correct client or server nonce, whether called on the client or the server connection object.