aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509/reference.rst
Commit message (Expand)AuthorAgeFilesLines
...
* inline some type declarations in the docsPaul Kehrer2015-10-281-18/+7
* document the constructors for our extensions and general namesPaul Kehrer2015-10-281-25/+50
* move revoked_certificate assignment in the doctestsPaul Kehrer2015-10-211-5/+2
* remove convenience functions for revoked extensionsErik Trauschke2015-10-211-2/+1
* Merge branch 'master' into crl_ossl_backendErik Trauschke2015-10-201-6/+8
|\
| * Merge pull request #2412 from alex/correct-syntaxPaul Kehrer2015-10-131-6/+6
| |\
| | * Use the right reST syntax for theseAlex Gaynor2015-10-121-6/+6
| * | nuke trailing whitespaceBenjamin Peterson2015-10-121-1/+1
| * | use :returns: and put annotation in the correct placeBenjamin Peterson2015-10-121-2/+2
| * | Indicate the return type of CertificateBuilder.signBenjamin Peterson2015-10-121-0/+2
| |/
* | Merge branch 'crl_ossl_backend' of github.com:etrauschke/cryptography into cr...Erik Trauschke2015-10-201-4/+121
|\ \ | |/ |/|
| * use X509ExtensionParser for Revoked extensionsErik Trauschke2015-10-141-15/+6
| * doctest fixErik Trauschke2015-10-131-0/+1
| * fix indentationsErik Trauschke2015-10-131-1/+15
| * OpenSSL backend code for CRLsErik Trauschke2015-09-241-0/+111
* | document the extension type requirement a bit betterPaul Kehrer2015-10-021-5/+4
|/
* Added ::versionadded 1.1 tag to get_extension_for_classPhoebe Queen2015-08-121-0/+2
* added docs for get_extension_for_classPhoebe Queen2015-08-121-0/+15
* update x509 reference to use namespaced OIDsPaul Kehrer2015-08-111-210/+236
* 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
* Merge pull request #2204 from reaperhulk/ski-classmethodAlex Gaynor2015-08-081-0/+17
|\
| * 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
* | 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
* | add ExtensionType interfacePaul Kehrer2015-08-061-0/+7
* | add oid attribute to all extension typesPaul Kehrer2015-08-061-0/+105
|/
* reorder CertificateBuilder sign argumentsPaul Kehrer2015-08-031-6/+6
* Merge remote-tracking branch 'upstream/master' into cert-builderIan Cordasco2015-08-031-0/+19
|\
| * typo fixPaul Kehrer2015-08-011-2/+2
| * 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 note to serial_number parameter about entropyIan Cordasco2015-08-021-4/+10
* | 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 CertificateBuilder.versionIan Cordasco2015-07-241-7/+0
* | Fix documentation referring to CertificateBuilder.set_versionIan Cordasco2015-07-211-1/+1
* | Remove unnecessary helper functionsIan Cordasco2015-07-181-10/+6
* | Adds certificate builder.Andre Caron2015-07-181-0/+83
|/
* these were movedAlex Gaynor2015-07-121-2/+0
* Reorganize the x509 docs in prep for a tutorialAlex Gaynor2015-07-121-0/+1584