aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add new CRL test vectorPaul Kehrer2015-12-222-0/+17
* Merge pull request #2543 from reaperhulk/crl-extensionsAlex Gaynor2015-12-225-6/+46
|\
| * lowercase the first letter since that's how it's actually declaredPaul Kehrer2015-12-221-1/+1
| * support parsing CRL extensions in the OpenSSL backendPaul Kehrer2015-12-215-6/+46
* | Merge pull request #2542 from reaperhulk/missing-docsAlex Gaynor2015-12-211-0/+4
|\ \ | |/ |/|
| * add changelog for CertificateRevocationList signature/tbs_certlist_bytesPaul Kehrer2015-12-211-0/+4
|/
* Merge pull request #2541 from reaperhulk/crl-serializationAlex Gaynor2015-12-215-0/+100
|\
| * add test for byte matchingPaul Kehrer2015-12-211-0/+24
| * link public_bytes in changelogPaul Kehrer2015-12-211-1/+1
| * add a CRL public_bytes methodPaul Kehrer2015-12-205-0/+76
|/
* Merge pull request #2538 from reaperhulk/empty-crls-are-beautiful-tooAlex Gaynor2015-12-204-7/+27
|\
| * support CRLs with no revoked certificatesPaul Kehrer2015-12-204-7/+27
* | Merge pull request #2525 from nbastin/20151112-access-methodPaul Kehrer2015-12-203-11/+43
|\ \ | |/ |/|
| * Nothing to see here...Nick Bastin2015-12-200-0/+0
| |\
| | * Dealing with the pedantry of pep8Nick Bastin2015-12-141-2/+0
| | * Test for non-standard AIA support in CertificateBuilderNick Bastin2015-12-131-0/+32
| | * 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
| |\ \ | | |/ | |/|
* | | Merge pull request #2534 from alex/ev-oidPaul Kehrer2015-12-192-0/+29
|\ \ \
| * | | 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
|\ \ \ \
| * | | | 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 pointerChristian Heimes2015-12-202-35/+63
|/ / /
* | | Merge pull request #2535 from alex/encode-dssPaul Kehrer2015-12-192-5/+5
|\ \ \
| * | | 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
|\ \ \ | |/ / |/| |
| * | 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
| |/