Commit graph

13 commits

Author SHA1 Message Date
Paul Kehrer
68b3b1ea86 convert to cffi 1.0 precompile system 2015-06-07 23:27:54 -05:00
Chellygel
646a24fbd2 Moved OpenSSL engine into standalone c and h files
References #1301
2015-03-23 18:33:53 -05:00
Donald Stufft
c62a78c015 Move the cryptography package into a src/ subdirectory
Due to differences in how py.test determines which module to ``import``
the test suite actually runs against the cryptography which is in the
*current* directory instead of the cryptography which is installed. The
problem essentially boils down to when there is a tests/__init__.py then
py.test adds the current directory to the front of the sys.path, causing
it to take precedence over the installed location.

This means that running the tests relies on the implicit compile
that CFFI does instead of testing against what people will actually
be runnning, which is the module compiled by setup.py.
2014-11-13 07:56:31 -05:00
Alex Gaynor
6eeb4da581 Added new license files. Refs #1209 2014-10-31 07:51:41 -07:00
Alex Gaynor
363d284a24 Simplify, thanks @dstufft 2014-08-11 13:19:58 -07:00
Alex Gaynor
8ba0c3d50d Refs #1301 -- moved constant time code into it's own .c and .h files 2014-08-11 13:17:44 -07:00
Alex Stapleton
0bd20e264c cryptography.vectors 2014-03-22 16:23:46 +00:00
Paul Kehrer
81ed541419 don't prune static. why would you do that? 2014-02-24 12:43:44 -06:00
Paul Kehrer
071a5a4383 add docs to sdist. fixes #679 2014-02-24 11:25:51 -06:00
Matthew Iversen
69a6fad6e9 Add changelog to toplevel, include in sdist 2014-02-25 02:12:13 +11:00
Alex Gaynor
b11ebd0e15 Include the fernet vectors in the sdist
We include the other vectors, so consistency!
2014-02-01 10:21:45 -08:00
Donald Stufft
f04317ae24 Move primtives into a hazmat package 2013-10-28 08:37:33 -04:00
Donald Stufft
9ebb8ff06c Include all of our files in the distributions, and install packages 2013-08-11 17:29:21 -04:00