aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2427 from alex/ecdhPaul Kehrer2015-10-191-0/+44
|\ | | | | ECDH take 4
| * better document hte ifaceAlex Gaynor2015-10-171-0/+19
| |
| * a refactor to the APIAlex Gaynor2015-10-171-23/+4
| |
| * Add an Elliptic Curve Key Exchange Algorithm(ECDH)Simo Sorce2015-10-171-0/+44
| | | | | | | | | | | | | | | | | | The ECDH Key Exchange algorithm as standardized in NIST publication 800-56A Revision 2 Includes tests with vectors from NIST. Signed-off-by: Simo Sorce <simo@redhat.com>
* | Merge pull request #2417 from etrauschke/vectors_inval_certissuerPaul Kehrer2015-10-191-0/+2
|\ \ | | | | | | Add CRL to vectors for testing invalid certificateIssuer entry extension
| * | add crl file to test-vectors.rstErik Trauschke2015-10-151-0/+2
| | |
* | | Merge pull request #2422 from Lukasa/static-build-docsPaul Kehrer2015-10-191-1/+1
|\ \ \ | | | | | | | | Add --no-cache-dir when building static wheels.
| * | | Add --no-use-wheel when building static wheels.Cory Benfield2015-10-181-1/+1
| | | |
* | | | Merge pull request #2425 from reaperhulk/fix-encoding-der-addedAlex Gaynor2015-10-191-2/+4
|\ \ \ \ | | | | | | | | | | make it clearer when PEM and DER encoding support was added
| * | | | fix extra spacePaul Kehrer2015-10-171-1/+1
| | | | |
| * | | | make it clearer when PEM and DER encoding support was addedPaul Kehrer2015-10-171-2/+4
| | |_|/ | |/| |
* / | | Fix EC's generate_private_key param namesimo52015-10-181-1/+1
|/ / / | | | | | | | | | | | | | | | The first parameter is curve, not backend Signed-off-by: Simo Sorce <simo@redhat.com>
* | / Kill Key Exchange as a separate interfaceSimo Sorce2015-10-152-24/+0
| |/ |/| | | | | | | | | | | | | Ultimately it was decided that ECDH and the others can be implemented as simple classes without the overhead of an interface. So ... let's kill it, it was a fun process. Signed-off-by: Simo Sorce <simo@redhat.com>
* | Merge pull request #2412 from alex/correct-syntaxPaul Kehrer2015-10-131-6/+6
|\ \ | | | | | | Use the right reST syntax for these
| * | Use the right reST syntax for theseAlex Gaynor2015-10-121-6/+6
| | |
* | | nuke trailing whitespaceBenjamin Peterson2015-10-121-1/+1
| | |
* | | use :returns: and put annotation in the correct placeBenjamin Peterson2015-10-121-2/+2
| | |
* | | Indicate the return type of CertificateBuilder.signBenjamin Peterson2015-10-121-0/+2
|/ /
* | address review commentsPaul Kehrer2015-10-122-3/+7
| |
* | add some links to public key loading in the RSA/DSA verification sectionsPaul Kehrer2015-10-122-5/+13
| |
* | Merge pull request #2406 from reaperhulk/update-docs-openssl-builderAlex Gaynor2015-10-111-3/+4
|\ \ | | | | | | update docs to point at newer, fancier openssl builder
| * | update docs to point at newer, fancier openssl builderPaul Kehrer2015-10-111-3/+4
| | |
* | | Merge pull request #2402 from ddcc/patch-1Paul Kehrer2015-10-112-0/+7
|\ \ \ | | | | | | | | minor fix to handle malformed certificates without hostname
| * | | add 'hostname' to spellcheck dictionaryDominic Chen2015-10-101-0/+1
| | | |
| * | | fix to handle malformed certificates without hostnameDominic Chen2015-10-101-0/+6
| |/ /
* / / Fixed #2404 -- handle a certificate with an unknown public keyAlex Gaynor2015-10-101-0/+2
|/ /
* / Introduce Key Exchange Agreements interfaceSimo Sorce2015-10-072-0/+24
|/ | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* FIPS is a real word!Cory Benfield2015-10-071-0/+1
|
* Missing OpenSSL.org link.Cory Benfield2015-10-071-0/+1
|
* Don't accidentally use out-of-date OpenSSLs.Cory Benfield2015-10-071-4/+5
|
* Move link to bottom of docs page.Cory Benfield2015-10-071-2/+1
|
* Document building static wheels on Linux.Cory Benfield2015-10-071-0/+54
|
* Merge pull request #2392 from alex/drop-tlsPaul Kehrer2015-10-031-1/+1
|\ | | | | drop the tls, it uses a weird CA that's not supported on our CI
| * drop the tls, it uses a weird CA that's not supported on our CIAlex Gaynor2015-10-021-1/+1
| |
* | Merge pull request #2388 from reaperhulk/docs-testingAlex Gaynor2015-10-022-15/+10
|\ \ | | | | | | Doc update for test matrix + OS X install
| * | add a wordPaul Kehrer2015-10-021-0/+1
| | |
| * | simplify installation docs on OS X now that we have cffi wheelsPaul Kehrer2015-10-011-7/+1
| | |
| * | update our docs for the testing matrix to be accuratePaul Kehrer2015-10-011-8/+8
| | |
* | | document the extension type requirement a bit betterPaul Kehrer2015-10-021-5/+4
| |/ |/|
* | a few more fixesAlex Gaynor2015-10-022-3/+3
| |
* | HTTPS-ifiy to some linksAlex Gaynor2015-10-023-3/+3
|/
* We test on 3.5Alex Gaynor2015-09-251-2/+2
|
* We ship statically linked wheels for OS X as wellAlex Gaynor2015-09-251-3/+4
|
* appeasementAlex Gaynor2015-09-241-1/+1
|
* some commas that look correctAlex Gaynor2015-09-244-4/+4
|
* Some cleanupsAlex Gaynor2015-09-241-1/+1
|
* Add X963KDF from ANSI X9.63:2001Simo Sorce2015-09-242-0/+96
| | | | | | | | | | The implemention allows the use a Hash function to implement a KDF very similar to ConcatKDFHash, just different enough to require a separate derivation function. Closes #2203 Signed-off-by: Simo Sorce <simo@redhat.com>
* add docs on how to upgrade OpenSSL on OS X and windows buildersPaul Kehrer2015-09-221-5/+20
|
* Fixes #2353 -- document that we need PyPy 2.6+Alex Gaynor2015-09-191-1/+1
|
* Add NIST Vectors for ANSI X9.63 KDFSimo Sorce2015-09-181-0/+1
| | | | | | | Source: http://csrc.nist.gov/groups/STM/cavp/documents/components/800-135testvectors/ansx963_2001.zip Signed-off-by: Simo Sorce <simo@redhat.com>