aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * compilation fixPaul Kehrer2015-08-191-2/+4
| |
| * style fix + remove some elements of the struct that aren't in 0.9.8Paul Kehrer2015-08-181-5/+2
| |
| * added attribs to SSL_SESSION, SSL_SESSION_print. CIPHER_descriptionMiWCryptAnalytics2015-08-181-0/+11
| | | | | | For a project I am working on I need some session reflection directly from python. This change adds the required openssl SSL_SESSION struct attributes and functions within OpenSSL API
* | Merge pull request #2279 from Ayrx/patch-1Alex Gaynor2015-08-191-1/+1
|\ \ | |/ |/| Make py3pep8 tox target use a general python3.
| * Make py3pep8 tox target use a general python3.Terry Chia2015-08-161-1/+1
|/
* Merge pull request #2276 from viraptor/move-signature-typecheckAlex Gaynor2015-08-153-8/+9
|\ | | | | Move signature type checks
| * Move signature type checksStanisław Pitucha2015-08-143-8/+9
| | | | | | | | Move the point of checking signatures, as suggested by alex in PR 2262.
* | Merge pull request #2277 from shadyabhi/patch-1Paul Kehrer2015-08-141-0/+1
|\ \ | |/ |/| Update tutorial.rst as it was missing an import
| * Update tutorial.rst as it was missing an importAbhijeet Rastogi2015-08-151-0/+1
|/
* Merge pull request #2274 from reaperhulk/fix-testAlex Gaynor2015-08-121-1/+2
|\ | | | | skip if check on ec test
| * skip if check on ec testPaul Kehrer2015-08-121-1/+2
|/
* Merge pull request #2262 from viraptor/non-bytes-signaturesPaul Kehrer2015-08-126-0/+39
|\ | | | | Ensure early exeption on non-bytes signature
| * Enforce signature type in ECDSA and add testsStanisław Pitucha2015-08-124-0/+33
| | | | | | | | | | Ensure that ECDSA signatures are bytes to match RSA/DSA and add tests for all three.
| * Ensure early exeption on non-bytes signatureStanisław Pitucha2015-08-112-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-1Paul Kehrer2015-08-121-2/+2
|\ \ | | | | | | Fixed a pair of examples in teh docs
| * | Fixed a pair of examples in teh docsAlex Gaynor2015-08-121-2/+2
|/ /
* | Merge pull request #2272 from queenp/authorsPaul Kehrer2015-08-121-0/+1
|\ \ | | | | | | Adding me to AUTHORS.rst :)
| * | Adding me to AUTHORS.rst :)Phoebe Queen2015-08-121-0/+1
|/ /
* | Merge pull request #2267 from queenp/iss2255Paul Kehrer2015-08-123-0/+51
|\ \ | | | | | | added get_extension_for_class #2255
| * | Swap test vector verisign for cryptography.io.pemPhoebe Queen2015-08-121-3/+3
| | |
| * | Added ::versionadded 1.1 tag to get_extension_for_classPhoebe Queen2015-08-121-0/+2
| | |
| * | fixed pep8 errorPhoebe Queen2015-08-121-2/+2
| | |
| * | fixed pep8 errorPhoebe Queen2015-08-121-1/+1
| | |
| * | undid erroneous assertionPhoebe Queen2015-08-121-1/+0
| | |
| * | making tests more explicitPhoebe Queen2015-08-121-6/+3
| | |
| * | added test to raise errorPhoebe Queen2015-08-122-1/+17
| | |
| * | fixing pep8 errors #2255Phoebe Queen2015-08-122-2/+7
| | |
| * | added docs for get_extension_for_classPhoebe Queen2015-08-121-0/+15
| | |
| * | added test for get_extension_for_classPhoebe Queen2015-08-121-0/+10
| | |
| * | Corrected class checking #2255Phoebe Queen2015-08-121-1/+1
| | |
| * | Merge remote-tracking branch 'upstream/master' into iss2255Phoebe Queen2015-08-123-206/+206
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Class Extensions was moved while I was adding function. Fixed now. Conflicts: src/cryptography/x509/base.py
| * | | added get_extension_for_class #2255Phoebe Queen2015-08-121-0/+7
| | | |
* | | | Merge pull request #2271 from reaperhulk/eleventh-release-beginsAlex Gaynor2015-08-123-2/+8
|\ \ \ \ | | | | | | | | | | reopen master for eleventh release
| * | | | reopen master for eleventh releasePaul Kehrer2015-08-123-2/+8
|/ / / /
* | | | Merge pull request #2266 from reaperhulk/10-releaseAlex Gaynor2015-08-123-5/+3
|\ \ \ \ | | | | | | | | | | bump versions and release 1.0
| * | | | bump versions and release 1.0Paul Kehrer2015-08-123-5/+3
| | |/ / | |/| |
* | | | Merge pull request #2269 from alex/dss-docsPaul Kehrer2015-08-122-4/+4
|\ \ \ \ | | | | | | | | | | Update the docs for the correct RFC in more places
| * | | | Update the docs for the correct RFC in more placesAlex Gaynor2015-08-122-4/+4
|/ / / /
* | | | Merge pull request #2250 from reaperhulk/fix-2246Alex Gaynor2015-08-128-32/+75
|\ \ \ \ | | | | | | | | | | resolve incorrect docs/naming around DSA (r, s) tuple encode/decode
| * | | | resolve incorrect docs/naming around DSA (r, s) tuple encode/decodePaul Kehrer2015-08-108-32/+75
| | | | |
* | | | | Merge pull request #2265 from reaperhulk/split-extensions-5Alex Gaynor2015-08-123-157/+154
|\ \ \ \ \ | |_|/ / / |/| | | | move Extensions, Extension, ExtensionType, GeneralNames, SAN, & IAN
| * | | | move Extensions, Extension, ExtensionType, GeneralNames, SAN, & IANPaul Kehrer2015-08-113-157/+154
|/ / / /
* | | | Merge pull request #2264 from reaperhulk/split-extensions-4Alex Gaynor2015-08-113-199/+199
|\ \ \ \ | |_|/ / |/| | | move extension exceptions, NameConstraints, and KeyUsage
| * | | move extension exceptions, NameConstraints, and KeyUsagePaul Kehrer2015-08-113-199/+199
|/ / /
* | | Merge pull request #2263 from reaperhulk/split-extensions-3Donald Stufft2015-08-113-214/+214
|\ \ \ | | | | | | | | move ExtendedKeyUsage, CertificatePolicies, and InhibitAnyPolicy
| * | | move ExtendedKeyUsage, CertificatePolicies, and InhibitAnyPolicyPaul Kehrer2015-08-113-214/+214
| | | |
* | | | Merge pull request #2252 from reaperhulk/x509-ref-updateAlex Gaynor2015-08-112-215/+242
|\ \ \ \ | |/ / / |/| | | Update x509 docs to use namespace OIDs
| * | | make import consistentPaul Kehrer2015-08-111-6/+6
| | | |
| * | | update tutorial to use namespace OIDsPaul Kehrer2015-08-111-5/+6
| | | |
| * | | update x509 reference to use namespaced OIDsPaul Kehrer2015-08-111-210/+236
| | |/ | |/|