aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2220 from reaperhulk/encode-cpAlex Gaynor2015-10-242-0/+179
|\ | | | | support encoding certificate policies in CertificateBuilder
| * use new ExtensionOIDPaul Kehrer2015-10-241-1/+1
| |
| * one more assertPaul Kehrer2015-10-241-1/+1
| |
| * convert asserts to openssl_assertPaul Kehrer2015-10-241-10/+10
| |
| * support encoding certificate policies in CertificateBuilderPaul Kehrer2015-10-242-0/+179
| |
* | Merge pull request #2293 from reaperhulk/idempotent-engine-addAlex Gaynor2015-10-243-8/+11
|\ \ | |/ |/| idempotent engine add
| * address review commentsPaul Kehrer2015-10-241-5/+2
| |
| * make engine addition idempotentPaul Kehrer2015-10-213-7/+13
| | | | | | | | | | | | | | | | | | | | | | Threading issues keep cropping up. ENGINE_add already acquires a lock at the C layer via CRYPTO_w_lock (provided you have registered the locking callbacks) so let's try to use that. As part of this we'll try to init the openssl locks, but of course there's potentially a race there as well. Clearly this isn't the real fix but it might improve the situation while we try to determine what to do.
* | Merge pull request #2445 from alex/name-hashPaul Kehrer2015-10-243-0/+26
|\ \ | | | | | | Fixed #2444 -- added an __hash__ to x509 Names
| * | typoAlex Gaynor2015-10-241-1/+1
| | |
| * | changelog entryAlex Gaynor2015-10-241-0/+1
| | |
| * | Fixed #2444 -- added an __hash__ to x509 NamesAlex Gaynor2015-10-242-0/+25
|/ /
* | Merge pull request #2441 from reaperhulk/better-linking-docsAlex Gaynor2015-10-231-1/+4
|\ \ | | | | | | some ec key exchange doc improvements
| * | some ec key exchange doc improvementsPaul Kehrer2015-10-221-1/+4
|/ /
* | Merge pull request #1970 from reaperhulk/aes-keywrap-pythonlvh2015-10-225-0/+264
|\ \ | |/ |/| AES keywrap support
| * add comments on test cases to explain reasons a bit betterPaul Kehrer2015-10-221-0/+5
| |
| * update a commentPaul Kehrer2015-10-221-2/+3
| |
| * add info about the rfcPaul Kehrer2015-10-221-0/+6
| |
| * expand keywrap intro docsPaul Kehrer2015-10-211-1/+4
| |
| * make skip message more verbosePaul Kehrer2015-10-211-11/+10
| |
| * add version added info and doc exceptionPaul Kehrer2015-10-211-0/+7
| |
| * pep8!Paul Kehrer2015-10-211-1/+1
| |
| * add changelog entryPaul Kehrer2015-10-211-0/+3
| |
| * AES keywrap supportPaul Kehrer2015-10-215-1/+241
|/
* Merge pull request #2440 from reaperhulk/small-cleanupsAlex Gaynor2015-10-214-19/+22
|\ | | | | Some CRL cleanups
| * hoist a dict up to module scope so we don't recreate it every callPaul Kehrer2015-10-211-12/+15
| |
| * add changelog entryPaul Kehrer2015-10-211-0/+3
| |
| * move revoked_certificate assignment in the doctestsPaul Kehrer2015-10-211-5/+2
| |
| * fix some indentationPaul Kehrer2015-10-211-2/+2
|/
* Merge pull request #2315 from etrauschke/crl_ossl_backendPaul Kehrer2015-10-218-26/+644
|\ | | | | OpenSSL backend code for CRLs
| * test fixErik Trauschke2015-10-211-0/+2
| |
| * remove convenience functions for revoked extensionsErik Trauschke2015-10-213-42/+12
| | | | | | | | fix docs regarding CRL PEM format
| * add commentsErik Trauschke2015-10-202-26/+37
| |
| * Merge branch 'master' into crl_ossl_backendErik Trauschke2015-10-2029-73/+352
| |\
| | * Merge branch 'master', remote-tracking branch 'upstream/master'Erik Trauschke2015-10-200-0/+0
| | |
| * | Merge branch 'crl_ossl_backend' of github.com:etrauschke/cryptography into ↵Erik Trauschke2015-10-2010-26/+672
| |\ \ | | | | | | | | | | | | crl_ossl_backend
| | * | removing caching mechanism for x509 propertiesErik Trauschke2015-10-156-95/+80
| | | | | | | | | | | | | | | | | | | | | | | | undo name change of CRLExtensionOID use custom parsing mechanism for certIssuer entry extension add new crl to vectors for testing invalid certIssuer entry ext
| | * | import fixErik Trauschke2015-10-141-2/+2
| | | |
| | * | use X509ExtensionParser for Revoked extensionsErik Trauschke2015-10-146-145/+106
| | | | | | | | | | | | | | | | | | | | | | | | remove revoked_certificates property from RevokedCertificate class CRLExtensions should actually be RevokedExtensions doctest cleanup for RevokedCertificate
| | * | doctest fixErik Trauschke2015-10-131-0/+1
| | | |
| | * | fix indentationsErik Trauschke2015-10-133-69/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | change docs to indicate CRL objects are iterable fix docs for revoked certs make _decode_crl_reason more readable add __getitem__ method to CRL object remove double underscores
| | * | use openssl assertErik Trauschke2015-09-282-24/+32
| | | | | | | | | | | | | | | | | | | | | | | | change _build* to _decode* make CRLs into iterators various fixes
| | * | Merge branch 'master' into crl_ossl_backendErik Trauschke2015-09-288-63/+34
| | |\ \
| | * \ \ Merge branch 'crl_ossl_backend' of github.com:etrauschke/cryptography into ↵Erik Trauschke2015-09-288-4/+681
| | |\ \ \ | | | | | | | | | | | | | | | | | | crl_ossl_backend
| | | * \ \ Merge branch 'master' into crl_ossl_backendErik Trauschke2015-09-252-154/+178
| | | |\ \ \
| | | * \ \ \ Merge branch 'master' into crl_ossl_backendErik Trauschke2015-09-251-0/+8
| | | |\ \ \ \
| | | * \ \ \ \ Merge branch 'master' into crl_ossl_backendErik Trauschke2015-09-251-3/+4
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge branch 'master' into crl_ossl_backendErik Trauschke2015-09-2511-8/+498
| | | |\ \ \ \ \ \
| | | * | | | | | | OpenSSL backend code for CRLsErik Trauschke2015-09-248-4/+681
| | | | | | | | | |
* | | | | | | | | | Merge pull request #2437 from reaperhulk/ecdhe-docsHynek Schlawack2015-10-211-0/+5
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | add a little bit to the docs about ECDHE