Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FIPS 186-2 ECDSA CAVP vectors | Alex Stapleton | 2014-04-02 | 6 | -0/+6254 |
| | |||||
* | update versions for 0.4.dev1 and add boilerplate to changelog | Paul Kehrer | 2014-03-27 | 1 | -1/+1 |
| | |||||
* | bump versions and changelog for third release | Paul Kehrer | 2014-03-27 | 1 | -1/+1 |
| | |||||
* | This is universal. | Alex Gaynor | 2014-03-24 | 1 | -0/+2 |
| | |||||
* | Fix bug in release task and style fixes | Alex Stapleton | 2014-03-24 | 1 | -0/+1 |
| | | | | | tasks.py was building tarballs/sdists that didn't actually have vectors in because of setup.pys reliance on the cwd. | ||||
* | Move cryptography.vectors to cryptography_vectors | Alex Stapleton | 2014-03-24 | 326 | -9/+33 |
| | | | | | | | All vectors are now stored in the subpackage in the vectors/ folder. This package is automatically installed by setup.py test and will also be uploaded with a matching version number by the PyPI upload task. | ||||
* | cryptography.vectors | Alex Stapleton | 2014-03-22 | 326 | -0/+652794 |