~zseil/pyopenssl/bwcompat-c-api

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Jean-Paul Calderone
  • Date: 2009-07-16 18:09:53 UTC
  • mfrom: (112.2.8 rand_bytes2)
  • Revision ID: exarkun@divmod.com-20090716180953-nltnz5hhdv8k1zdw
Add OpenSSL.rand.bytes function

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2009-07-16  Rick Dean  <rick@fdd.com>
 
2
 
 
3
        * src/rand.c: Added OpenSSL.rand.bytes to get random bytes directly.
 
4
        * src/util.c: Added generic exceptions_from_error_queue to replace
 
5
          the various other implementations of this function.  Also updated
 
6
          the rest of the codebase to use this version instead.
 
7
 
1
8
2009-07-05  Jean-Paul Calderone  <exarkun@twistedmatrix.com>
2
9
 
3
10
        * test/util.py, test/test_ssl.py, test/test_crypto.py: Fold the