aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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!
| * Update fernet.rst - removed a word!Fran Fitzpatrick2015-08-251-1/+1
| |
* | Write as binaryTim Buchwaldt2015-08-261-2/+2
|/ | | At least on Python3 it fails otherwise.
* Update tutorial.rst as it was missing an importAbhijeet Rastogi2015-08-151-0/+1
|
* Fixed a pair of examples in teh docsAlex Gaynor2015-08-121-2/+2
|
* Merge pull request #2267 from queenp/iss2255Paul Kehrer2015-08-121-0/+17
|\ | | | | added get_extension_for_class #2255
| * Added ::versionadded 1.1 tag to get_extension_for_classPhoebe Queen2015-08-121-0/+2
| |
| * added docs for get_extension_for_classPhoebe Queen2015-08-121-0/+15
| |
* | Update the docs for the correct RFC in more placesAlex Gaynor2015-08-122-4/+4
| |