aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* CRLNumber needs to be a class for reasons.Paul Kehrer2015-12-221-0/+21
|
* add new CRL test vectorPaul Kehrer2015-12-221-0/+3
|
* support parsing CRL extensions in the OpenSSL backendPaul Kehrer2015-12-211-0/+6
|
* add a CRL public_bytes methodPaul Kehrer2015-12-201-0/+12
|
* support CRLs with no revoked certificatesPaul Kehrer2015-12-201-0/+1
|
* Merge pull request #2534 from alex/ev-oidPaul Kehrer2015-12-191-0/+16
|\ | | | | Fixed #2531 -- added missing EV oid
| * added business category oidAlex Gaynor2015-12-191-0/+4
| |
| * added two more oidsAlex Gaynor2015-12-191-0/+8
| |
| * Fixed #2531 -- added missing EV oidAlex Gaynor2015-12-191-0/+4
| |