aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| |
* | use the non-deprecated name for this functionAlex Gaynor2015-12-191-2/+2
|/
* port 1.1.2 changelog to masterPaul Kehrer2015-12-101-0/+1
|
* Have CertificateBuilder docs create self-signed certCory Benfield2015-12-071-5/+1
|
* expose tbs_certrequest_bytes and signature on CertificateSigningRequestPaul Kehrer2015-12-031-0/+19
|
* Also include arc4 in the toctree in test vectorsEhren Kret2015-11-281-0/+1
|
* Fix pep8 lint errorsEhren Kret2015-11-281-9/+18
|
* Reference arc4.rst from the test-vectors.rst pageEhren Kret2015-11-281-1/+3
|
* Add support for 160 bit ARC4 keysEhren Kret2015-11-283-0/+230
|
* add tbsCertList and signature interfaces to CRLsErik Trauschke2015-11-191-0/+20
|
* rename tbs_certificate to tbs_certificate_bytes, add a commentPaul Kehrer2015-11-031-1/+1
|
* add support for Certificate signature and tbs_certificatePaul Kehrer2015-11-031-0/+20
|
* Merge pull request #2447 from reaperhulk/encode-decode-pointAlex Gaynor2015-10-271-0/+32
|\ | | | | add support for encoding/decoding elliptic curve points
| * modify approach to use EllipticCurvePublicNumbers methodsPaul Kehrer2015-10-272-45/+32
| |
| * remove support for null points, improve docsPaul Kehrer2015-10-271-6/+5
| |
| * rst continues to be a mysteryPaul Kehrer2015-10-271-2/+1
| |
| * fix some docsPaul Kehrer2015-10-271-6/+12
| |
| * add support for encoding/decoding elliptic curve pointsPaul Kehrer2015-10-261-0/+41
| | | | | | | | Based on the work of @ronf in #2346.
* | 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
|/ | | | | | Most of these extensions have the same attributes as constructor args, so for those I only added the args to the class name to avoid large scale duplication.
* some ec key exchange doc improvementsPaul Kehrer2015-10-221-1/+4
|
* add info about the rfcPaul Kehrer2015-10-221-0/+6
|
* expand keywrap intro docsPaul Kehrer2015-10-211-1/+4
|
* add version added info and doc exceptionPaul Kehrer2015-10-211-0/+7
|
* AES keywrap supportPaul Kehrer2015-10-212-0/+44
|
* move revoked_certificate assignment in the doctestsPaul Kehrer2015-10-211-5/+2
|
* Merge pull request #2315 from etrauschke/crl_ossl_backendPaul Kehrer2015-10-211-4/+120
|\ | | | | OpenSSL backend code for CRLs
| * remove convenience functions for revoked extensionsErik Trauschke2015-10-211-2/+1
| | | | | | | | fix docs regarding CRL PEM format
| * Merge branch 'master' into crl_ossl_backendErik Trauschke2015-10-209-42/+81
| |\
| * \ Merge branch 'crl_ossl_backend' of github.com:etrauschke/cryptography into ↵Erik Trauschke2015-10-201-4/+121
| |\ \ | | | | | | | | | | | | crl_ossl_backend
| | * | use X509ExtensionParser for Revoked extensionsErik Trauschke2015-10-141-15/+6
| | | | | | | | | | | | | | | | | | | | | | | | remove revoked_certificates property from RevokedCertificate class CRLExtensions should actually be RevokedExtensions doctest cleanup for RevokedCertificate
| | * | doctest fixErik Trauschke2015-10-131-0/+1
| | | |
| | * | fix indentationsErik Trauschke2015-10-131-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | change docs to indicate CRL objects are iterable fix docs for revoked certs make _decode_crl_reason more readable add __getitem__ method to CRL object remove double underscores
| | * | Merge branch 'crl_ossl_backend' of github.com:etrauschke/cryptography into ↵Erik Trauschke2015-09-281-0/+111
| | |\ \ | | | | | | | | | | | | | | | crl_ossl_backend
| | | * \ Merge branch 'master' into crl_ossl_backendErik Trauschke2015-09-251-3/+4
| | | |\ \
| | | * \ \ Merge branch 'master' into crl_ossl_backendErik Trauschke2015-09-255-3/+99
| | | |\ \ \
| | | * | | | OpenSSL backend code for CRLsErik Trauschke2015-09-241-0/+111
| | | | | | |
* | | | | | | add a little bit about ECDHEPaul Kehrer2015-10-201-0/+5
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #2427 from alex/ecdhPaul Kehrer2015-10-191-0/+44
|\ \ \ \ \ \ | | | | | | | | | | | | | | ECDH take 4
| * | | | | | better document hte ifaceAlex Gaynor2015-10-171-0/+19
| | | | | | |
| * | | | | | a refactor to the APIAlex Gaynor2015-10-171-23/+4
| | | | | | |
| * | | | | | Add an Elliptic Curve Key Exchange Algorithm(ECDH)Simo Sorce2015-10-171-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ECDH Key Exchange algorithm as standardized in NIST publication 800-56A Revision 2 Includes tests with vectors from NIST. Signed-off-by: Simo Sorce <simo@redhat.com>
* | | | | | | Merge pull request #2417 from etrauschke/vectors_inval_certissuerPaul Kehrer2015-10-191-0/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add CRL to vectors for testing invalid certificateIssuer entry extension
| * | | | | | | add crl file to test-vectors.rstErik Trauschke2015-10-151-0/+2
| | | | | | | |