aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Adds ASN1 time binding for OpenSSL.Andre Caron2015-05-181-0/+1
* | | | | Merge pull request #1979 from AndreLouisCaron/x509v3-bindingsPaul Kehrer2015-05-181-0/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fixes PEP8 issues.Andre Caron2015-05-181-1/+2
| * | | | Removes variable names from binding.Andre Caron2015-05-181-1/+1
| * | | | Adds OpenSSL bindings for AIA extension.Andre Caron2015-05-181-0/+5
| |/ / /
* | | | Merge pull request #1963 from AndreLouisCaron/csr-encodingAlex Gaynor2015-05-185-2/+125
|\ \ \ \
| * | | | Adds public bytes comparison test.Andre Caron2015-05-181-0/+24
| * | | | Renames test cases.Andre Caron2015-05-181-3/+3
| * | | | Adds release note.Andre Caron2015-05-181-0/+4
| * | | | Removes PEM text prelude for CSRs.Andre Caron2015-05-181-3/+0
| * | | | Adds support for writing CSRs.Andre Caron2015-05-184-2/+100
* | | | | Merge pull request #1889 from alex/macstadium-travisPaul Kehrer2015-05-182-6/+22
|\ \ \ \ \
| * | | | | Don't try to upgrade brew packages if they are at the latest versionAlex Gaynor2015-05-181-5/+5
| * | | | | Use xcode 6.3, so tests will passAlex Gaynor2015-05-181-13/+13
| * | | | | Merge branch 'master' into macstadium-travisAlex Gaynor2015-05-1812-301/+765
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #1977 from pyca/alex-patch-1Paul Kehrer2015-05-181-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Retry brew update if it failsAlex Gaynor2015-05-181-1/+1
|/ / / / /
* | | | | Merge pull request #1976 from reaperhulk/ocsp-no-checkAlex Gaynor2015-05-182-0/+22
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | add ocsp no checkPaul Kehrer2015-05-182-0/+22
|/ / / /
* | | | Merge pull request #1972 from reaperhulk/expand-ipaddressAlex Gaynor2015-05-173-5/+19
|\ \ \ \
| * | | | IPAddress needs to support networks for nameconstraintsPaul Kehrer2015-05-173-5/+19
* | | | | Merge pull request #1966 from AndreLouisCaron/csr-extensionsPaul Kehrer2015-05-173-0/+96
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Adds support for CSR extensions.Andre Caron2015-05-173-0/+96
|/ / / /
* | | | Merge pull request #1968 from reaperhulk/ext-eqAlex Gaynor2015-05-172-0/+40
|\ \ \ \
| * | | | x509 extension equalityPaul Kehrer2015-05-172-0/+40
* | | | | Merge pull request #1967 from reaperhulk/csr-bcAlex Gaynor2015-05-172-0/+67
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Adds new CSR test vector.Andre Caron2015-05-162-0/+67
* | | | | Merge pull request #1964 from AndreLouisCaron/authorsAlex Gaynor2015-05-161-0/+1
|\| | | |
| * | | | Adding myself to the authors file.Andre Caron2015-05-161-0/+1
|/ / / /
* | | | Merge pull request #1961 from AndreLouisCaron/refactor-openssl-extensionsPaul Kehrer2015-05-161-295/+309
|\ \ \ \
| * | | | Prepares X509 decoding functions for more CA functionality.Andre Caron2015-05-151-295/+309
* | | | | Merge pull request #1962 from AndreLouisCaron/csr-test-vectorsAlex Gaynor2015-05-164-0/+204
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Moves CSR test vectors to requests folder.Andre Caron2015-05-164-3/+3
| * | | | Fixes critical flag in CSR test vector.Andre Caron2015-05-161-48/+48
| * | | | Moves new CSR vector descriptions to CSR section.Andre Caron2015-05-161-10/+10
| * | | | Fixes typos.Andre Caron2015-05-151-1/+1
| * | | | Adds test vectors for X.509 CSR decoding.Andre Caron2015-05-154-0/+204
|/ / / /
* | | | Merge pull request #1960 from reaperhulk/x509-cert-interface-expansionAlex Gaynor2015-05-151-0/+6
|\ \ \ \
| * | | | add extensions to the interface for CertificatePaul Kehrer2015-05-151-0/+6
| | * | | Try to use python -m, not clear why it's neededAlex Gaynor2015-05-151-1/+1
| | * | | set osx_image on all the os x builds, instead of globalAlex Gaynor2015-05-141-1/+13
| | * | | Merge branch 'master' into macstadium-travisAlex Gaynor2015-05-1477-502/+22313
| | |\ \ \ | |_|/ / / |/| | | |
* | | | | Merge pull request #1955 from alex/csr-builder-bindingsPaul Kehrer2015-05-142-0/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Added the bindings needed for implementing a CSR Builder. Refs #1927Alex Gaynor2015-05-142-0/+8
|/ / / /
* | | | Merge pull request #1952 from reaperhulk/deprecation-danceAlex Gaynor2015-05-145-419/+1
|\ \ \ \
| * | | | deprecation dance.Paul Kehrer2015-05-135-419/+1
* | | | | Merge pull request #1951 from mithrandi/no-executable-vectorsPaul Kehrer2015-05-1329-0/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove unnecessary executable bit.Tristan Seligmann2015-05-1429-0/+0
* | | | | Merge pull request #1949 from reaperhulk/0.10-open-cycleAlex Gaynor2015-05-133-2/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | open master for tenth releasePaul Kehrer2015-05-133-2/+7
|/ / / /