aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* add versionadded to the get_provision_uri methods on TOTP/HOTPPaul Kehrer2015-08-091-0/+4
|
* Document how to get a random number as an integer, fixes #2190Alex Gaynor2015-08-081-0/+8
|
* address review commentsPaul Kehrer2015-08-081-6/+11
|
* update prose for from_issuer_public_keyPaul Kehrer2015-08-081-4/+8
|
* add AuthorityKeyIdentifier from_issuer_public_keyPaul Kehrer2015-08-081-0/+30
| | | | | Refactored SKI's creation code into a separate function, added doctest examples
* Merge pull request #2204 from reaperhulk/ski-classmethodAlex Gaynor2015-08-081-0/+17
|\ | | | | SubjectKeyIdentifier classmethod
| * add more prose about how the digest is generatedPaul Kehrer2015-08-081-1/+3
| |
| * rename to classmethod to from_public_keyPaul Kehrer2015-08-051-1/+1
| |
| * add SubjectKeyIdentifier.create_from_public_keyPaul Kehrer2015-08-051-0/+15
| |
* | Merge pull request #2217 from reaperhulk/extensions-oidsAlex Gaynor2015-08-071-4/+119
|\ \ | | | | | | Add OIDs to extension types and add ExtensionType interface
| * | fix missed change for OID docsPaul Kehrer2015-08-071-1/+1
| | |
| * | update oid attribute docs to say which OID it will returnPaul Kehrer2015-08-061-16/+19
| | | | | | | | | | | | also doc a missing OID
| * | add ExtensionType interfacePaul Kehrer2015-08-061-0/+7
| | |
| * | add oid attribute to all extension typesPaul Kehrer2015-08-061-0/+105
| | |
* | | rename sign_x509_certificate backend method to create_x509_certificatePaul Kehrer2015-08-061-1/+1
| | |
* | | add missing sign_x509_certificate X509Backend interface docsPaul Kehrer2015-08-061-0/+20
|/ /
* / add intermediate CA vector for future AuthorityKeyIdentifier testingPaul Kehrer2015-08-051-0/+2
|/
* Merge pull request #2196 from reaperhulk/reorder-certbuilder-argsAlex Gaynor2015-08-031-6/+6
|\ | | | | reorder CertificateBuilder sign arguments
| * reorder CertificateBuilder sign argumentsPaul Kehrer2015-08-031-6/+6
| |
* | Merge pull request #2191 from tdsmith/patch-1Alex Gaynor2015-08-031-1/+1
|\ \ | |/ |/| Make Homebrew install instructions more generic
| * Make Homebrew install instructions more generictim smith2015-08-031-1/+1
| | | | | | Homebrew supports installing to locations other than /usr/local.
* | Merge remote-tracking branch 'upstream/master' into cert-builderIan Cordasco2015-08-033-17/+29
|\|
| * Merge pull request #2188 from reaperhulk/improve-changelogAlex Gaynor2015-08-011-0/+19
| |\ | | | | | | Improve changelog
| | * typo fixPaul Kehrer2015-08-011-2/+2
| | |
| | * add missing extensions documentation to CertificateSigningRequestPaul Kehrer2015-08-011-0/+19
| | |
| * | add test vector from #2183Paul Kehrer2015-08-011-0/+2
| |/
| * remove windows link type, update docsPaul Kehrer2015-07-241-17/+8
| |
* | Use :doc: instead of :ref: for random-numbersIan Cordasco2015-08-022-4/+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-022-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 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
|
* fixed this doc tooAlex Gaynor2015-07-121-2/+2
|
* these were movedAlex Gaynor2015-07-121-2/+0
|
* Reorganize the x509 docs in prep for a tutorialAlex Gaynor2015-07-123-7/+17
|
* Merge pull request #2108 from mail-in-a-box/masterPaul Kehrer2015-07-081-0/+15
|\ | | | | support othername in general names
| * special-case GeneralNames.get_values_for_type to return OtherName instances ↵Joshua Tauberer2015-07-061-0/+1
| | | | | | | | directly rather than their value properties; tests updated
| * additional tests and doc spelling error fix for OtherNameJoshua Tauberer2015-07-061-1/+1
| |
| * parse SAN otherNames into OtherName instances rather than raising an exceptionJoshua Tauberer2015-07-061-0/+14
| | | | | | | | Test added.