~rick-fdd/pyopenssl/rsa_check

Viewing all changes in revision 112.

  • Committer: Jean-Paul Calderone
  • Date: 2009-07-05 17:50:34 UTC
  • Revision ID: exarkun@divmod.com-20090705175034-wzuyelnvq51vuzn3
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.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: