Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | |||||
* | | | add missing sign_x509_certificate X509Backend interface docs | Paul Kehrer | 2015-08-06 | 1 | -0/+20 |
|/ / | |||||
* / | add intermediate CA vector for future AuthorityKeyIdentifier testing | Paul Kehrer | 2015-08-05 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #2196 from reaperhulk/reorder-certbuilder-args | Alex Gaynor | 2015-08-03 | 1 | -6/+6 |
|\ | | | | | reorder CertificateBuilder sign arguments | ||||
| * | reorder CertificateBuilder sign arguments | Paul Kehrer | 2015-08-03 | 1 | -6/+6 |
| | | |||||
* | | Merge pull request #2191 from tdsmith/patch-1 | Alex Gaynor | 2015-08-03 | 1 | -1/+1 |
|\ \ | |/ |/| | Make Homebrew install instructions more generic | ||||
| * | Make Homebrew install instructions more generic | tim smith | 2015-08-03 | 1 | -1/+1 |
| | | | | | | Homebrew supports installing to locations other than /usr/local. | ||||
* | | Merge remote-tracking branch 'upstream/master' into cert-builder | Ian Cordasco | 2015-08-03 | 3 | -17/+29 |
|\| | |||||
| * | Merge pull request #2188 from reaperhulk/improve-changelog | Alex Gaynor | 2015-08-01 | 1 | -0/+19 |
| |\ | | | | | | | Improve changelog | ||||
| | * | typo fix | Paul Kehrer | 2015-08-01 | 1 | -2/+2 |
| | | | |||||
| | * | add missing extensions documentation to CertificateSigningRequest | Paul Kehrer | 2015-08-01 | 1 | -0/+19 |
| | | | |||||
| * | | add test vector from #2183 | Paul Kehrer | 2015-08-01 | 1 | -0/+2 |
| |/ | |||||
| * | remove windows link type, update docs | Paul Kehrer | 2015-07-24 | 1 | -17/+8 |
| | | |||||
* | | Use :doc: instead of :ref: for random-numbers | Ian Cordasco | 2015-08-02 | 2 | -4/+1 |
| | | |||||
* | | Add sign_x509_certificate to MultiBackend | Ian Cordasco | 2015-08-02 | 1 | -0/+42 |
| | | | | | | | | Add example of CertificateBuilder to the reference documentation | ||||
* | | Add note to serial_number parameter about entropy | Ian Cordasco | 2015-08-02 | 2 | -4/+12 |
| | | | | | | | | | | | | | | | | | | | | - Add reference to random-numbers.rst for easy intra-linking - Document critical parameter of CertificateBuilder.add_extension - Support InhibitAnyPolicy in the CertificateBuilder frontend but not in the backend - Slim down more tests - Fix up test that asserts the backend does not allow for unsupported extensions | ||||
* | | Update the docs to be more accurate | Ian Cordasco | 2015-08-02 | 1 | -3/+7 |
| | | |||||
* | | Minor pep8 and doc fixes | Ian Cordasco | 2015-08-01 | 1 | -1/+1 |
| | | |||||
* | | Fix up parameter names in the docs | Ian Cordasco | 2015-08-01 | 1 | -4/+4 |
| | | |||||
* | | Document other two parameters from sign method | Ian Cordasco | 2015-07-31 | 1 | -0/+11 |
| | | | | | | | | | | | | | | - Remove incorrect CertificateBuilder doc-string - Check that serial numbers are non-negative and < 160 bits - Check that dates passed aren't earlier than the unix epoch - Remove version from CertificateBuilder.__init__ and version method | ||||
* | | Remove CertificateBuilder.version | Ian Cordasco | 2015-07-24 | 1 | -7/+0 |
| | | | | | | | | Default CertificateBuilder to Version.v3 | ||||
* | | Fix documentation referring to CertificateBuilder.set_version | Ian Cordasco | 2015-07-21 | 1 | -1/+1 |
| | |