aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | 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>
* Correct order of parameters in documentationMatěj Grabovský2015-09-161-1/+1
|
* rework OS X install docs to describe static/dynamic linkingPaul Kehrer2015-09-051-14/+41
|
* Merge branch 'master' into docs-fixPaul Kehrer2015-09-041-6/+9
|\
| * Fixed #2318 -- added the missing critical flag to the x509 tutorialAlex Gaynor2015-09-031-6/+9
| |
* | fix a docs typo and convert it to a doctest to prevent future problemsPaul Kehrer2015-09-041-22/+24
|/
* Merge pull request #2304 from Ayrx/fernet-docs-kdfPaul Kehrer2015-08-302-0/+42
|\ | | | | Add some text regarding using passwords with Fernet.
| * Add bcrypt to word list.Terry Chia2015-08-301-0/+1
| |
| * Mention bcrypt and scrypt.Terry Chia2015-08-301-1/+2
| |
| * Fix imports and wordings.Terry Chia2015-08-291-5/+6
| |
| * Add Django to wordlist.Terry Chia2015-08-291-0/+1
| |
| * Fixed PBKDF2 class target.Terry Chia2015-08-291-1/+1
| |
| * Fix link.Terry Chia2015-08-291-1/+1
| |
| * Add some text regarding using passwords with Fernet.Terry Chia2015-08-291-0/+38
| |
* | line lengthAlex Gaynor2015-08-291-4/+4
| |
* | spellingAlex Gaynor2015-08-291-1/+1
| |
* | Fixed #2270 -- update citation to something that worksAlex Gaynor2015-08-291-5/+5
|/
* Merge pull request #2297 from fxfitz/patch-1Alex Gaynor2015-08-271-1/+1
|\ | | | | Update fernet.rst - removed a word!