Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | some ec key exchange doc improvements | Paul Kehrer | 2015-10-22 | 1 | -1/+4 | |
| | ||||||
* | add info about the rfc | Paul Kehrer | 2015-10-22 | 1 | -0/+6 | |
| | ||||||
* | expand keywrap intro docs | Paul Kehrer | 2015-10-21 | 1 | -1/+4 | |
| | ||||||
* | add version added info and doc exception | Paul Kehrer | 2015-10-21 | 1 | -0/+7 | |
| | ||||||
* | AES keywrap support | Paul Kehrer | 2015-10-21 | 2 | -0/+44 | |
| | ||||||
* | move revoked_certificate assignment in the doctests | Paul Kehrer | 2015-10-21 | 1 | -5/+2 | |
| | ||||||
* | Merge pull request #2315 from etrauschke/crl_ossl_backend | Paul Kehrer | 2015-10-21 | 1 | -4/+120 | |
|\ | | | | | OpenSSL backend code for CRLs | |||||
| * | remove convenience functions for revoked extensions | Erik Trauschke | 2015-10-21 | 1 | -2/+1 | |
| | | | | | | | | fix docs regarding CRL PEM format | |||||
| * | Merge branch 'master' into crl_ossl_backend | Erik Trauschke | 2015-10-20 | 9 | -42/+81 | |
| |\ | ||||||
| * \ | Merge branch 'crl_ossl_backend' of github.com:etrauschke/cryptography into ↵ | Erik Trauschke | 2015-10-20 | 1 | -4/+121 | |
| |\ \ | | | | | | | | | | | | | crl_ossl_backend | |||||
| | * | | use X509ExtensionParser for Revoked extensions | Erik Trauschke | 2015-10-14 | 1 | -15/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | remove revoked_certificates property from RevokedCertificate class CRLExtensions should actually be RevokedExtensions doctest cleanup for RevokedCertificate | |||||
| | * | | doctest fix | Erik Trauschke | 2015-10-13 | 1 | -0/+1 | |
| | | | | ||||||
| | * | | fix indentations | Erik Trauschke | 2015-10-13 | 1 | -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 Trauschke | 2015-09-28 | 1 | -0/+111 | |
| | |\ \ | | | | | | | | | | | | | | | | crl_ossl_backend | |||||
| | | * \ | Merge branch 'master' into crl_ossl_backend | Erik Trauschke | 2015-09-25 | 1 | -3/+4 | |
| | | |\ \ | ||||||
| | | * \ \ | Merge branch 'master' into crl_ossl_backend | Erik Trauschke | 2015-09-25 | 5 | -3/+99 | |
| | | |\ \ \ | ||||||
| | | * | | | | OpenSSL backend code for CRLs | Erik Trauschke | 2015-09-24 | 1 | -0/+111 | |
| | | | | | | | ||||||
* | | | | | | | add a little bit about ECDHE | Paul Kehrer | 2015-10-20 | 1 | -0/+5 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Merge pull request #2427 from alex/ecdh | Paul Kehrer | 2015-10-19 | 1 | -0/+44 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | ECDH take 4 | |||||
| * | | | | | | better document hte iface | Alex Gaynor | 2015-10-17 | 1 | -0/+19 | |
| | | | | | | | ||||||
| * | | | | | | a refactor to the API | Alex Gaynor | 2015-10-17 | 1 | -23/+4 | |
| | | | | | | | ||||||
| * | | | | | | Add an Elliptic Curve Key Exchange Algorithm(ECDH) | Simo Sorce | 2015-10-17 | 1 | -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_certissuer | Paul Kehrer | 2015-10-19 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add CRL to vectors for testing invalid certificateIssuer entry extension | |||||
| * | | | | | | | add crl file to test-vectors.rst | Erik Trauschke | 2015-10-15 | 1 | -0/+2 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #2422 from Lukasa/static-build-docs | Paul Kehrer | 2015-10-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add --no-cache-dir when building static wheels. | |||||
| * | | | | | | | | Add --no-use-wheel when building static wheels. | Cory Benfield | 2015-10-18 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #2425 from reaperhulk/fix-encoding-der-added | Alex Gaynor | 2015-10-19 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | make it clearer when PEM and DER encoding support was added | |||||
| * | | | | | | | | | fix extra space | Paul Kehrer | 2015-10-17 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | make it clearer when PEM and DER encoding support was added | Paul Kehrer | 2015-10-17 | 1 | -2/+4 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* / | | | | | | | | Fix EC's generate_private_key param name | simo5 | 2015-10-18 | 1 | -1/+1 | |
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The first parameter is curve, not backend Signed-off-by: Simo Sorce <simo@redhat.com> | |||||
* | / / / / / / | Kill Key Exchange as a separate interface | Simo Sorce | 2015-10-15 | 2 | -24/+0 | |
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ultimately it was decided that ECDH and the others can be implemented as simple classes without the overhead of an interface. So ... let's kill it, it was a fun process. Signed-off-by: Simo Sorce <simo@redhat.com> | |||||
* | | | | | | | Merge pull request #2412 from alex/correct-syntax | Paul Kehrer | 2015-10-13 | 1 | -6/+6 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Use the right reST syntax for these | |||||
| * | | | | | | | Use the right reST syntax for these | Alex Gaynor | 2015-10-12 | 1 | -6/+6 | |
| | | | | | | | | ||||||
* | | | | | | | | nuke trailing whitespace | Benjamin Peterson | 2015-10-12 | 1 | -1/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | use :returns: and put annotation in the correct place | Benjamin Peterson | 2015-10-12 | 1 | -2/+2 | |
| | | | | | | | | ||||||
* | | | | | | | | Indicate the return type of CertificateBuilder.sign | Benjamin Peterson | 2015-10-12 | 1 | -0/+2 | |
|/ / / / / / / | ||||||
* | | | | | | | address review comments | Paul Kehrer | 2015-10-12 | 2 | -3/+7 | |
| | | | | | | | ||||||
* | | | | | | | add some links to public key loading in the RSA/DSA verification sections | Paul Kehrer | 2015-10-12 | 2 | -5/+13 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #2406 from reaperhulk/update-docs-openssl-builder | Alex Gaynor | 2015-10-11 | 1 | -3/+4 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | update docs to point at newer, fancier openssl builder | |||||
| * | | | | | | update docs to point at newer, fancier openssl builder | Paul Kehrer | 2015-10-11 | 1 | -3/+4 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #2402 from ddcc/patch-1 | Paul Kehrer | 2015-10-11 | 2 | -0/+7 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | minor fix to handle malformed certificates without hostname | |||||
| * | | | | | | | add 'hostname' to spellcheck dictionary | Dominic Chen | 2015-10-10 | 1 | -0/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | fix to handle malformed certificates without hostname | Dominic Chen | 2015-10-10 | 1 | -0/+6 | |
| |/ / / / / / | ||||||
* / / / / / / | Fixed #2404 -- handle a certificate with an unknown public key | Alex Gaynor | 2015-10-10 | 1 | -0/+2 | |
|/ / / / / / | ||||||
* / / / / / | Introduce Key Exchange Agreements interface | Simo Sorce | 2015-10-07 | 2 | -0/+24 | |
|/ / / / / | | | | | | | | | | | | | | | | Signed-off-by: Simo Sorce <simo@redhat.com> | |||||
* | | | | | FIPS is a real word! | Cory Benfield | 2015-10-07 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Missing OpenSSL.org link. | Cory Benfield | 2015-10-07 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Don't accidentally use out-of-date OpenSSLs. | Cory Benfield | 2015-10-07 | 1 | -4/+5 | |
| | | | | | ||||||
* | | | | | Move link to bottom of docs page. | Cory Benfield | 2015-10-07 | 1 | -2/+1 | |
| | | | | | ||||||
* | | | | | Document building static wheels on Linux. | Cory Benfield | 2015-10-07 | 1 | -0/+54 | |
| | | | | |