aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509
Commit message (Collapse)AuthorAgeFilesLines
...
| * add missing extensions documentation to CertificateSigningRequestPaul Kehrer2015-08-011-0/+19
| |
* | Use :doc: instead of :ref: for random-numbersIan Cordasco2015-08-021-2/+1
| |
* | Add sign_x509_certificate to MultiBackendIan Cordasco2015-08-021-0/+42
| | | | | | | | Add example of CertificateBuilder to the reference documentation
* | Add note to serial_number parameter about entropyIan Cordasco2015-08-021-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 accurateIan Cordasco2015-08-021-3/+7
| |
* | Minor pep8 and doc fixesIan Cordasco2015-08-011-1/+1
| |
* | Fix up parameter names in the docsIan Cordasco2015-08-011-4/+4
| |
* | Document other two parameters from sign methodIan Cordasco2015-07-311-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.versionIan Cordasco2015-07-241-7/+0
| | | | | | | | Default CertificateBuilder to Version.v3
* | Fix documentation referring to CertificateBuilder.set_versionIan Cordasco2015-07-211-1/+1
| |
* | Remove unnecessary helper functionsIan Cordasco2015-07-181-10/+6
| | | | | | | | | | - Update documented methods - Do not mute the CertificateBuilder object if no version is set
* | Adds certificate builder.Andre Caron2015-07-181-0/+83
|/
* fixAlex Gaynor2015-07-161-1/+1
|
* fixed indentAlex Gaynor2015-07-131-1/+1
|
* line length and grammarAlex Gaynor2015-07-131-5/+7
|
* spellingAlex Gaynor2015-07-131-2/+2
|
* Fixed #2091 -- describe how to generate a CSR.Alex Gaynor2015-07-132-0/+78
|
* these were movedAlex Gaynor2015-07-121-2/+0
|
* Reorganize the x509 docs in prep for a tutorialAlex Gaynor2015-07-122-0/+1598