Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
|/ | ||||||
* | reorder CertificateBuilder sign arguments | Paul Kehrer | 2015-08-03 | 1 | -6/+6 | |
| | ||||||
* | Merge remote-tracking branch 'upstream/master' into cert-builder | Ian Cordasco | 2015-08-03 | 1 | -0/+19 | |
|\ | ||||||
| * | typo fix | Paul Kehrer | 2015-08-01 | 1 | -2/+2 | |
| | | ||||||
| * | add missing extensions documentation to CertificateSigningRequest | Paul Kehrer | 2015-08-01 | 1 | -0/+19 | |
| | | ||||||
* | | Use :doc: instead of :ref: for random-numbers | Ian Cordasco | 2015-08-02 | 1 | -2/+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 | 1 | -4/+10 | |
| | | | | | | | | | | | | | | | | | | | | - 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 | |
| | | ||||||
* | | Remove unnecessary helper functions | Ian Cordasco | 2015-07-18 | 1 | -10/+6 | |
| | | | | | | | | | | - Update documented methods - Do not mute the CertificateBuilder object if no version is set | |||||
* | | Adds certificate builder. | Andre Caron | 2015-07-18 | 1 | -0/+83 | |
|/ | ||||||
* | fix | Alex Gaynor | 2015-07-16 | 1 | -1/+1 | |
| | ||||||
* | fixed indent | Alex Gaynor | 2015-07-13 | 1 | -1/+1 | |
| | ||||||
* | line length and grammar | Alex Gaynor | 2015-07-13 | 1 | -5/+7 | |
| | ||||||
* | spelling | Alex Gaynor | 2015-07-13 | 1 | -2/+2 | |
| | ||||||
* | Fixed #2091 -- describe how to generate a CSR. | Alex Gaynor | 2015-07-13 | 2 | -0/+78 | |
| | ||||||
* | these were moved | Alex Gaynor | 2015-07-12 | 1 | -2/+0 | |
| | ||||||
* | Reorganize the x509 docs in prep for a tutorial | Alex Gaynor | 2015-07-12 | 2 | -0/+1598 | |