Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|/ | |||||
* | Merge pull request #2297 from fxfitz/patch-1 | Alex Gaynor | 2015-08-27 | 1 | -1/+1 |
|\ | | | | | Update fernet.rst - removed a word! | ||||
| * | Update fernet.rst - removed a word! | Fran Fitzpatrick | 2015-08-25 | 1 | -1/+1 |
| | | |||||
* | | Write as binary | Tim Buchwaldt | 2015-08-26 | 1 | -2/+2 |
|/ | | | At least on Python3 it fails otherwise. | ||||
* | Update tutorial.rst as it was missing an import | Abhijeet Rastogi | 2015-08-15 | 1 | -0/+1 |
| | |||||
* | Fixed a pair of examples in teh docs | Alex Gaynor | 2015-08-12 | 1 | -2/+2 |
| | |||||
* | Merge pull request #2267 from queenp/iss2255 | Paul Kehrer | 2015-08-12 | 1 | -0/+17 |
|\ | | | | | added get_extension_for_class #2255 | ||||
| * | Added ::versionadded 1.1 tag to get_extension_for_class | Phoebe Queen | 2015-08-12 | 1 | -0/+2 |
| | | |||||
| * | added docs for get_extension_for_class | Phoebe Queen | 2015-08-12 | 1 | -0/+15 |
| | | |||||
* | | Update the docs for the correct RFC in more places | Alex Gaynor | 2015-08-12 | 2 | -4/+4 |
| | | |||||
* | | Merge pull request #2250 from reaperhulk/fix-2246 | Alex Gaynor | 2015-08-12 | 3 | -9/+11 |
|\ \ | |/ |/| | resolve incorrect docs/naming around DSA (r, s) tuple encode/decode | ||||
| * | resolve incorrect docs/naming around DSA (r, s) tuple encode/decode | Paul Kehrer | 2015-08-10 | 3 | -9/+11 |
| | | |||||
* | | make import consistent | Paul Kehrer | 2015-08-11 | 1 | -6/+6 |
| | | |||||
* | | update tutorial to use namespace OIDs | Paul Kehrer | 2015-08-11 | 1 | -5/+6 |
| | | |||||
* | | update x509 reference to use namespaced OIDs | Paul Kehrer | 2015-08-11 | 1 | -210/+236 |
|/ | |||||
* | add versionadded to the get_provision_uri methods on TOTP/HOTP | Paul Kehrer | 2015-08-09 | 1 | -0/+4 |
| | |||||
* | Document how to get a random number as an integer, fixes #2190 | Alex Gaynor | 2015-08-08 | 1 | -0/+8 |
| | |||||
* | address review comments | Paul Kehrer | 2015-08-08 | 1 | -6/+11 |
| | |||||
* | update prose for from_issuer_public_key | Paul Kehrer | 2015-08-08 | 1 | -4/+8 |
| | |||||
* | add AuthorityKeyIdentifier from_issuer_public_key | Paul Kehrer | 2015-08-08 | 1 | -0/+30 |
| | | | | | Refactored SKI's creation code into a separate function, added doctest examples | ||||
* | Merge pull request #2204 from reaperhulk/ski-classmethod | Alex Gaynor | 2015-08-08 | 1 | -0/+17 |
|\ | | | | | SubjectKeyIdentifier classmethod | ||||
| * | add more prose about how the digest is generated | Paul Kehrer | 2015-08-08 | 1 | -1/+3 |
| | | |||||
| * | rename to classmethod to from_public_key | Paul Kehrer | 2015-08-05 | 1 | -1/+1 |
| | | |||||
| * | add SubjectKeyIdentifier.create_from_public_key | Paul Kehrer | 2015-08-05 | 1 | -0/+15 |
| | | |||||
* | | Merge pull request #2217 from reaperhulk/extensions-oids | Alex Gaynor | 2015-08-07 | 1 | -4/+119 |
|\ \ | | | | | | | Add OIDs to extension types and add ExtensionType interface | ||||
| * | | fix missed change for OID docs | Paul Kehrer | 2015-08-07 | 1 | -1/+1 |
| | | | |||||
| * | | update oid attribute docs to say which OID it will return | Paul Kehrer | 2015-08-06 | 1 | -16/+19 |
| | | | | | | | | | | | | also doc a missing OID | ||||
| * | | add ExtensionType interface | Paul Kehrer | 2015-08-06 | 1 | -0/+7 |
| | | | |||||
| * | | add oid attribute to all extension types | Paul Kehrer | 2015-08-06 | 1 | -0/+105 |
| | | | |||||
* | | | rename sign_x509_certificate backend method to create_x509_certificate | Paul Kehrer | 2015-08-06 | 1 | -1/+1 |
| | | |