Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Follow the review advice: turn URI generator into methods. | Jiangge Zhang | 2015-06-03 | 5 | -36/+19 |
| | |||||
* | Add "generate_key_uri" utility for HOTP/TOTP. | Jiangge Zhang | 2015-05-26 | 3 | -0/+81 |
| | |||||
* | Merge pull request #1989 from elitest/fixapachelic | Paul Kehrer | 2015-05-24 | 1 | -12/+3 |
|\ | | | | | Fix dual license in test_dh.py | ||||
| * | Fix dual license in test_dh.py | Jim Shaver | 2015-05-24 | 1 | -12/+3 |
| | | |||||
* | | Merge pull request #1988 from eeshangarg/issue-1987-replace-license-header | Paul Kehrer | 2015-05-24 | 1 | -12/+3 |
|\ \ | | | | | | | Add the dual license header to hazmat/backends/openssl/x509.py | ||||
| * | | Add the dual license header to hazmat/backends/openssl/x509.py | Eeshan Garg | 2015-05-24 | 1 | -12/+3 |
|/ / | |||||
* | | Merge pull request #1985 from eeshangarg/documentation-1971 | Paul Kehrer | 2015-05-20 | 3 | -7/+15 |
|\ \ | | | | | | | Docs for CTR and GCM should say that IV/nonce must be unique | ||||
| * | | Add the word 'Nonces' to docs/spelling_wordlist.txt | Eeshan Garg | 2015-05-20 | 1 | -0/+1 |
| | | | |||||
| * | | Docs for CTR and GCM should say that IV/nonce must be unique | Eeshan Garg | 2015-05-20 | 2 | -7/+14 |
|/ / | |||||
* | | Merge pull request #1984 from AndreLouisCaron/cert-encoding | Paul Kehrer | 2015-05-19 | 5 | -0/+113 |
|\ \ | | | | | | | Adds certificate encoding to PEM and DER. | ||||
| * | | Removes useless pass statement. | Andre Caron | 2015-05-19 | 1 | -1/+0 |
| | | | |||||
| * | | Adds missing docstring. | Andre Caron | 2015-05-19 | 1 | -0/+3 |
| | | | |||||
| * | | Adds certificate encoding to PEM and DER. | Andre Caron | 2015-05-19 | 5 | -0/+111 |
|/ / | |||||
* | | Merge pull request #1983 from glyph/correct-structs | Paul Kehrer | 2015-05-19 | 1 | -6/+4 |
|\ \ | | | | | | | put the 'version' field into the 'SSL' struct where it belongs; make SSL_CTX opaque. | ||||
| * | | ssl_st is _not_ SSL_CTX, sorry | Glyph | 2015-05-19 | 1 | -6/+4 |
|/ / | |||||
* | | Merge pull request #1959 from reaperhulk/idna2003-test | Alex Gaynor | 2015-05-19 | 5 | -1/+35 |
|\ \ | | | | | | | IDNA 2003 test | ||||
| * | | require idna 2.0 or better because it's better | Paul Kehrer | 2015-05-18 | 1 | -1/+1 |
| | | | |||||
| * | | add test to confirm IDNA2003 is disallowed | Paul Kehrer | 2015-05-18 | 2 | -0/+14 |
| | | | | | | | | | | | | document that this is a possible exception | ||||
| * | | add SAN vector with IDNA 2003 encoding | Paul Kehrer | 2015-05-18 | 2 | -0/+20 |
| | | | |||||
* | | | Merge pull request #1978 from AndreLouisCaron/asn1-time-binding | Paul Kehrer | 2015-05-18 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Adds ASN1 time binding for OpenSSL. | ||||
| * | | | Removes variable names from binding. | Andre Caron | 2015-05-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | Adds ASN1 time binding for OpenSSL. | Andre Caron | 2015-05-18 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge pull request #1979 from AndreLouisCaron/x509v3-bindings | Paul Kehrer | 2015-05-18 | 1 | -0/+6 |
|\ \ \ \ | |_|/ / |/| | | | Adds OpenSSL bindings for AIA extension. | ||||
| * | | | Fixes PEP8 issues. | Andre Caron | 2015-05-18 | 1 | -1/+2 |
| | | | | |||||
| * | | | Removes variable names from binding. | Andre Caron | 2015-05-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | Adds OpenSSL bindings for AIA extension. | Andre Caron | 2015-05-18 | 1 | -0/+5 |
| |/ / | |||||
* | | | Merge pull request #1963 from AndreLouisCaron/csr-encoding | Alex Gaynor | 2015-05-18 | 5 | -2/+125 |
|\ \ \ | | | | | | | | | Adds support for writing CSRs. | ||||
| * | | | Adds public bytes comparison test. | Andre Caron | 2015-05-18 | 1 | -0/+24 |
| | | | | |||||
| * | | | Renames test cases. | Andre Caron | 2015-05-18 | 1 | -3/+3 |
| | | | | |||||
| * | | | Adds release note. | Andre Caron | 2015-05-18 | 1 | -0/+4 |
| | | | | |||||
| * | | | Removes PEM text prelude for CSRs. | Andre Caron | 2015-05-18 | 1 | -3/+0 |
| | | | | |||||
| * | | | Adds support for writing CSRs. | Andre Caron | 2015-05-18 | 4 | -2/+100 |
| | | | | |||||
* | | | | Merge pull request #1889 from alex/macstadium-travis | Paul Kehrer | 2015-05-18 | 2 | -6/+22 |
|\ \ \ \ | | | | | | | | | | | Opt in to travis's new OS X infrastructure which should be faster | ||||
| * | | | | Don't try to upgrade brew packages if they are at the latest version | Alex Gaynor | 2015-05-18 | 1 | -5/+5 |
| | | | | | |||||
| * | | | | Use xcode 6.3, so tests will pass | Alex Gaynor | 2015-05-18 | 1 | -13/+13 |
| | | | | | |||||
| * | | | | Merge branch 'master' into macstadium-travis | Alex Gaynor | 2015-05-18 | 12 | -301/+765 |
| |\ \ \ \ | |/ / / / |/| | | | | |||||
* | | | | | Merge pull request #1977 from pyca/alex-patch-1 | Paul Kehrer | 2015-05-18 | 1 | -1/+1 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Retry brew update if it fails | ||||
| * | | | | Retry brew update if it fails | Alex Gaynor | 2015-05-18 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #1976 from reaperhulk/ocsp-no-check | Alex Gaynor | 2015-05-18 | 2 | -0/+22 |
|\ \ \ \ | |_|/ / |/| | | | add ocsp no check | ||||
| * | | | add ocsp no check | Paul Kehrer | 2015-05-18 | 2 | -0/+22 |
|/ / / | |||||
* | | | Merge pull request #1972 from reaperhulk/expand-ipaddress | Alex Gaynor | 2015-05-17 | 3 | -5/+19 |
|\ \ \ | | | | | | | | | IPAddress needs to support networks for nameconstraints | ||||
| * | | | IPAddress needs to support networks for nameconstraints | Paul Kehrer | 2015-05-17 | 3 | -5/+19 |
| | | | | |||||
* | | | | Merge pull request #1966 from AndreLouisCaron/csr-extensions | Paul Kehrer | 2015-05-17 | 3 | -0/+96 |
|\ \ \ \ | |/ / / |/| | | | Adds support for CSR extensions | ||||
| * | | | Adds support for CSR extensions. | Andre Caron | 2015-05-17 | 3 | -0/+96 |
|/ / / | |||||
* | | | Merge pull request #1968 from reaperhulk/ext-eq | Alex Gaynor | 2015-05-17 | 2 | -0/+40 |
|\ \ \ | | | | | | | | | x509 extension equality | ||||
| * | | | x509 extension equality | Paul Kehrer | 2015-05-17 | 2 | -0/+40 |
| | | | | |||||
* | | | | Merge pull request #1967 from reaperhulk/csr-bc | Alex Gaynor | 2015-05-17 | 2 | -0/+67 |
|\ \ \ \ | |/ / / |/| | | | Adds new CSR test vector | ||||
| * | | | Adds new CSR test vector. | Andre Caron | 2015-05-16 | 2 | -0/+67 |
| | | | | |||||
* | | | | Merge pull request #1964 from AndreLouisCaron/authors | Alex Gaynor | 2015-05-16 | 1 | -0/+1 |
|\| | | | | | | | | | | | Adding myself to the authors file. | ||||
| * | | | Adding myself to the authors file. | Andre Caron | 2015-05-16 | 1 | -0/+1 |
|/ / / |