Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Dealing with the pedantry of pep8 | Nick Bastin | 2015-12-14 | 1 | -2/+0 | |
| | * | Test for non-standard AIA support in CertificateBuilder | Nick Bastin | 2015-12-13 | 1 | -0/+32 | |
| | * | Add bad input test for coverage of new validation | Nick Bastin | 2015-12-13 | 1 | -0/+4 | |
| | * | Dangling pep8 fix | Nick Bastin | 2015-12-13 | 1 | -1/+1 | |
| | * | PEP8 fixes | Nick Bastin | 2015-12-13 | 3 | -9/+18 | |
| | * | 4-space indent for this repo | Nick Bastin | 2015-12-13 | 1 | -1/+1 | |
| | * | Style cleanup, missing import | Nick Bastin | 2015-12-12 | 1 | -2/+6 | |
| | * | Add test for arbitrary access_method | Nick Bastin | 2015-12-12 | 1 | -0/+4 | |
| | * | Allow any OID for access_method, validate OIDs at creation time, fix tests. | Nick Bastin | 2015-12-12 | 4 | -41/+46 | |
| * | | Dealing with the pedantry of pep8 | Nick Bastin | 2015-12-20 | 1 | -2/+0 | |
| * | | Test for non-standard AIA support in CertificateBuilder | Nick Bastin | 2015-12-20 | 1 | -0/+32 | |
| * | | Dangling pep8 fix | Nick Bastin | 2015-12-20 | 1 | -1/+1 | |
| * | | PEP8 fixes | Nick Bastin | 2015-12-20 | 2 | -4/+1 | |
| * | | 4-space indent for this repo | Nick Bastin | 2015-12-20 | 1 | -1/+1 | |
| * | | Style cleanup, missing import | Nick Bastin | 2015-12-20 | 1 | -3/+6 | |
| * | | Add test for arbitrary access_method | Nick Bastin | 2015-12-20 | 1 | -0/+4 | |
| * | | Allow any OID for access_method, validate OIDs at creation time, fix tests. | Nick Bastin | 2015-12-20 | 2 | -6/+4 | |
| * | | Merge pull request #1 from pyca/master | Nick Bastin | 2015-12-19 | 9 | -65/+146 | |
| |\ \ | | |/ | |/| | ||||||
* | | | Merge pull request #2534 from alex/ev-oid | Paul Kehrer | 2015-12-19 | 2 | -0/+29 | |
|\ \ \ | ||||||
| * | | | updated the short names of oids | Alex Gaynor | 2015-12-19 | 1 | -7/+3 | |
| * | | | added oid names | Alex Gaynor | 2015-12-19 | 1 | -0/+11 | |
| * | | | added business category oid | Alex Gaynor | 2015-12-19 | 2 | -0/+5 | |
| * | | | too many newlines | Alex Gaynor | 2015-12-19 | 1 | -1/+0 | |
| * | | | added two more oids | Alex Gaynor | 2015-12-19 | 2 | -0/+13 | |
| * | | | Fixed #2531 -- added missing EV oid | Alex Gaynor | 2015-12-19 | 2 | -0/+5 | |
* | | | | Merge pull request #2536 from alex/bump-3.5 | Paul Kehrer | 2015-12-19 | 1 | -2/+2 | |
|\ \ \ \ | ||||||
| * | | | | fix | Alex Gaynor | 2015-12-19 | 1 | -1/+1 | |
| * | | | | Use the latest 3.5 release | Alex Gaynor | 2015-12-19 | 1 | -1/+1 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #2488 from tiran/password_cb_userdata | Alex Gaynor | 2015-12-19 | 2 | -35/+63 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Change password callback to use userdata pointer | Christian Heimes | 2015-12-20 | 2 | -35/+63 | |
|/ / / | ||||||
* | | | Merge pull request #2535 from alex/encode-dss | Paul Kehrer | 2015-12-19 | 2 | -5/+5 | |
|\ \ \ | ||||||
| * | | | use the non-deprecated name for this function | Alex Gaynor | 2015-12-19 | 2 | -5/+5 | |
| |/ / | ||||||
* | | | Merge pull request #2530 from nbastin/20151214-oid-val | Paul Kehrer | 2015-12-18 | 3 | -36/+101 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Typo | Nick Bastin | 2015-12-17 | 1 | -1/+1 | |
| * | | Avoid IndexError on too-short OIDs, add test for regression | Nick Bastin | 2015-12-17 | 2 | -0/+9 | |
| * | | OID validation | Nick Bastin | 2015-12-14 | 3 | -36/+92 | |
| |/ | ||||||
* | | Merge pull request #2532 from reaperhulk/fix-memory-leak | Alex Gaynor | 2015-12-15 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | X509_set_subject_name and X509_set_issuer_name copy the object | Paul Kehrer | 2015-12-15 | 1 | -2/+2 | |
* | | | Merge pull request #2529 from Lukasa/remove_sslv2_bindings | Paul Kehrer | 2015-12-14 | 2 | -22/+5 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Comment lingering SSLv2 symbol. | Cory Benfield | 2015-12-14 | 1 | -0/+4 | |
| * | | Remove SSLv2 bindings. | Cory Benfield | 2015-12-14 | 2 | -22/+1 | |
|/ / | ||||||
* | | Merge pull request #2528 from reaperhulk/fix-2496 | Alex Gaynor | 2015-12-14 | 2 | -0/+33 | |
|\ \ | |/ |/| | ||||||
| * | require not_valid_after >= not_valid_before | Paul Kehrer | 2015-12-13 | 2 | -0/+33 | |
|/ | ||||||
* | Merge pull request #2522 from reaperhulk/unpin-pytest | Alex Gaynor | 2015-12-12 | 3 | -3/+3 | |
|\ | ||||||
| * | Revert "pin pytest to disallow 2.8.4 which breaks tests" | Paul Kehrer | 2015-12-11 | 3 | -3/+3 | |
|/ | ||||||
* | Merge pull request #2520 from reaperhulk/port-changelog | Alex Gaynor | 2015-12-10 | 2 | -0/+10 | |
|\ | ||||||
| * | port 1.1.2 changelog to master | Paul Kehrer | 2015-12-10 | 2 | -0/+10 | |
|/ | ||||||
* | Merge pull request #2515 from reaperhulk/sigbus | Alex Gaynor | 2015-12-09 | 2 | -22/+0 | |
|\ | ||||||
| * | remove the bindings for these x86_64 specific EC functions | Paul Kehrer | 2015-12-09 | 2 | -22/+0 | |
* | | Merge pull request #2512 from Lukasa/docs_certificate_builder | Alex Gaynor | 2015-12-07 | 1 | -5/+1 | |
|\ \ |