aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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.
* Merge pull request #2565 from reaperhulk/crl-interfaceAlex Gaynor2015-12-241-0/+20
|\ | | | | add create_x509_crl interface
| * better languagePaul Kehrer2015-12-241-2/+2
| |
| * add create_x509_crl interfacePaul Kehrer2015-12-241-0/+20
| |
* | Use clearer language in the backend interface docs.Alex Gaynor2015-12-241-4/+3
|/ | | | Refs #2565
* remove all mac 0.9.8 testsPaul Kehrer2015-12-231-1/+1
| | | | | | This will probably slow down the test infrastructure as we're running far more CommonCrypto tests than before. We should figure out what to do there before merging this.
* update the languagePaul Kehrer2015-12-221-5/+4
|