Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | use :returns: and put annotation in the correct place | Benjamin Peterson | 2015-10-12 | 1 | -2/+2 | |
| | | | | | | | | ||||||
* | | | | | | | | Indicate the return type of CertificateBuilder.sign | Benjamin Peterson | 2015-10-12 | 1 | -0/+2 | |
|/ / / / / / / | ||||||
* | | | | | | | address review comments | Paul Kehrer | 2015-10-12 | 2 | -3/+7 | |
| | | | | | | | ||||||
* | | | | | | | add some links to public key loading in the RSA/DSA verification sections | Paul Kehrer | 2015-10-12 | 2 | -5/+13 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #2406 from reaperhulk/update-docs-openssl-builder | Alex Gaynor | 2015-10-11 | 1 | -3/+4 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | update docs to point at newer, fancier openssl builder | |||||
| * | | | | | | update docs to point at newer, fancier openssl builder | Paul Kehrer | 2015-10-11 | 1 | -3/+4 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #2402 from ddcc/patch-1 | Paul Kehrer | 2015-10-11 | 2 | -0/+7 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | minor fix to handle malformed certificates without hostname | |||||
| * | | | | | | | add 'hostname' to spellcheck dictionary | Dominic Chen | 2015-10-10 | 1 | -0/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | fix to handle malformed certificates without hostname | Dominic Chen | 2015-10-10 | 1 | -0/+6 | |
| |/ / / / / / | ||||||
* / / / / / / | Fixed #2404 -- handle a certificate with an unknown public key | Alex Gaynor | 2015-10-10 | 1 | -0/+2 | |
|/ / / / / / | ||||||
* / / / / / | Introduce Key Exchange Agreements interface | Simo Sorce | 2015-10-07 | 2 | -0/+24 | |
|/ / / / / | | | | | | | | | | | | | | | | Signed-off-by: Simo Sorce <simo@redhat.com> | |||||
* | | | | | FIPS is a real word! | Cory Benfield | 2015-10-07 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Missing OpenSSL.org link. | Cory Benfield | 2015-10-07 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Don't accidentally use out-of-date OpenSSLs. | Cory Benfield | 2015-10-07 | 1 | -4/+5 | |
| | | | | | ||||||
* | | | | | Move link to bottom of docs page. | Cory Benfield | 2015-10-07 | 1 | -2/+1 | |
| | | | | | ||||||
* | | | | | Document building static wheels on Linux. | Cory Benfield | 2015-10-07 | 1 | -0/+54 | |
| | | | | | ||||||
* | | | | | Merge pull request #2392 from alex/drop-tls | Paul Kehrer | 2015-10-03 | 1 | -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 CI | Alex Gaynor | 2015-10-02 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #2388 from reaperhulk/docs-testing | Alex Gaynor | 2015-10-02 | 2 | -15/+10 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Doc update for test matrix + OS X install | |||||
| * | | | | | | add a word | Paul Kehrer | 2015-10-02 | 1 | -0/+1 | |
| | | | | | | | ||||||
| * | | | | | | simplify installation docs on OS X now that we have cffi wheels | Paul Kehrer | 2015-10-01 | 1 | -7/+1 | |
| | | | | | | | ||||||
| * | | | | | | update our docs for the testing matrix to be accurate | Paul Kehrer | 2015-10-01 | 1 | -8/+8 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | document the extension type requirement a bit better | Paul Kehrer | 2015-10-02 | 1 | -5/+4 | |
| |/ / / / |/| | | | | ||||||
* | | | | | a few more fixes | Alex Gaynor | 2015-10-02 | 2 | -3/+3 | |
| | | | | | ||||||
* | | | | | HTTPS-ifiy to some links | Alex Gaynor | 2015-10-02 | 3 | -3/+3 | |
|/ / / / | ||||||
* | | / | We test on 3.5 | Alex Gaynor | 2015-09-25 | 1 | -2/+2 | |
| |_|/ |/| | | ||||||
* | | | We ship statically linked wheels for OS X as well | Alex Gaynor | 2015-09-25 | 1 | -3/+4 | |
| |/ |/| | ||||||
* | | appeasement | Alex Gaynor | 2015-09-24 | 1 | -1/+1 | |
| | | ||||||
* | | some commas that look correct | Alex Gaynor | 2015-09-24 | 4 | -4/+4 | |
| | | ||||||
* | | Some cleanups | Alex Gaynor | 2015-09-24 | 1 | -1/+1 | |
| | | ||||||
* | | Add X963KDF from ANSI X9.63:2001 | Simo Sorce | 2015-09-24 | 2 | -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 builders | Paul Kehrer | 2015-09-22 | 1 | -5/+20 | |
| | ||||||
* | Fixes #2353 -- document that we need PyPy 2.6+ | Alex Gaynor | 2015-09-19 | 1 | -1/+1 | |
| | ||||||
* | Add NIST Vectors for ANSI X9.63 KDF | Simo Sorce | 2015-09-18 | 1 | -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 documentation | Matěj Grabovský | 2015-09-16 | 1 | -1/+1 | |
| | ||||||
* | rework OS X install docs to describe static/dynamic linking | Paul Kehrer | 2015-09-05 | 1 | -14/+41 | |
| | ||||||
* | Merge branch 'master' into docs-fix | Paul Kehrer | 2015-09-04 | 1 | -6/+9 | |
|\ | ||||||
| * | Fixed #2318 -- added the missing critical flag to the x509 tutorial | Alex Gaynor | 2015-09-03 | 1 | -6/+9 | |
| | | ||||||
* | | fix a docs typo and convert it to a doctest to prevent future problems | Paul Kehrer | 2015-09-04 | 1 | -22/+24 | |
|/ | ||||||
* | Merge pull request #2304 from Ayrx/fernet-docs-kdf | Paul Kehrer | 2015-08-30 | 2 | -0/+42 | |
|\ | | | | | Add some text regarding using passwords with Fernet. | |||||
| * | Add bcrypt to word list. | Terry Chia | 2015-08-30 | 1 | -0/+1 | |
| | | ||||||
| * | Mention bcrypt and scrypt. | Terry Chia | 2015-08-30 | 1 | -1/+2 | |
| | | ||||||
| * | Fix imports and wordings. | Terry Chia | 2015-08-29 | 1 | -5/+6 | |
| | | ||||||
| * | Add Django to wordlist. | Terry Chia | 2015-08-29 | 1 | -0/+1 | |
| | | ||||||
| * | Fixed PBKDF2 class target. | Terry Chia | 2015-08-29 | 1 | -1/+1 | |
| | | ||||||
| * | Fix link. | Terry Chia | 2015-08-29 | 1 | -1/+1 | |
| | | ||||||
| * | Add some text regarding using passwords with Fernet. | Terry Chia | 2015-08-29 | 1 | -0/+38 | |
| | | ||||||
* | | line length | Alex Gaynor | 2015-08-29 | 1 | -4/+4 | |
| | | ||||||
* | | spelling | Alex Gaynor | 2015-08-29 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed #2270 -- update citation to something that works | Alex Gaynor | 2015-08-29 | 1 | -5/+5 | |
|/ |