Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make py3pep8 tox target use a general python3. | Terry Chia | 2015-08-16 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2276 from viraptor/move-signature-typecheck | Alex Gaynor | 2015-08-15 | 3 | -8/+9 |
|\ | | | | | Move signature type checks | ||||
| * | Move signature type checks | Stanisław Pitucha | 2015-08-14 | 3 | -8/+9 |
| | | | | | | | | Move the point of checking signatures, as suggested by alex in PR 2262. | ||||
* | | Merge pull request #2277 from shadyabhi/patch-1 | Paul Kehrer | 2015-08-14 | 1 | -0/+1 |
|\ \ | |/ |/| | Update tutorial.rst as it was missing an import | ||||
| * | Update tutorial.rst as it was missing an import | Abhijeet Rastogi | 2015-08-15 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #2274 from reaperhulk/fix-test | Alex Gaynor | 2015-08-12 | 1 | -1/+2 |
|\ | | | | | skip if check on ec test | ||||
| * | skip if check on ec test | Paul Kehrer | 2015-08-12 | 1 | -1/+2 |
|/ | |||||
* | Merge pull request #2262 from viraptor/non-bytes-signatures | Paul Kehrer | 2015-08-12 | 6 | -0/+39 |
|\ | | | | | Ensure early exeption on non-bytes signature | ||||
| * | Enforce signature type in ECDSA and add tests | Stanisław Pitucha | 2015-08-12 | 4 | -0/+33 |
| | | | | | | | | | | Ensure that ECDSA signatures are bytes to match RSA/DSA and add tests for all three. | ||||
| * | Ensure early exeption on non-bytes signature | Stanisław Pitucha | 2015-08-11 | 2 | -0/+6 |
| | | | | | | | | | | Signature must be in bytes. If the check is skipped, verify() can explode later in cffi call in _verify_pkey_ctx() for example. | ||||
* | | Merge pull request #2273 from pyca/alex-patch-1 | Paul Kehrer | 2015-08-12 | 1 | -2/+2 |
|\ \ | | | | | | | Fixed a pair of examples in teh docs | ||||
| * | | Fixed a pair of examples in teh docs | Alex Gaynor | 2015-08-12 | 1 | -2/+2 |
|/ / | |||||
* | | Merge pull request #2272 from queenp/authors | Paul Kehrer | 2015-08-12 | 1 | -0/+1 |
|\ \ | | | | | | | Adding me to AUTHORS.rst :) | ||||
| * | | Adding me to AUTHORS.rst :) | Phoebe Queen | 2015-08-12 | 1 | -0/+1 |
|/ / | |||||
* | | Merge pull request #2267 from queenp/iss2255 | Paul Kehrer | 2015-08-12 | 3 | -0/+51 |
|\ \ | | | | | | | added get_extension_for_class #2255 | ||||
| * | | Swap test vector verisign for cryptography.io.pem | Phoebe Queen | 2015-08-12 | 1 | -3/+3 |
| | | | |||||
| * | | Added ::versionadded 1.1 tag to get_extension_for_class | Phoebe Queen | 2015-08-12 | 1 | -0/+2 |
| | | | |||||
| * | | fixed pep8 error | Phoebe Queen | 2015-08-12 | 1 | -2/+2 |
| | | | |||||
| * | | fixed pep8 error | Phoebe Queen | 2015-08-12 | 1 | -1/+1 |
| | | | |||||
| * | | undid erroneous assertion | Phoebe Queen | 2015-08-12 | 1 | -1/+0 |
| | | | |||||
| * | | making tests more explicit | Phoebe Queen | 2015-08-12 | 1 | -6/+3 |
| | | | |||||
| * | | added test to raise error | Phoebe Queen | 2015-08-12 | 2 | -1/+17 |
| | | | |||||
| * | | fixing pep8 errors #2255 | Phoebe Queen | 2015-08-12 | 2 | -2/+7 |
| | | | |||||
| * | | added docs for get_extension_for_class | Phoebe Queen | 2015-08-12 | 1 | -0/+15 |
| | | | |||||
| * | | added test for get_extension_for_class | Phoebe Queen | 2015-08-12 | 1 | -0/+10 |
| | | | |||||
| * | | Corrected class checking #2255 | Phoebe Queen | 2015-08-12 | 1 | -1/+1 |
| | | | |||||
| * | | Merge remote-tracking branch 'upstream/master' into iss2255 | Phoebe Queen | 2015-08-12 | 3 | -206/+206 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Class Extensions was moved while I was adding function. Fixed now. Conflicts: src/cryptography/x509/base.py | ||||
| * | | | added get_extension_for_class #2255 | Phoebe Queen | 2015-08-12 | 1 | -0/+7 |
| | | | | |||||
* | | | | Merge pull request #2271 from reaperhulk/eleventh-release-begins | Alex Gaynor | 2015-08-12 | 3 | -2/+8 |
|\ \ \ \ | | | | | | | | | | | reopen master for eleventh release | ||||
| * | | | | reopen master for eleventh release | Paul Kehrer | 2015-08-12 | 3 | -2/+8 |
|/ / / / | |||||
* | | | | Merge pull request #2266 from reaperhulk/10-release | Alex Gaynor | 2015-08-12 | 3 | -5/+3 |
|\ \ \ \ | | | | | | | | | | | bump versions and release 1.0 | ||||
| * | | | | bump versions and release 1.0 | Paul Kehrer | 2015-08-12 | 3 | -5/+3 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #2269 from alex/dss-docs | Paul Kehrer | 2015-08-12 | 2 | -4/+4 |
|\ \ \ \ | | | | | | | | | | | Update the docs for the correct RFC in more places | ||||
| * | | | | Update the docs for the correct RFC in more places | Alex Gaynor | 2015-08-12 | 2 | -4/+4 |
|/ / / / | |||||
* | | | | Merge pull request #2250 from reaperhulk/fix-2246 | Alex Gaynor | 2015-08-12 | 8 | -32/+75 |
|\ \ \ \ | | | | | | | | | | | resolve incorrect docs/naming around DSA (r, s) tuple encode/decode | ||||
| * | | | | resolve incorrect docs/naming around DSA (r, s) tuple encode/decode | Paul Kehrer | 2015-08-10 | 8 | -32/+75 |
| | | | | | |||||
* | | | | | Merge pull request #2265 from reaperhulk/split-extensions-5 | Alex Gaynor | 2015-08-12 | 3 | -157/+154 |
|\ \ \ \ \ | |_|/ / / |/| | | | | move Extensions, Extension, ExtensionType, GeneralNames, SAN, & IAN | ||||
| * | | | | move Extensions, Extension, ExtensionType, GeneralNames, SAN, & IAN | Paul Kehrer | 2015-08-11 | 3 | -157/+154 |
|/ / / / | |||||
* | | | | Merge pull request #2264 from reaperhulk/split-extensions-4 | Alex Gaynor | 2015-08-11 | 3 | -199/+199 |
|\ \ \ \ | |_|/ / |/| | | | move extension exceptions, NameConstraints, and KeyUsage | ||||
| * | | | move extension exceptions, NameConstraints, and KeyUsage | Paul Kehrer | 2015-08-11 | 3 | -199/+199 |
|/ / / | |||||
* | | | Merge pull request #2263 from reaperhulk/split-extensions-3 | Donald Stufft | 2015-08-11 | 3 | -214/+214 |
|\ \ \ | | | | | | | | | move ExtendedKeyUsage, CertificatePolicies, and InhibitAnyPolicy | ||||
| * | | | move ExtendedKeyUsage, CertificatePolicies, and InhibitAnyPolicy | Paul Kehrer | 2015-08-11 | 3 | -214/+214 |
| | | | | |||||
* | | | | Merge pull request #2252 from reaperhulk/x509-ref-update | Alex Gaynor | 2015-08-11 | 2 | -215/+242 |
|\ \ \ \ | |/ / / |/| | | | Update x509 docs to use namespace OIDs | ||||
| * | | | make import consistent | Paul Kehrer | 2015-08-11 | 1 | -6/+6 |
| | | | | |||||
| * | | | update tutorial to use namespace OIDs | Paul Kehrer | 2015-08-11 | 1 | -5/+6 |
| | | | | |||||
| * | | | update x509 reference to use namespaced OIDs | Paul Kehrer | 2015-08-11 | 1 | -210/+236 |
| | |/ | |/| | |||||
* | | | Merge pull request #2260 from reaperhulk/split-extensions-2 | Alex Gaynor | 2015-08-11 | 3 | -239/+241 |
|\ \ \ | | | | | | | | | move AuthorityInformationAccess, BasicConstraints, & CRLDistributionPoints | ||||
| * | | | move AuthorityInformationAccess, BasicConstraints, & CRLDistributionPoints | Paul Kehrer | 2015-08-10 | 3 | -239/+241 |
| | | | | |||||
* | | | | Merge pull request #2259 from reaperhulk/oid-namespace-tests | Alex Gaynor | 2015-08-11 | 2 | -45/+51 |
|\ \ \ \ | |_|/ / |/| | | | convert the rest of the OIDs in the tests to use the new namespaces | ||||
| * | | | convert the rest of the OIDs in the tests to use the new namespaces | Paul Kehrer | 2015-08-10 | 2 | -45/+51 |
| | | | |