aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2733 from reaperhulk/policy-constraintsAlex Gaynor2016-02-261-0/+44
|\ | | | | add policy constraints class
| * try to improve the languagePaul Kehrer2016-02-261-10/+8
| |
| * fix docsPaul Kehrer2016-02-261-1/+1
| |
| * add the oid required by the extensiontype interfacePaul Kehrer2016-02-261-0/+6
| |
| * add policy constraints classPaul Kehrer2016-02-261-0/+40
| |
* | Document the vectorAlex Gaynor2016-02-261-0/+3
| |
* | Make the linkcheck builder more resillient against transient network errors.Alex Gaynor2016-02-131-0/+4
| | | | | | | | | | | | Not in a release yet, but landed on master: https://github.com/sphinx-doc/sphinx/pull/2312 We'll start at 2 retries and increase if it turns out to be insufficient to handle real world transient errors.
* | line lengthAlex Gaynor2016-02-101-2/+2
| |
* | Fix what appears to be a typoAlex Gaynor2016-02-101-1/+1
| |
* | Clearly document that this is a good exampleAlex Gaynor2016-02-101-0/+3
| |
* | As always, recommend cryptoing while you cryptoAlex Gaynor2016-02-021-1/+1
|/
* Merge pull request #2701 from alex/document-keyPaul Kehrer2016-01-301-1/+3
|\ | | | | Fixed #2700 -- corrtected the create_hmac_ctx interface docs
| * Fixed #2700 -- corrtected the create_hmac_ctx interface docsAlex Gaynor2016-01-301-1/+3
| |
* | Minor doc tweak per issue #2694Phoebe Queen2016-01-291-1/+5
|/
* Formally deprecated support for OpenSSL 0.9.8Alex Gaynor2016-01-221-2/+2
|
* Merge pull request #2624 from alex/2016Paul Kehrer2016-01-011-1/+1
|\ | | | | Bump the copyright year
| * Bump the copyright yearAlex Gaynor2016-01-011-1/+1
| |
* | Merge pull request #2621 from reaperhulk/update-linksAlex Gaynor2016-01-013-4/+4
|\ \ | | | | | | update some links with the redirects shown in the linkchecker
| * | update some links with the redirects shown in the linkcheckerPaul Kehrer2016-01-013-4/+4
| | |
* | | Merge pull request #2618 from reaperhulk/fix-2432Alex Gaynor2016-01-011-2/+4
|\ \ \ | | | | | | | | provide a bit more detail about the underlying public key formats
| * | | provide a bit more detail about the underlying public key formatsPaul Kehrer2015-12-311-2/+4
| | | |
* | | | Merge pull request #2616 from reaperhulk/docs-accurate-osxAlex Gaynor2016-01-011-3/+3
|\ \ \ \ | |_|/ / |/| | | make the os x install docs more accurate
| * | | disambiguate a version numberPaul Kehrer2015-12-311-2/+2
| | | |
| * | | make the os x install docs more accuratePaul Kehrer2015-12-311-3/+3
| |/ /
* | | Merge pull request #2615 from reaperhulk/doc-deprecationsAlex Gaynor2016-01-011-0/+9
|\ \ \ | | | | | | | | prominently note our py2.6 and openssl 0.9.8/1.0.0 deprecations
| * | | prominently note our py2.6 and openssl 0.9.8/1.0.0 deprecationsPaul Kehrer2015-12-311-0/+9
| |/ /
* / / add a small note about clearing the wheel cachePaul Kehrer2015-12-311-0/+6
|/ / | | | | | | | | | | When compiling cryptography yourself if you have a problem and need to recompile but the wheel built successfully you need to know to clear the wheel cache. This is an edge case but worth documenting. Fixes #2006
* | Merge pull request #2607 from reaperhulk/unrecognized-extension-support-reduxAlex Gaynor2015-12-311-1/+2
|\ \ | |/ |/| support unrecognized extensions in x509
| * backticksPaul Kehrer2015-12-301-1/+1
| |
| * support unrecognized extensions in x509Paul Kehrer2015-12-301-1/+2
| |
* | Better document the return type of serialization load functionsAlex Gaynor2015-12-301-5/+31
|/
* Merge pull request #2604 from reaperhulk/unrecognized-extension-classAlex Gaynor2015-12-301-0/+21
|\ | | | | add UnrecognizedExtension class
| * language updatePaul Kehrer2015-12-301-1/+1
| |
| * add UnrecognizedExtension classPaul Kehrer2015-12-301-0/+21
| |
* | Merge pull request #2603 from reaperhulk/unrecognized-extension-vectorAlex Gaynor2015-12-301-0/+4
|\ \ | | | | | | new unsupported extension x509 test vector
| * | new unsupported extension x509 test vectorPaul Kehrer2015-12-301-0/+4
| |/ | | | | | | see #2288
* / Port a few cr.yp.to links to be HTTPSAlex Gaynor2015-12-282-2/+2
|/ | | | Because researching crypto should probably be secure.
* support CRL entry extension encoding in the RevokedCertificateBuilderPaul Kehrer2015-12-271-0/+12
|
* add invaliditydate class for crl entry extensionsPaul Kehrer2015-12-261-1/+26
|
* switch CRLReason to use a classPaul Kehrer2015-12-261-1/+23
|
* start switching the CRL entry extensions to be full-fledged classesPaul Kehrer2015-12-251-0/+34
| | | | first up: CertificateIssuer
* Merge pull request #2574 from reaperhulk/rename-crlextensionAlex Gaynor2015-12-251-0/+16
|\ | | | | rename CRLExtensionOID to CRLEntryExtensionOID
| * rename CRLExtensionOID to CRLEntryExtensionOIDPaul Kehrer2015-12-251-0/+16
| |
* | support revoked certificates in CertificateRevocationListBuilderPaul Kehrer2015-12-251-2/+17
|/
* RevokedCertificateBuilderPaul Kehrer2015-12-251-0/+48
|
* add create_x509_revoked_certificate to x509backend interfacePaul Kehrer2015-12-251-0/+9
|
* add extension support to the CRLBuilderPaul Kehrer2015-12-251-0/+10
|
* fix rebase mistake in the docsPaul Kehrer2015-12-241-21/+1
|
* update docs with review feedbackPaul Kehrer2015-12-241-12/+12
|
* CertificateRevocationListBuilderPaul Kehrer2015-12-242-0/+101
| | | | | RSA keys only. Currently does not support CRL extensions or CRLEntry extensions.