Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove idna as a primary dependency (#4624) | Paul Kehrer | 2018-12-06 | 1 | -0/+12 |
| | | | | | | | | | | * remove idna as a primary dependency * empty commit * dynamodb test fix (thanks to Matt Bullock) * review feedback | ||||
* | IssuingDistributionPoint support (parse only) (#4552) | Paul Kehrer | 2018-11-30 | 1 | -0/+71 |
| | | | | | | | | | | | | | | | | | | | | | | * IssuingDistributionPoint support h/t to Irina Renteria for the initial work here * python 2 unfortunately still exists * py2 repr * typo caught by flake8 * add docs * review feedback * reorder args, other fixes * use the alex name * add changelog | ||||
* | PKCS12 Basic Parsing (#4553) | Paul Kehrer | 2018-11-28 | 1 | -0/+37 |
| | | | | | | | | | | | | | | | | | | * PKCS12 parsing support * running all the tests is so gauche * rename func * various significant fixes * dangerous idiot here * move pkcs12 * docs updates * a bit more prose | ||||
* | add ed448 test vectors (#4608) | Paul Kehrer | 2018-11-24 | 1 | -0/+1 |
| | |||||
* | X448 support (#4580) | Paul Kehrer | 2018-11-22 | 2 | -0/+105 |
| | | | | | | | | | | | | | | | | | | | | * x448 support This work was originally authored by derwolfe * update docs to have a more useful derived key length * error if key is not a valid length in from_public_bytes * one more * switch to using evp_pkey_keygen_gc for x448 keygen * review feedback * switch to using evp_pkey_derive * nit fix | ||||
* | add sha3 support (#4573) | Paul Kehrer | 2018-11-22 | 1 | -0/+37 |
| | | | | | | | | * add sha3 support * missed versionadded * add prose, remove block_size | ||||
* | add SHA512/224 and SHA512/256 support (#4575) | Paul Kehrer | 2018-11-12 | 1 | -0/+14 |
| | | | | | | * add SHA512/224 and SHA512/256 support * add missing docs | ||||
* | x448 test vectors (#4576) | Paul Kehrer | 2018-11-12 | 1 | -1/+1 |
| | |||||
* | add a few more EC OIDs (#4572) | Paul Kehrer | 2018-11-11 | 1 | -0/+78 |
| | | | | | | * add a few more EC OIDs * spaces matter | ||||
* | another pkcs12 vector (#4557) | Paul Kehrer | 2018-11-04 | 1 | -2/+8 |
| | | | | | | | | * another pkcs12 vector also fixed the pathing to be consistent in the docs for PKCS12 vectors * add a cert with no key pkcs12 as well | ||||
* | additional pkcs12 test vector (#4554) | Paul Kehrer | 2018-11-03 | 1 | -0/+3 |
| | |||||
* | add EC OIDs (#4435) | Paul Kehrer | 2018-10-30 | 1 | -0/+32 |
| | | | | | | * add EC OIDs * move ec oid docs to bottom | ||||
* | add pkcs12 test vectors (#4535) | Paul Kehrer | 2018-10-30 | 1 | -0/+20 |
| | | | | | | * add pkcs12 test vectors * add more explanatino | ||||
* | Whitelist NTT for linkcheck (#4547) | Alex Gaynor | 2018-10-30 | 1 | -0/+2 |
| | |||||
* | add issuingDistributionPoint vectors (#4537) | Paul Kehrer | 2018-10-29 | 1 | -0/+24 |
| | |||||
* | OCSP response builder (#4485) | Paul Kehrer | 2018-10-28 | 1 | -0/+185 |
| | | | | | | | | * ocsp response builder * better prose * review changes | ||||
* | add IDP OID and docs (#4533) | Paul Kehrer | 2018-10-28 | 1 | -0/+6 |
| | |||||
* | change ECDH documentation to show both classical ECDH and ECDHE (#4530) | Paul Kehrer | 2018-10-28 | 1 | -6/+52 |
| | |||||
* | reorder curves to put binary (SECT) curves down at the bottom (#4529) | Paul Kehrer | 2018-10-28 | 1 | -48/+59 |
| | | | also add a disclaimer that you shouldn't use them | ||||
* | add a new SCT vector (#4528) | Paul Kehrer | 2018-10-27 | 2 | -0/+3 |
| | | | | | | * add a new SCT vector * ridiculous | ||||
* | HTTPS one last URL (#4522) | Alex Gaynor | 2018-10-25 | 1 | -1/+1 |
| | |||||
* | OpenPGP's website is also HTTPS! (#4518) | Alex Gaynor | 2018-10-24 | 1 | -1/+1 |
| | |||||
* | oss-security page is https too! (#4517) | Alex Gaynor | 2018-10-24 | 1 | -1/+1 |
| | |||||
* | Colin's website went HTTPS! (#4515) | Alex Gaynor | 2018-10-24 | 2 | -3/+3 |
| | |||||
* | next_update is not a required field on OCSP responses (#4513) | Paul Kehrer | 2018-10-23 | 1 | -0/+2 |
| | |||||
* | Another URL goes https! (#4512) | Alex Gaynor | 2018-10-24 | 1 | -1/+1 |
| | |||||
* | Update the linkcheck ignores (#4511) | Alex Gaynor | 2018-10-24 | 1 | -2/+5 |
| | | | | | | | | * Update the linkcheck ignores * Hack? * Ok, this should work | ||||
* | Enhance info on pip requirements intallation (#4499) | André Almeida | 2018-10-19 | 1 | -0/+4 |
| | | | | | | | | | | * Enhance info on pip requirements intallation * Remove virtualenv files from remote * Fix "pacakges" typo * Removing trailling whitespaces | ||||
* | simplify some language (#4495) | Paul Kehrer | 2018-10-10 | 1 | -2/+7 |
| | | | | | | | | | | | | * simplify some language * Update reference.rst * wrap * remove trailing whitespace the github web editor is bad and should feel bad | ||||
* | Style nits for docs (#4494) | Alex Gaynor | 2018-10-10 | 1 | -5/+5 |
| | |||||
* | Add a tutorial explaining how to check the signature of a certificate (#4478) | g_goessel | 2018-10-10 | 1 | -0/+68 |
| | |||||
* | OCSP response serialization (#4482) | Paul Kehrer | 2018-10-06 | 1 | -0/+8 |
| | | | | | | * support OCSP response serialization * empty commit, good times | ||||
* | support extensions in the OCSP request builder (#4481) | Paul Kehrer | 2018-10-06 | 1 | -0/+10 |
| | | | | | | | | | | * support extensions in the OCSP request builder * cover a missed branch * refactor to use new func * review feedback | ||||
* | add OCSP basic response extension parsing (#4479) | Paul Kehrer | 2018-10-06 | 1 | -0/+5 |
| | | | | | | | | | | * add OCSP basic response extension parsing Just nonce for now. This does not support SINGLERESP extension parsing. * also raises on extensions for non-successful * empty commit | ||||
* | support OCSP response parsing (#4452) | Paul Kehrer | 2018-10-01 | 1 | -0/+21 |
| | | | | | | | | | | | | * support OCSP response parsing * move the decorator to make pep8 happy * add some missing docs * review feedback * more review feedback | ||||
* | a few docs fixes and language improvements (#4472) | Paul Kehrer | 2018-09-14 | 4 | -13/+11 |
| | |||||
* | OCSP request extension parsing (#4464) | Paul Kehrer | 2018-09-09 | 3 | -0/+40 |
| | | | | | | | | | | * add OCSP request parsing support with OCSPNonce * add docs * reprs man * make extensions a cached property | ||||
* | add OCSP request with a request extension (nonce) (#4462) | Paul Kehrer | 2018-09-07 | 1 | -0/+2 |
| | |||||
* | document that OCSPResponse attributes can raise valuerror (#4453) | Paul Kehrer | 2018-09-01 | 1 | -0/+48 |
| | |||||
* | More OCSP vectors (#4451) | Paul Kehrer | 2018-09-01 | 1 | -0/+5 |
| | | | | | | | | * yet another ocsp response vector. and yet there will be at least one more after this * add one more | ||||
* | add LE subordinate certificate to test vectors (#4450) | Paul Kehrer | 2018-09-01 | 1 | -0/+2 |
| | |||||
* | initial OCSP response docs (#4448) | Paul Kehrer | 2018-09-01 | 1 | -0/+179 |
| | |||||
* | add more OCSP response vectors (#4445) | Paul Kehrer | 2018-09-01 | 1 | -0/+7 |
| | | | | | | * add more OCSP response vectors * another vector and better docs | ||||
* | Fixes #4333 -- added support for precert poison extension (#4442) | Alex Gaynor | 2018-08-31 | 1 | -0/+23 |
| | | | | | | | | | | | | | | * Fixes #4333 -- added support for precert poison extension * Make work on all OpenSSL versions * fixed flake8 + docs * fix for older OpenSSLs * document this * spell | ||||
* | OCSP response vector (#4443) | Paul Kehrer | 2018-08-31 | 1 | -0/+5 |
| | | | | | | | | | | * OCSP response vector * oops, wrong name * move ocsp response vector docs * make alex happy | ||||
* | refactor ocsp request parsing and generation to support only one cert (#4439) | Paul Kehrer | 2018-08-31 | 1 | -25/+17 |
| | | | | | | | | * refactor ocsp request parsing and generation to support only one cert * small doc change * notimplementederror | ||||
* | Fixes #3460 -- deprecate OpenSSL 1.0.1 (#4427) | Alex Gaynor | 2018-08-31 | 1 | -0/+4 |
| | | | | | | | | | | | | * Fixes #3460 -- deprecate OpenSSL 1.0.1 * We need to import warnings * flake8 * words are hard * rephrase | ||||
* | Fixes #4357 -- document the additional release steps for a security release ↵ | Alex Gaynor | 2018-08-30 | 2 | -0/+17 |
| | | | | | | | | | | | | | | (#4429) * Fixes #4357 -- document the additional release steps for a security release * One additional step * Fix a few typos * this is a word * link these | ||||
* | Added vector for pre-certificate poison extension (#4432) | Alex Gaynor | 2018-08-30 | 1 | -0/+2 |
| | |||||
* | Update our security documentation to match what we actually do (#4430) | Alex Gaynor | 2018-08-30 | 1 | -37/+7 |
| | | | | | | * Update our security documentation to match what we actually do * If you stand for nothing Burr, what will you fall for? |