Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | 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 | |
|/ / / / | ||||||
* | | | | Merge pull request #1961 from AndreLouisCaron/refactor-openssl-extensions | Paul Kehrer | 2015-05-16 | 1 | -295/+309 | |
|\ \ \ \ | | | | | | | | | | | Prepares X509 decoding functions for more CA functionality. | |||||
| * | | | | Prepares X509 decoding functions for more CA functionality. | Andre Caron | 2015-05-15 | 1 | -295/+309 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most of the existing `_build_*()` methods will need to be reused for CSR extensions, so it is more convenient to have them as free functinos. Since we will need to add the reverse functions, it is convenient to rename the `_build_*()` methods to `_decode_*()`. The reverse functions will be named `_encode_*()`. | |||||
* | | | | | Merge pull request #1962 from AndreLouisCaron/csr-test-vectors | Alex Gaynor | 2015-05-16 | 4 | -0/+204 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Adds test vectors for X.509 CSR decoding. | |||||
| * | | | | Moves CSR test vectors to requests folder. | Andre Caron | 2015-05-16 | 4 | -3/+3 | |
| | | | | | ||||||
| * | | | | Fixes critical flag in CSR test vector. | Andre Caron | 2015-05-16 | 1 | -48/+48 | |
| | | | | | ||||||
| * | | | | Moves new CSR vector descriptions to CSR section. | Andre Caron | 2015-05-16 | 1 | -10/+10 | |
| | | | | | ||||||
| * | | | | Fixes typos. | Andre Caron | 2015-05-15 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Adds test vectors for X.509 CSR decoding. | Andre Caron | 2015-05-15 | 4 | -0/+204 | |
|/ / / / | ||||||
* | | | | Merge pull request #1960 from reaperhulk/x509-cert-interface-expansion | Alex Gaynor | 2015-05-15 | 1 | -0/+6 | |
|\ \ \ \ | | | | | | | | | | | add extensions to the interface for Certificate | |||||
| * | | | | add extensions to the interface for Certificate | Paul Kehrer | 2015-05-15 | 1 | -0/+6 | |
| | | | | | ||||||
| | * | | | Try to use python -m, not clear why it's needed | Alex Gaynor | 2015-05-15 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | set osx_image on all the os x builds, instead of global | Alex Gaynor | 2015-05-14 | 1 | -1/+13 | |
| | | | | | ||||||
| | * | | | Merge branch 'master' into macstadium-travis | Alex Gaynor | 2015-05-14 | 77 | -502/+22313 | |
| | |\ \ \ | |_|/ / / |/| | | | | ||||||
* | | | | | Merge pull request #1955 from alex/csr-builder-bindings | Paul Kehrer | 2015-05-14 | 2 | -0/+8 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Added the bindings needed for implementing a CSR Builder. Refs #1927 | |||||
| * | | | | Added the bindings needed for implementing a CSR Builder. Refs #1927 | Alex Gaynor | 2015-05-14 | 2 | -0/+8 | |
|/ / / / | ||||||
* | | | | Merge pull request #1952 from reaperhulk/deprecation-dance | Alex Gaynor | 2015-05-14 | 5 | -419/+1 | |
|\ \ \ \ | | | | | | | | | | | deprecation dance. | |||||
| * | | | | deprecation dance. | Paul Kehrer | 2015-05-13 | 5 | -419/+1 | |
| | | | | | | | | | | | | | | | | | | | | fixes #1950 | |||||
* | | | | | Merge pull request #1951 from mithrandi/no-executable-vectors | Paul Kehrer | 2015-05-13 | 29 | -0/+0 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Remove unnecessary executable bit. | |||||
| * | | | | Remove unnecessary executable bit. | Tristan Seligmann | 2015-05-14 | 29 | -0/+0 | |
| | | | | | ||||||
* | | | | | Merge pull request #1949 from reaperhulk/0.10-open-cycle | Alex Gaynor | 2015-05-13 | 3 | -2/+7 | |
|\ \ \ \ \ | |/ / / / |/| | | | | open master for tenth release | |||||
| * | | | | open master for tenth release | Paul Kehrer | 2015-05-13 | 3 | -2/+7 | |
|/ / / / | ||||||
* | | | | Merge pull request #1948 from reaperhulk/0.9-release-omg | Alex Gaynor | 2015-05-13 | 3 | -6/+4 | |
|\ \ \ \ | | | | | | | | | | | 0.9 release time | |||||
| * | | | | 0.9 time | Paul Kehrer | 2015-05-13 | 3 | -6/+4 | |
|/ / / / |