Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add initial OCSP bindings | Paul Kehrer | 2016-01-18 | 1 | -0/+1 |
| | |||||
* | consolidate the windows specific header trickery we need to do | Paul Kehrer | 2016-01-18 | 1 | -4/+8 |
| | |||||
* | Port callbacks to new static callback | Christian Heimes | 2016-01-07 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | cffi 1.4.0 will introduce a new API to create static callbacks. Contrary to the old callback API, static callbacks no longer depend on libffi's dynamic code generation for closures. Static code has some benefits over dynamic generation. For example the code is faster. Also it doesn't need writeable and executable memory mappings, which makes it compatible with SELinux's deny execmem policy. The branch depends on PR #2488. https://bitbucket.org/cffi/cffi/issues/232/static-callbacks Closes: #2477 Signed-off-by: Christian Heimes <cheimes@redhat.com> | ||||
* | don't add the NXCOMPAT and DYNAMICBASE flags if the compiler isn't msvc | Paul Kehrer | 2016-01-01 | 1 | -2/+4 |
| | |||||
* | extend pkcs7 openssl bindings | Dominic Chen | 2015-10-13 | 1 | -2/+2 |
| | |||||
* | rename env var to CRYPTOGRAPHY_OSX_NO_LINK_FLAGS | Paul Kehrer | 2015-08-31 | 1 | -1/+1 |
| | |||||
* | no need for None | Paul Kehrer | 2015-08-29 | 1 | -1/+1 |
| | |||||
* | add support for static linking of the openssl backend on OS X | Paul Kehrer | 2015-08-29 | 1 | -3/+16 |
| | |||||
* | remove windows link type, update docs | Paul Kehrer | 2015-07-24 | 1 | -14/+1 |
| | |||||
* | remove remaining vestiges, make adding twice work | Glyph | 2015-06-26 | 1 | -1/+0 |
| | |||||
* | enable ASLR and NX on windows builds (affects 2.x only) | Paul Kehrer | 2015-06-20 | 1 | -4/+3 |
| | |||||
* | convert to cffi 1.0 precompile system | Paul Kehrer | 2015-06-07 | 1 | -0/+98 |