Commit graph

22 commits

Author SHA1 Message Date
William Woodruff
9482fdef7b
CHANGELOG: record new X.509 client verification APIs (#10615) 2024-03-21 01:15:24 +00:00
Alex Gaynor
736df2dc35
Move the remainder of the Rust coverage logic into the noxfile (#8936) 2023-05-17 19:58:47 +08:00
Alex Gaynor
c84d6ee060
Integrate Rust into the build process properly (#5410) 2020-12-22 13:33:47 -06:00
gesslerpd
5e866f7191 Add bindings for SSL_OP_NO_DTLS* (#4079)
* + bindings for SSL_OP_NO_DTLS*

* + conditional for not HAS_GENERIC_DTLS_METHOD

* flag SSL_OP_NO_DTLS* for unsupported deletion
2018-01-16 09:07:23 -06:00
Terry Chia
7f0705ce32 Fix .gitignore. 2015-09-26 22:31:53 +08:00
Terry Chia
5cec1bf1b6 Add plumbing for hypothesis. 2015-09-26 22:31:53 +08:00
Paul Kehrer
68b3b1ea86 convert to cffi 1.0 precompile system 2015-06-07 23:27:54 -05:00
Alex Gaynor
055005d87c Hide the eggs! 2014-12-18 11:16:00 -08:00
Paul Kehrer
550054c2f9 update ignores for new project structure 2014-11-17 09:03:58 -10:00
Paul Kehrer
e656d02847 update gitignore to ignore the new so name structure 2014-03-24 07:13:52 -04:00
Matthew Iversen
cb97a18224 Ignore build/ folder and _cffi__*'s
Former can come from python setup.py bdist_wheel
Latter can come from python setup.py develop
2014-02-27 22:05:00 +11:00
Kyle Kelley
254258323c Ignore all eggs 2014-01-08 19:39:55 -06:00
Kyle Kelley
d24af7e0d8 Ignore six eggs, not a full dozen 2014-01-08 15:36:09 -06:00
Alex Gaynor
c80ea854e3 These eggs are sometimes files. We still don't care. 2014-01-07 18:38:44 -08:00
Alex Gaynor
22c9373100 Added .cache/ to the gitignore, it shows up if you have pytest-cache installed 2013-11-13 13:48:47 -08:00
Alex Gaynor
e417e67d29 Ignore the htmlcov dir 2013-10-16 14:49:30 -07:00
Donald Stufft
4c1852c74b Ignore the dist directory 2013-08-11 17:29:21 -04:00
Christian Heimes
b55f9269ec use py.test for testing
correct cffi dependency to setup_requires
ignore cffi, pycparser and pytest egg directories
add myself to AUTHORS.rst
2013-08-11 15:09:21 +02:00
Alex Gaynor
9d00588f30 Record coverage 2013-08-07 13:21:42 -07:00
Alex Gaynor
a233dcc6f3 Ignore egg-info 2013-08-07 12:19:43 -07:00
Alex Gaynor
0f66c6df6d Move all tests to be controlled by tox 2013-08-07 12:18:02 -07:00
Alex Gaynor
c62e91f3ec Initial commit. Migrates over basic project files, and the OpenSSL bindings
from OpenTLS.
2013-08-06 19:31:02 -07:00