aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Add bad input test for coverage of new validationNick Bastin2015-12-131-0/+4
| | |
| | * Dangling pep8 fixNick Bastin2015-12-131-1/+1
| | |
| | * PEP8 fixesNick Bastin2015-12-133-9/+18
| | |
| | * 4-space indent for this repoNick Bastin2015-12-131-1/+1
| | |
| | * Style cleanup, missing importNick Bastin2015-12-121-2/+6
| | |
| | * Add test for arbitrary access_methodNick Bastin2015-12-121-0/+4
| | |
| | * Allow any OID for access_method, validate OIDs at creation time, fix tests.Nick Bastin2015-12-124-41/+46
| | |
| * | Dealing with the pedantry of pep8Nick Bastin2015-12-201-2/+0
| | |
| * | Test for non-standard AIA support in CertificateBuilderNick Bastin2015-12-201-0/+32
| | |
| * | Dangling pep8 fixNick Bastin2015-12-201-1/+1
| | |
| * | PEP8 fixesNick Bastin2015-12-202-4/+1
| | |
| * | 4-space indent for this repoNick Bastin2015-12-201-1/+1
| | |
| * | Style cleanup, missing importNick Bastin2015-12-201-3/+6
| | |
| * | Add test for arbitrary access_methodNick Bastin2015-12-201-0/+4
| | |
| * | Allow any OID for access_method, validate OIDs at creation time, fix tests.Nick Bastin2015-12-202-6/+4
| | |
| * | Merge pull request #1 from pyca/masterNick Bastin2015-12-199-65/+146
| |\ \ | | |/ | |/| Sync
* | | Merge pull request #2534 from alex/ev-oidPaul Kehrer2015-12-192-0/+29
|\ \ \ | | | | | | | | Fixed #2531 -- added missing EV oid
| * | | updated the short names of oidsAlex Gaynor2015-12-191-7/+3
| | | |
| * | | added oid namesAlex Gaynor2015-12-191-0/+11
| | | |
| * | | added business category oidAlex Gaynor2015-12-192-0/+5
| | | |
| * | | too many newlinesAlex Gaynor2015-12-191-1/+0
| | | |
| * | | added two more oidsAlex Gaynor2015-12-192-0/+13
| | | |
| * | | Fixed #2531 -- added missing EV oidAlex Gaynor2015-12-192-0/+5
| | | |
* | | | Merge pull request #2536 from alex/bump-3.5Paul Kehrer2015-12-191-2/+2
|\ \ \ \ | | | | | | | | | | Use the latest 3.5 release
| * | | | fixAlex Gaynor2015-12-191-1/+1
| | | | |
| * | | | Use the latest 3.5 releaseAlex Gaynor2015-12-191-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #2488 from tiran/password_cb_userdataAlex Gaynor2015-12-192-35/+63
|\ \ \ \ | |/ / / |/| | | Change password callback to use userdata pointer
| * | | Change password callback to use userdata pointerChristian Heimes2015-12-202-35/+63
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Instead of a closure the pem_password_cb now uses the void *userdata argument to exchange data with the callback function. It's a necessary step to port all callbacks to new static callbacks. See: #2477 Signed-off-by: Christian Heimes <christian@python.org>
* | | Merge pull request #2535 from alex/encode-dssPaul Kehrer2015-12-192-5/+5
|\ \ \ | | | | | | | | use the non-deprecated name for this function
| * | | use the non-deprecated name for this functionAlex Gaynor2015-12-192-5/+5
| |/ /
* | | Merge pull request #2530 from nbastin/20151214-oid-valPaul Kehrer2015-12-183-36/+101
|\ \ \ | |/ / |/| | OID validation
| * | TypoNick Bastin2015-12-171-1/+1
| | |
| * | Avoid IndexError on too-short OIDs, add test for regressionNick Bastin2015-12-172-0/+9
| | |
| * | OID validationNick Bastin2015-12-143-36/+92
| |/
* | Merge pull request #2532 from reaperhulk/fix-memory-leakAlex Gaynor2015-12-151-2/+2
|\ \ | | | | | | X509_set_subject_name and X509_set_issuer_name copy the object
| * | X509_set_subject_name and X509_set_issuer_name copy the objectPaul Kehrer2015-12-151-2/+2
| | | | | | | | | | | | | | | So we need to register our own copy for gc. This fixes a memory leak reported by Wulf.
* | | Merge pull request #2529 from Lukasa/remove_sslv2_bindingsPaul Kehrer2015-12-142-22/+5
|\ \ \ | |/ / |/| | Remove SSLv2 bindings.
| * | Comment lingering SSLv2 symbol.Cory Benfield2015-12-141-0/+4
| | |
| * | Remove SSLv2 bindings.Cory Benfield2015-12-142-22/+1
|/ / | | | | | | | | | | | | | | | | This commit removes bindings that allow users to set SSLv2 handshake methods. These are regarded as unnecessary and out-of-date: see #2527. This commit does leave in a few options that refer to SSLv2 in order to avoid breaking deployments that rely on them, and in order to allow users to continue to request that SSLv2 not be enabled at all in their OpenSSL.
* | Merge pull request #2528 from reaperhulk/fix-2496Alex Gaynor2015-12-142-0/+33
|\ \ | |/ |/| require not_valid_after >= not_valid_before
| * require not_valid_after >= not_valid_beforePaul Kehrer2015-12-132-0/+33
|/
* Merge pull request #2522 from reaperhulk/unpin-pytestAlex Gaynor2015-12-123-3/+3
|\ | | | | Revert "pin pytest to disallow 2.8.4 which breaks tests"
| * Revert "pin pytest to disallow 2.8.4 which breaks tests"Paul Kehrer2015-12-113-3/+3
|/ | | | This reverts commit ed48066a3f8e58af58926a17906540213e57f88e.
* Merge pull request #2520 from reaperhulk/port-changelogAlex Gaynor2015-12-102-0/+10
|\ | | | | port 1.1.2 changelog to master
| * port 1.1.2 changelog to masterPaul Kehrer2015-12-102-0/+10
|/
* Merge pull request #2515 from reaperhulk/sigbusAlex Gaynor2015-12-092-22/+0
|\ | | | | remove the bindings for these x86_64 specific EC functions
| * remove the bindings for these x86_64 specific EC functionsPaul Kehrer2015-12-092-22/+0
| | | | | | | | | | | | | | | | We have no need to invoke them directly and their presence triggers a bug related to Fedora 23's hobbling of openssl EC functions (uugh) This also fixes the SIGBUS issue in #2503, although that is more appropriately resolved via header fixes for universal libraries on OS X.
* | Merge pull request #2512 from Lukasa/docs_certificate_builderAlex Gaynor2015-12-071-5/+1
|\ \ | | | | | | Have CertificateBuilder docs create self-signed cert
| * | Have CertificateBuilder docs create self-signed certCory Benfield2015-12-071-5/+1
| | |
* | | Merge pull request #2511 from alex/pypy-4.0.1Paul Kehrer2015-12-071-4/+4
|\ \ \ | | | | | | | | bump to pypy 4.0.1