Commit Graph

14 Commits

Author SHA1 Message Date
gpotter2 59b16b4577 [TLS/coverage] Migrate to UTS + Bug (#508) 2017-02-14 23:26:42 +01:00
Pierre LALET 6b8a0cd0e0 Tests: combined_modes can be tested everywhere 2017-01-06 13:56:05 +01:00
Guillaume Valadon 8fc77d5eb7 codecov support 2016-12-27 20:34:16 +01:00
Pierre Lalet cbcb87b29f Merge pull request #361 from guedou/travis_osx_sudo
OS X Travis tests fixed
2016-12-05 21:58:00 +00:00
Guillaume Valadon 35f97efc53 Native Mac OS X and *BSD support (#221) 2016-12-02 07:07:09 +00:00
Guillaume Valadon 37997002bd OS X Travis tests fixed 2016-11-24 12:59:34 +01:00
Daniel Collins 620f195c65 Corrected ICV length for AES-GCM and AES-CCM in IPSec layer. Added un… (#269)
* Corrected ICV length for AES-GCM and AES-CCM in IPSec layer. Added unit tests to the ipsec campaign.

* Added travis support for pycrypto 2.7a1 combined modes.

* Updated documentation for pycrypto installation.
2016-10-26 10:03:37 +02:00
Pierre LALET b2a7a54a35 Remove support for Python 2.5 to clean the code
- update (part of) the documentation
    - some URLs for Windows need to be updated
  - update classifiers in setup.py
  - remove `from __future__ import with_statement`
  - use `{k: v for ...}` instead of `dict((k, v) for ...)`
  - remove hacks for `gcd()` and `binrepr()` implementations
  - use class decorators
  - remove Python 2.6 Travis-CI tests
2016-10-19 20:02:59 +02:00
Guillaume Valadon 5b5bd11933 Travis CI improvements (#258) 2016-08-12 11:36:08 +00:00
Guillaume Valadon 6317ba089a Run unit tests on Linux and OS X - root and non-root 2016-06-08 09:53:11 +02:00
Pierre LALET a89091f10c Travis-CI: enable automaton tests 2016-01-23 23:13:42 +01:00
Pierre LALET 18c410b231 Add PyPy to travis tests 2016-01-21 01:03:06 +01:00
Pierre LALET 1848f53aae Fix UTscapy output and return code 2016-01-15 13:30:30 +01:00
Pierre LALET 064203bba7 Add README / prepare for Github migration 2016-01-12 11:39:05 +01:00