Seth Schoen
|
fcd8670baf
|
Merge branch 'master' into renewer
|
2015-05-21 13:06:12 -07:00 |
|
Seth Schoen
|
9571c7288c
|
Merge branch 'kuba-crypto_util_100' into renewer
Conflicts:
letsencrypt/crypto_util.py
letsencrypt/tests/crypto_util_test.py
|
2015-05-19 14:10:24 -07:00 |
|
Jakub Warmuz
|
0018bc0500
|
Error: typ/title no omitempty
|
2015-05-19 19:50:00 +00:00 |
|
Jakub Warmuz
|
41115bfc77
|
Spec and Boulder compatibility fixes.
Relevant acme-spec:
- https://github.com/letsencrypt/acme-spec/issues/127
- https://github.com/letsencrypt/acme-spec/pull/119
- https://github.com/letsencrypt/acme-spec/issues/98
- https://github.com/letsencrypt/acme-spec/issues/92
Relevant boulder:
- https://github.com/letsencrypt/boulder/pull/170
- https://github.com/letsencrypt/boulder/issues/128
|
2015-05-19 19:42:53 +00:00 |
|
Jakub Warmuz
|
083bd8701b
|
get_sans_from_cert, 100% test coverage for crypto_util.
|
2015-05-19 14:14:34 +00:00 |
|
Seth Schoen
|
8f25241170
|
Introduce proper renewer config via constants.py
|
2015-05-18 15:57:12 -07:00 |
|
Seth Schoen
|
83b0e0a20e
|
Merge branch 'master' of ssh://github.com/letsencrypt/lets-encrypt-preview into renewer
(Resolve conflicts due to get_sans branch merge.)
Conflicts:
letsencrypt/crypto_util.py
letsencrypt/tests/crypto_util_test.py
|
2015-05-18 15:07:29 -07:00 |
|
James Kasten
|
064ec73903
|
Merge pull request #425 from kuba/tests
Do not depend on letsencrypt_apache in core
|
2015-05-18 11:15:45 -07:00 |
|
James Kasten
|
7c1248dba1
|
Merge pull request #399 from kuba/get_sans
get_sans_from_csr using pyOpenSSL
|
2015-05-18 10:28:55 -07:00 |
|
Jakub Warmuz
|
3fd4f2a94a
|
Do not depend on letsencrypt_apache in core tests
|
2015-05-17 07:52:25 +00:00 |
|
Seth Schoen
|
dd18040e47
|
Use getattr() instead of .__getattribute__()
|
2015-05-15 15:55:11 -07:00 |
|
Seth Schoen
|
6db7cb5210
|
Merge remote-tracking branch 'origin/master' into renewer
|
2015-05-15 12:10:14 -07:00 |
|
Seth Schoen
|
2201e7944d
|
Unit tests for le_util.unique_lineage_name()
|
2015-05-14 16:47:41 -07:00 |
|
Seth Schoen
|
018201170c
|
Fix indentation
|
2015-05-14 15:06:22 -07:00 |
|
Seth Schoen
|
183b49fbc2
|
Consolidate and shorten some renewer tests
|
2015-05-14 14:59:24 -07:00 |
|
Jakub Warmuz
|
0bc5791a55
|
More tests for cli.py
|
2015-05-14 21:44:36 +00:00 |
|
Seth Schoen
|
c951429895
|
Separate stdlib imports from third-party
|
2015-05-14 14:36:43 -07:00 |
|
Seth Schoen
|
866d236249
|
Style cleanups in renewer test
|
2015-05-14 14:26:01 -07:00 |
|
Jakub Warmuz
|
82bd808ab3
|
100% coverage for network2_test
|
2015-05-14 21:16:38 +00:00 |
|
Jakub Warmuz
|
484fd8fe9e
|
Fix randomly created mock_dir
|
2015-05-14 21:13:12 +00:00 |
|
Jakub Warmuz
|
a2767d30a1
|
Remove dead code
|
2015-05-14 21:12:58 +00:00 |
|
Seth Schoen
|
e612d52693
|
Indentation fix
|
2015-05-14 12:39:57 -07:00 |
|
Seth Schoen
|
ff41397ccf
|
Consolidate redundant tests in a loop
|
2015-05-14 12:27:38 -07:00 |
|
Seth Schoen
|
b8fef70bf5
|
Making clear that other files don't actually exist
|
2015-05-14 12:12:26 -07:00 |
|
Seth Schoen
|
fc81f18864
|
Clarify that these test files never exist
|
2015-05-14 11:53:48 -07:00 |
|
Seth Schoen
|
995759abad
|
pragma: no cover for test main function
|
2015-05-14 11:49:38 -07:00 |
|
Seth Schoen
|
93953604a2
|
Don't redefine ALL_FOUR
|
2015-05-14 11:48:30 -07:00 |
|
Seth Schoen
|
af767f917b
|
Unit tests for notify.py and get_sans_from_cert
|
2015-05-13 22:35:00 -07:00 |
|
Seth Schoen
|
0a62bd6ebe
|
Reorganize and shorten some renewer tests
|
2015-05-13 14:29:19 -07:00 |
|
Seth Schoen
|
6f6ee897f8
|
Changes to fix problems after reorganization
|
2015-05-13 12:37:04 -07:00 |
|
Jakub Warmuz
|
aeef964fb6
|
Merge remote-tracking branch 'github/letsencrypt/master' into get_sans
|
2015-05-12 21:27:10 +00:00 |
|
Jakub Warmuz
|
55b619853b
|
Merge remote-tracking branch 'github/letsencrypt/master' into pkgs_sep_prep
Conflicts:
letsencrypt/continuity_auth.py
letsencrypt_nginx/configurator.py
letsencrypt_nginx/dvsni.py
letsencrypt_nginx/tests/configurator_test.py
letsencrypt_nginx/tests/dvsni_test.py
|
2015-05-12 20:13:50 +00:00 |
|
Jakub Warmuz
|
b4c747a283
|
Merge branch 'bugs/402' into pkgs_sep_prep
Conflicts:
letsencrypt/tests/client_test.py
tox.ini
|
2015-05-10 17:56:41 +00:00 |
|
Jakub Warmuz
|
734868b015
|
Merge remote-tracking branch 'github/letsencrypt/master' into pkgs_sep_prep
|
2015-05-10 15:29:04 +00:00 |
|
Jakub Warmuz
|
41e86df252
|
Move letsencrypt.client to letsencrypt
|
2015-05-10 12:32:05 +00:00 |
|