Commit Graph
3325 Commits
Author SHA1 Message Date
Liam Marshall 7b50f5d9bf Make pep8 happy 2015-10-04 15:42:05 -05:00
Liam Marshall aa15fae11d crypto_util: merge _pyopenssl_load into pyopenssl_load_certificate 2015-10-04 15:39:29 -05:00
Liam Marshall 7b2d40ce55 crypto_util: test pyopenssl_load_certificate(...) 2015-10-04 15:34:57 -05:00
Jakub Warmuz 1774ab64c4 Add SupportedChallengesValidatorTest. 2015-10-04 20:24:53 +00:00
Jakub Warmuz 94c6e307c9 Fix plugins.common.Dvsni._setup_challenge_cert. 2015-10-04 20:13:00 +00:00
Liam Marshall 032f3e8f64 crypto_util: test _pyopenssl_load 2015-10-04 15:00:57 -05:00
Jakub Warmuz ed70c948aa Renewer: restore IConfig.simple_http_port data type. 2015-10-04 19:50:27 +00:00
Jakub Warmuz 4d25cabfe2 Add missing docstring 2015-10-04 19:27:47 +00:00
Jakub Warmuz 827c66c667 Integration tests: standalone dvsni and simpleHttp. 2015-10-04 19:19:36 +00:00
Jakub Warmuz 509af11a92 --standalone-supported-chalenges 2015-10-04 19:15:45 +00:00
Jakub Warmuz ea45fc6504 TestSimpleServer: don't rely on symlinks 2015-10-04 19:15:05 +00:00
Jakub Warmuz 774dc7db9a 100% coverage for Standalone 2.0 2015-10-04 19:15:05 +00:00
Jakub Warmuz 1a0f8889ad ServerManager.running returns dict 2015-10-04 19:15:04 +00:00
Jakub Warmuz df04938f6a Standalone 2.0: add detection for unsupported SimpleHTTP TLS platform. 2015-10-04 19:14:58 +00:00
Jakub Warmuz 517a74f432 standalone 2.0: lint, docs, cleanup. 2015-10-04 17:21:35 +00:00
Liam Marshall 884d8e9905 crypto_util: Remove unused import 2015-10-04 11:29:21 -05:00
Liam Marshall 6994dad59b crypto_util: Remove asn1_generalizedtime_to_dt(...) 2015-10-04 11:17:07 -05:00
Liam Marshall 32da607ae5 crypto_util: Remove asn1_generalizedtime_to_dt(...)
Not used by any other code AFAIK (ack'd entire codebase).
2015-10-04 10:39:38 -05:00
Jakub Warmuz bba0560c0e Almost full coverage for plugins.standalone (perform2 left). 2015-10-04 13:24:30 +00:00
Jakub Warmuz 7687ecd6e3 100% coverage for standalone.ServerManager 2015-10-04 12:14:10 +00:00
Jakub Warmuz 22b1514f51 server_forever2/shutdown2 2015-10-04 12:14:10 +00:00
Jakub Warmuz d1fcc422e0 Use ACME(TLS)Server in plugins.standalone 2015-10-04 11:31:52 +00:00
Jakub Warmuz b0efc61f97 Add ServerManagerTest stub. 2015-10-04 10:58:31 +00:00
Jakub Warmuz b660650a90 Add StandaloneBindErrorTest 2015-10-04 10:37:47 +00:00
Jakub Warmuz b4b7b020a2 Add NamespaceConfigTest.test_simple_http_port 2015-10-04 10:32:29 +00:00
Jakub Warmuz 560d12a40c Merge remote-tracking branch 'github/letsencrypt/master' into standalone2 2015-10-04 10:24:47 +00:00
Jakub Warmuz 7644613171 Update Copyright notice in subpackages LICENSE.
This corresponds to changes in #871.
2015-10-04 10:10:41 +00:00
Jakub Warmuz 4ef7a6e63f Merge remote-tracking branch 'github/letsencrypt/master' into release 2015-10-04 10:08:38 +00:00
Jakub Warmuz 63c080b05f --webroot-root -> --webroot-path 2015-10-04 09:30:39 +00:00
Jakub Warmuz d88455a1b9 Rename simplefs to webroot 2015-10-04 09:30:39 +00:00
Jakub Warmuz 5d54871ca2 Merge remote-tracking branch 'github/letsencrypt/master' into simplefs 2015-10-04 09:26:04 +00:00
Jakub Warmuz 5d4e1b68cd autospec=False for socket.socket (quick-fixes: #779).
Also, https://github.com/testing-cabal/mock/issues/323
2015-10-04 08:57:53 +00:00
Jakub Warmuz d20088a435 docs: pip install -U setuptools pip 2015-10-04 08:55:13 +00:00
Jakub Warmuz 3f08932479 Merge remote-tracking branch 'github/letsencrypt/master' into mock-2.6 2015-10-04 08:41:01 +00:00
Jakub Warmuz 4925e0b811 Update MANIFEST.in for compatibility-test 2015-10-04 07:47:14 +00:00
Jakub Warmuz 08afe48019 Add API docs for letsencrypt_compatibility_test 2015-10-04 06:37:35 +00:00
Jakub Warmuz b89bd4b5de Add API docs for letshelp_letsencrypt 2015-10-04 06:25:02 +00:00
Brandon Kreisel a4d0188d21 Add Mac compatibility to integration tests 2015-10-03 12:50:18 -04:00
Brandon Kreisel 8409c9c658 Meddle with more documentation and learn how to bash flag 2015-10-03 11:27:39 -04:00
Peter Eckersley 5b26ac14d2 Merge branch 'master' of ssh://github.com/letsencrypt/letsencrypt 2015-10-03 01:33:00 -07:00
Brandon Kreisel 0868a5962f Add documentation for OS X bootstrap script 2015-10-02 22:37:22 -04:00
Brandon Kreisel 895faa7dc9 Add OS X bootstrap for integration enviornment
Installs requirements and sets up environment to run boulder and
integration tests
2015-10-02 22:36:56 -04:00
Peter Eckersley 74b2e3bc51 Merge pull request #868 from letsencrypt/sysexit_error
ErrorHandler should ignore sys.exit
2015-10-02 00:59:24 -07:00
Brad Warren 8e45ecd975 Merge branch 'master' into sysexit_error 2015-10-01 15:40:08 -07:00
Brad Warren d7a16ecfcb Added tests and documentation 2015-10-01 15:39:55 -07:00
bmw ec09bd4be5 Merge pull request #874 from letsencrypt/nginx_readme
Updated README to reflect state of Nginx plugin
2015-10-01 15:28:15 -07:00
bmw 09d6e7e13c Merge pull request #876 from letsencrypt/fix_indentation
Fixed indentation in storage.py
2015-10-01 15:28:05 -07:00
James Kasten 1808b6fb94 Merge pull request #870 from letsencrypt/apache_no_install
Report Apache correctly when uninstalled
2015-10-01 16:41:03 -04:00
Brad Warren 59348ad30c Made methods private and updated tests 2015-10-01 13:33:22 -07:00
Peter Eckersley ecd0087df5 Merge branch 'master' of ssh://github.com/letsencrypt/letsencrypt 2015-10-01 13:08:42 -07:00