Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | Add initial bindings | cyli | 2013-10-19 | 2 | -0/+46 | |
| | |/ / | ||||||
| | * | | 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 | 5 | -0/+380 | |
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cryptography/bindings/openssl/api.py | |||||
| | | * | | | Bind pkcs12. Refs #77 -- blocked by the x509 work | Alex Gaynor | 2013-10-18 | 2 | -0/+35 | |
| | | | | | | ||||||
| | * | | | | 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 | 1 | -0/+6 | |
| | |\ \ \ | | | |/ / | | |/| | | Hash Saga Part 5 (RIPEMD160 support) | |||||
| | | * | | ripemd160 support + long string hash test | Paul Kehrer | 2013-10-18 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | |
| | | |/ | ||||||
| | * | | SHA-2 family support | Paul Kehrer | 2013-10-18 | 1 | -0/+24 | |
| | | | | ||||||
| | * | | Merge pull request #123 from reaperhulk/hash-saga-sha1 | Donald Stufft | 2013-10-18 | 2 | -0/+78 | |
| | |\ \ | | | | | | | | | | | 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 | 2 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | |||||
| | | * | | Hash Saga Part 3 - API changes + SHA1 support + tests | Paul Kehrer | 2013-10-18 | 2 | -0/+78 | |
| | | | | | ||||||
| | * | | | Added bindings for pkcs7. Refs #77 | Alex Gaynor | 2013-10-18 | 2 | -0/+35 | |
| | | |/ | | |/| | ||||||
| | * | | Merge pull request #115 from dreid/asn1 | Donald Stufft | 2013-10-18 | 2 | -0/+122 | |
| | |\ \ | | | | | | | | | | | ASN1 because someone had to do it. Refs #77 | |||||
| | | * | | Add a space between arguments per the style guide. | David Reid | 2013-10-18 | 1 | -1/+1 | |
| | | | | | ||||||
| | | * | | More whitespace for great good. | David Reid | 2013-10-18 | 1 | -0/+1 | |
| | | | | | ||||||
| | | * | | Move some stuff that doesn't pass verification because reasons to the MACROS ↵ | David Reid | 2013-10-18 | 1 | -9/+15 | |
| | | | | | | | | | | | | | | | | | | | | section. | |||||
| | | * | | ASN1 because someone had to do it. Refs #77 | David Reid | 2013-10-18 | 2 | -0/+115 | |
| | | | | | ||||||
| | * | | | Bind teh remainder of EVP | Alex Gaynor | 2013-10-18 | 1 | -0/+26 | |
| | | |/ | | |/| | ||||||
| | * | | add OpenSSL EVP_MD* functions for upcoming cryptographic hash support | Paul Kehrer | 2013-10-18 | 1 | -0/+12 | |
| | |/ | ||||||
| | * | Removed name fro BlockCipher -- it's arbitrarily based on the format openssl ↵ | Alex Gaynor | 2013-10-17 | 1 | -6/+0 | |
| | | | | | | | | | | | | uses for *some* ciphers | |||||
| | * | change abstract base class registration to use a decorator in modes | Paul Kehrer | 2013-10-17 | 1 | -6/+11 | |
| | | | ||||||
| * | | Include CTR mode | Alex Gaynor | 2013-10-17 | 1 | -2/+2 | |
| | | | ||||||
| * | | Merge branch 'master' into refactor-cipher-names | Alex Gaynor | 2013-10-17 | 3 | -0/+15 | |
| |\| | ||||||
| | * | AES Counter support | Paul Kehrer | 2013-10-17 | 3 | -0/+15 | |
| | | | | | | | | | | | | | | | * vectors from RFC 3686 * Documentation for the mode | |||||
| * | | pep8 and py3k fixes | Alex Gaynor | 2013-10-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | Refactor how cipher names are computed | Alex Gaynor | 2013-10-16 | 2 | -11/+45 | |
| |/ | ||||||
* | | Get the tests running | Alex Gaynor | 2013-10-16 | 1 | -0/+10 | |
| | | ||||||
* | | Merge branch 'master' into triple-des | Alex Gaynor | 2013-10-16 | 20 | -63/+780 | |
|\| | | | | | | | | | | | | | | | | | Also moved most of the tests to the new format except for one which doesn't yet have an obvious translation Conflicts: cryptography/primitives/block/ciphers.py tests/primitives/test_nist.py | |||||
| * | Merge pull request #106 from alex/duplication-reduction | Donald Stufft | 2013-10-16 | 1 | -2/+5 | |
| |\ | | | | | | | Remove much of the duplication found in the tests | |||||
| | * | Consolidate this list | Alex Gaynor | 2013-10-16 | 1 | -2/+5 | |
| | | | ||||||
| * | | Explicitly add ssl.h as dependency | Matthew Iversen | 2013-10-17 | 3 | -4/+30 | |
| |/ | | | | | | | | | Add ssl as a linked library, this is at least necessary on ArchLinux | |||||
| * | Merge pull request #103 from alex/style-fixes | Donald Stufft | 2013-10-16 | 1 | -15/+18 | |
| |\ | | | | | | | A handful of small style fixes | |||||
| | * | A handful of small style fixes | Alex Gaynor | 2013-10-15 | 1 | -15/+18 | |
| | | | ||||||
| * | | Merge pull request #72 from reaperhulk/camellia-support | Alex Gaynor | 2013-10-16 | 2 | -1/+25 | |
| |\ \ | | |/ | |/| | Camellia support | |||||
| | * | change camellia keysize to frozenset to match recent PR | Paul Kehrer | 2013-10-06 | 1 | -1/+1 | |
| | | | ||||||
| | * | rebase and modify to support some changed behaviors | Paul Kehrer | 2013-10-06 | 1 | -6/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update code to reflect new api object (ffi and lib are no longer private) * tests updated to take an api object * skipif marks removed for now as we need to use the api passed to each individual test. skip testing done inside the test * changed name of supports in api to supports_cipher (future PRs will contain supports_hash) | |||||
| | * | Camellia block cipher support | Paul Kehrer | 2013-10-06 | 1 | -0/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * Tests for CBC, OFB, CFB, and ECB * Tests will be automatically skipped if camellia support is not present in your OpenSSL library (e.g. OS X 10.8 with default OpenSSL) * Test for unsupported cipher in create_block_cipher_context * Docs for the cipher | |||||
| | * | lower ciphername, add api supports, improved assertion message | Paul Kehrer | 2013-10-06 | 1 | -3/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * supports method added to api to check if a ciphername is available. This will be used with skipif (and probably elsewhere) * ciphername lowered. OpenSSL frequently supports aliases for various casing, but reliably supports all lowercase. (e.g. camellia-128-cbc, vs Camellia-128-CBC) * When a cipher is not found an error will now be raised telling you what string cipher it couldn't find. This should probably become a real error like CipherNotFoundError. |