aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | add a webhook for buildtimetrend.herokuapp.com to check it outPaul Kehrer2015-02-231-0/+2
| |/ /
* | | Merge pull request #1690 from alex/simplify-travisPaul Kehrer2015-02-221-6/+1
|\ \ \
| * | | Simplified the travis install scriptAlex Gaynor2015-02-221-6/+1
|/ / /
* | | Merge pull request #1687 from reaperhulk/update-freebsd-ossl-versionAlex Gaynor2015-02-211-1/+1
|\ \ \ | |/ / |/| |
| * | OpenSSL 1.0.1j-freebsd is what we test against with FreeBSD 10.1Paul Kehrer2015-02-211-1/+1
|/ /
* | Merge pull request #1686 from dstufft/use-flatAlex Gaynor2015-02-201-1/+1
|\ \
| * | Use the flat style to match all the other badgesDonald Stufft2015-02-201-1/+1
|/ /
* | Merge pull request #1684 from reaperhulk/remove-freebsd92Alex Gaynor2015-02-202-1/+2
|\ \
| * | note that we removed freebsd 9.2 from CI in changelogPaul Kehrer2015-02-201-0/+1
| * | we don't test on freebsd 9.x any morePaul Kehrer2015-02-201-1/+1
* | | Merge pull request #1683 from alex/only-run-local-testsPaul Kehrer2015-02-201-1/+2
|\ \ \ | |/ / |/| |
| * | Tell py.test to only run the tests from the local tests dir.Alex Gaynor2015-02-201-1/+2
|/ /
* | Merge pull request #1681 from dstufft/fix-setuppy-testPaul Kehrer2015-02-201-0/+10
|\ \
| * | Pass the sys.path into the subprocessDonald Stufft2015-02-191-0/+10
|/ /
* | Merge pull request #1651 from reaperhulk/x509-signature-algorithmAlex Gaynor2015-02-199-8/+194
|\ \ | |/ |/|
| * surrender to alex's feels and name our constants consistentlyPaul Kehrer2015-02-192-19/+19
| * address review feedback, fix short names for sig alg OIDsPaul Kehrer2015-02-192-33/+29
| * attempt to clarify signature hash algorithm a bit morePaul Kehrer2015-02-161-1/+5
| * try to make this a bit more clearPaul Kehrer2015-02-161-3/+3
| * document vector provenancePaul Kehrer2015-02-141-1/+3
| * refactor obj2txt to be a separate methodPaul Kehrer2015-02-141-15/+11
| * address review feedbackPaul Kehrer2015-02-142-23/+19
| * implement signature_hash_algorithm insteadPaul Kehrer2015-02-146-16/+55
| * add legacy Verisign PCA (MD2) root to vectorsPaul Kehrer2015-02-142-0/+16
| * add changelog entryPaul Kehrer2015-02-141-0/+3
| * add support for signature_algorithm in x509.CertificatePaul Kehrer2015-02-145-0/+134
* | Merge pull request #1680 from alex/simplificationPaul Kehrer2015-02-191-1/+1
|\ \
| * | Simplify x509.Name.get_attributes_for_oidAlex Gaynor2015-02-191-1/+1
|/ /
* | Merge pull request #1679 from reaperhulk/libre-supportAlex Gaynor2015-02-196-15/+65
|\ \
| * | move some compression things around for librePaul Kehrer2015-02-191-4/+15
| * | move COMP_METHOD define and change to typedef for librePaul Kehrer2015-02-191-8/+8
| * | Update changelog for LibreSSL fixesSteven McDonald2015-02-191-0/+1
| * | Allow the OpenSSL version string to begin with LibreSSLSteven McDonald2015-02-191-3/+6
| * | Disable features exclusive to newer OpenSSL when using LibreSSLSteven McDonald2015-02-191-2/+2
| * | Define COMP_METHOD when building against LibreSSLSteven McDonald2015-02-191-0/+8
| * | conditionally bind cryptodev engine for LibreSSLPaul Kehrer2015-02-191-2/+14
| * | conditionally bind EGD for libresslPaul Kehrer2015-02-191-4/+19
* | | Merge pull request #1676 from alex/more-httpsPaul Kehrer2015-02-191-1/+1
|\ \ \ | |/ / |/| |
| * | This link is also HTTPSAlex Gaynor2015-02-181-1/+1
|/ /
* | Merge pull request #1672 from alex/https-all-the-thingsPaul Kehrer2015-02-182-2/+2
|\ \
| * | Use HTTPS for a few URLs in the docs that support itAlex Gaynor2015-02-172-2/+2
|/ /
* | Merge pull request #1671 from alex/update-linkPaul Kehrer2015-02-171-1/+1
|\ \
| * | Fixed a link that the EFF movedAlex Gaynor2015-02-171-1/+1
* | | Merge pull request #1670 from reaperhulk/pypy25Alex Gaynor2015-02-171-2/+2
|\ \ \ | |/ / |/| |
| * | use pypy 2.5 on our os x buildersPaul Kehrer2015-02-171-2/+2
* | | Merge pull request #1668 from reaperhulk/move-kdf-interfacesAlex Gaynor2015-02-177-63/+92
|\ \ \
| * | | move KDF interfacePaul Kehrer2015-02-167-63/+92
| |/ /
* | | Merge pull request #1667 from alex/update-urlPaul Kehrer2015-02-171-1/+1
|\ \ \ | |/ / |/| |
| * | Fixed URL in the docsAlex Gaynor2015-02-161-1/+1
|/ /
* | Merge pull request #1666 from reaperhulk/move-asym-interfacesAlex Gaynor2015-02-1612-74/+122
|\ \