Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | add struct style info to docs | Paul Kehrer | 2013-10-19 | 1 | -0/+10 | |
| | | | | | ||||||
* | | | | | Merge pull request #144 from alex/security-doc | Donald Stufft | 2013-10-19 | 3 | -5/+15 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Start better documenting our security procedure | |||||
| * | | | | Start better documenting our security procedure | Alex Gaynor | 2013-10-19 | 3 | -5/+15 | |
|/ / / / | ||||||
* | | | | Merge pull request #143 from dstufft/require-100-coverage | Alex Gaynor | 2013-10-19 | 4 | -7/+23 | |
|\ \ \ \ | | | | | | | | | | | Fail tests if our coverage is less than 100% | |||||
| * | | | | Only execute only_if if we need to | Donald Stufft | 2013-10-19 | 1 | -6/+6 | |
| | | | | | ||||||
| * | | | | Test what happens when an invalid line is in the cryptrec vectors | Donald Stufft | 2013-10-19 | 2 | -0/+16 | |
| | | | | | ||||||
| * | | | | Fail tests if our coverage is less than 100% | Donald Stufft | 2013-10-19 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #141 from reaperhulk/block-cipher-buffer-sizing | Alex Gaynor | 2013-10-19 | 3 | -3/+15 | |
|\ \ \ \ | | | | | | | | | | | Fix Block cipher buffer sizing | |||||
| * | | | | Unaligned block encryption test | Paul Kehrer | 2013-10-19 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This test verifies that the underlying buffer is being sized correctly by passing data into the encryption function without aligning it to the block size of the cipher. This ensures that we will get a larger return value than the initial argument from our second encrypt call. | |||||
| * | | | | fix #140. properly size char buffer for encryption | Paul Kehrer | 2013-10-19 | 1 | -3/+3 | |
| | | | | | ||||||
| * | | | | add a macro to reduce method calls in api.py | Paul Kehrer | 2013-10-19 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Merge pull request #131 from cyli/x509v3 | Alex Gaynor | 2013-10-19 | 2 | -0/+95 | |
|\ \ \ \ \ | | | | | | | | | | | | | Add x509v3 bindings (Refs #77) | |||||
| * | | | | | Add some functions to the macros section since they changed from non-const ↵ | cyli | 2013-10-19 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | to const between openssl versions | |||||
| * | | | | | Move macro things to macros | cyli | 2013-10-19 | 1 | -2/+5 | |
| | | | | | | ||||||
| * | | | | | Add bindings for x509v3 | cyli | 2013-10-19 | 2 | -0/+90 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #136 from cyli/pem | Alex Gaynor | 2013-10-19 | 2 | -0/+45 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Add bindings for pem (Refs #77) | |||||
| * | | | | Do not redefine EVP_CIPHER | cyli | 2013-10-19 | 1 | -1/+0 | |
| | | | | | ||||||
| * | | | | Add initial bindings | cyli | 2013-10-19 | 2 | -0/+46 | |
|/ / / / | ||||||
* | | | | Merge pull request #138 from dreid/clang-builds | Alex Gaynor | 2013-10-19 | 1 | -0/+5 | |
|\ \ \ \ | | | | | | | | | | | Add clang to the build matrix. | |||||
| * | | | | Add clang to the build matrix. | David Reid | 2013-10-19 | 1 | -0/+5 | |
| | | | | | ||||||
* | | | | | Merge pull request #139 from alex/pkcs12-fix | David Reid | 2013-10-19 | 1 | -4/+4 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Move these to macros, the exact type of these functions changes by deifn... | |||||
| * | | | | Move these to macros, the exact type of these functions changes by deifne | Alex Gaynor | 2013-10-19 | 1 | -4/+4 | |
|/ / / / | ||||||
* | | | | Merge pull request #132 from alex/bind-pkcs12 | Donald Stufft | 2013-10-19 | 2 | -0/+35 | |
|\ \ \ \ | | | | | | | | | | | Bind pkcs12. Refs #77 | |||||
| * \ \ \ | Merge branch 'master' into bind-pkcs12 | Alex Gaynor | 2013-10-18 | 11 | -2/+774 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cryptography/bindings/openssl/api.py | |||||
| * | | | | | Bind pkcs12. Refs #77 -- blocked by the x509 work | Alex Gaynor | 2013-10-18 | 2 | -0/+35 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #137 from alex/alphabetize | Donald Stufft | 2013-10-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Alphebetize these things. | |||||
| * | | | | | | Alphebetize these things. | Alex Gaynor | 2013-10-19 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #135 from cyli/nid | Alex Gaynor | 2013-10-19 | 2 | -0/+45 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Add bindings for nid (Refs #77) | |||||
| * | | | | | Add bindings for nid | cyli | 2013-10-18 | 2 | -0/+45 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #126 from cyli/x509 | Alex Gaynor | 2013-10-18 | 2 | -1/+189 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Add x509 bindings (Refs #77) | |||||
| * | | | | | One more macro with a confusing error | cyli | 2013-10-18 | 1 | -2/+1 | |
| | | | | | | ||||||
| * | | | | | Move macros to macros, and some functions that have changed between versions ↵ | cyli | 2013-10-18 | 1 | -21/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | to macros | |||||
| * | | | | | Do not redefine time_t, since asn1 already defines it. | cyli | 2013-10-18 | 1 | -2/+0 | |
| | | | | | | ||||||
| * | | | | | Add x509 bindings | cyli | 2013-10-18 | 2 | -1/+183 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #125 from reaperhulk/hash-saga-ripeness | Donald Stufft | 2013-10-18 | 5 | -2/+73 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Hash Saga Part 5 (RIPEMD160 support) | |||||
| * | | | | ripemd160 support + long string hash test | Paul Kehrer | 2013-10-18 | 5 | -2/+73 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Note that the long string hash test for RIPEMD160 adds a vector in the test. You can verify this vector (for b"a" * 1000000) on the RIPE homepage: http://homes.esat.kuleuven.be/~bosselae/ripemd160.html | |||||
* | | | | | Merge pull request #127 from cyli/x509name | Donald Stufft | 2013-10-18 | 2 | -0/+49 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Add x509name bindings (Refs #77) | |||||
| * | | | | Move some things from functions to macros | cyli | 2013-10-18 | 1 | -0/+2 | |
| | | | | | ||||||
| * | | | | Add bindings for x509name | cyli | 2013-10-18 | 2 | -0/+47 | |
| |/ / / | ||||||
* | | | | Merge pull request #124 from reaperhulk/hash-saga-sha2 | Donald Stufft | 2013-10-18 | 3 | -0/+120 | |
|\ \ \ \ | | | | | | | | | | | Hash Saga Part 4 (SHA2 support) | |||||
| * | | | | SHA-2 family support | Paul Kehrer | 2013-10-18 | 3 | -0/+120 | |
|/ / / / | ||||||
* | | | | Merge pull request #123 from reaperhulk/hash-saga-sha1 | Donald Stufft | 2013-10-18 | 6 | -1/+219 | |
|\ \ \ \ | | | | | | | | | | | Hash Saga Part 3 (API changes + SHA1) | |||||
| * | | | | change name to str | Paul Kehrer | 2013-10-18 | 2 | -3/+3 | |
| | | | | | ||||||
| * | | | | change api.supports_hash to take a hash class rather than a str | Paul Kehrer | 2013-10-18 | 4 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * This change means hash class names will be byte strings and we no longer need to encode to ascii on hashobject.name in create_hash_context | |||||
| * | | | | remove unneeded lambdas from tests | Paul Kehrer | 2013-10-18 | 3 | -10/+10 | |
| | | | | | ||||||
| * | | | | Hash Saga Part 3 - API changes + SHA1 support + tests | Paul Kehrer | 2013-10-18 | 6 | -1/+219 | |
| | | | | | ||||||
* | | | | | Merge pull request #133 from alex/bind-pkcs7 | Donald Stufft | 2013-10-18 | 2 | -0/+35 | |
|\ \ \ \ \ | | | | | | | | | | | | | Added bindings for pkcs7. Refs #77 | |||||
| * | | | | | Added bindings for pkcs7. Refs #77 | Alex Gaynor | 2013-10-18 | 2 | -0/+35 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #121 from reaperhulk/hash-saga-loaders | Donald Stufft | 2013-10-18 | 2 | -1/+92 | |
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | hash vector loader and tests (Hash Saga Part 2) | |||||
| * | | | update loader and test to handle lines with brackets | Paul Kehrer | 2013-10-18 | 2 | -1/+2 | |
| | | | |