Jakub Warmuz
|
bde345766f
|
Update acme.messages docs. Fix test
|
2015-02-12 15:45:12 +00:00 |
|
Jakub Warmuz
|
a3eedc294d
|
RevocationRequest.certificate auto decode/encode.
|
2015-02-12 15:44:05 +00:00 |
|
Jakub Warmuz
|
77a637b7f0
|
Fix save_certificate (Certificate.chain is decoded already).
|
2015-02-12 15:03:58 +00:00 |
|
Jakub Warmuz
|
a2e807debf
|
acme.util.ComparableX509
|
2015-02-12 14:40:19 +00:00 |
|
Jakub Warmuz
|
a57574cbba
|
Merge remote-tracking branch 'github/letsencrypt/master' into acme
Conflicts:
letsencrypt/client/tests/acme_util.py
|
2015-02-12 09:56:53 +00:00 |
|
James Kasten
|
050c29912d
|
Merge pull request #241 from letsencrypt/cleanup
Remove IAuthenticator from client.py
|
2015-02-11 22:22:17 -08:00 |
|
James Kasten
|
1e22b49a49
|
Remove IAuthenticator from client.py
|
2015-02-11 22:13:42 -08:00 |
|
James Kasten
|
b7cfed9600
|
Merge pull request #240 from letsencrypt/libffi
Add libffi-dev to installation
|
2015-02-11 22:01:23 -08:00 |
|
James Kasten
|
982418e9c0
|
Merge branch 'cleanup'
|
2015-02-11 21:58:47 -08:00 |
|
James Kasten
|
d93e586d9b
|
cleanup from kuba cleanup
|
2015-02-11 21:51:25 -08:00 |
|
James Kasten
|
e399f7927f
|
Add libffi-dev to installation
|
2015-02-11 17:00:31 -08:00 |
|
James Kasten
|
9dc14c0bce
|
Merge branch 'kuba-cleanup' into cleanup
|
2015-02-11 13:12:02 -08:00 |
|
Jakub Warmuz
|
75b4add949
|
More quotes fixes
|
2015-02-11 12:51:23 -08:00 |
|
Jakub Warmuz
|
95fb2146c4
|
Cleanup after #232
|
2015-02-11 12:51:23 -08:00 |
|
Jakub Warmuz
|
2484d2e192
|
chmod -x standalone_authenticator
|
2015-02-11 12:51:23 -08:00 |
|
Jakub Warmuz
|
a09e4c11e6
|
x -> value
|
2015-02-11 12:51:22 -08:00 |
|
Jakub Warmuz
|
bdabdb519f
|
Remove type()
|
2015-02-11 12:51:22 -08:00 |
|
Jakub Warmuz
|
a773c264c0
|
range -> xrange et al
|
2015-02-11 12:51:15 -08:00 |
|
Jakub Warmuz
|
30486f4445
|
add missing unittest.main()
|
2015-02-11 12:47:47 -08:00 |
|
Jakub Warmuz
|
2912a9f99b
|
Organize imports (move to the top)
|
2015-02-11 12:47:47 -08:00 |
|
Jakub Warmuz
|
6fbdf9c2b3
|
Remove unreachable client.client.csr_pem_to_der
|
2015-02-11 12:47:37 -08:00 |
|
Jakub Warmuz
|
9476e7039b
|
Bump coverage to 73%
|
2015-02-11 16:41:01 +00:00 |
|
Jakub Warmuz
|
03726b9956
|
Merge remote-tracking branch 'github/letsencrypt/master' into acme
Conflicts:
letsencrypt/client/le_util.py
letsencrypt/client/tests/challenge_util_test.py
|
2015-02-11 16:40:07 +00:00 |
|
Jakub Warmuz
|
dad799d428
|
acme.messages.Message.get_msg_cls
|
2015-02-11 16:19:49 +00:00 |
|
schoen
|
b80ac49a04
|
Merge pull request #232 from letsencrypt/standalone_authenticator
Standalone authenticator
|
2015-02-10 18:01:35 -08:00 |
|
Seth Schoen
|
9cc7b0945b
|
raise ValueError instead of raw Exception
|
2015-02-10 17:51:49 -08:00 |
|
James Kasten
|
4d7a673887
|
refactor client.namedtuples to le_util
Conflicts:
letsencrypt/client/client.py
letsencrypt/client/le_util.py
letsencrypt/client/tests/apache/dvsni_test.py
letsencrypt/client/tests/challenge_util_test.py
|
2015-02-10 17:06:25 -08:00 |
|
Jakub Warmuz
|
edd207fef9
|
Fix typos.
|
2015-02-10 22:04:04 +00:00 |
|
Jakub Warmuz
|
d9e4a5ab86
|
Merge remote-tracking branch 'github/letsencrypt/master' into acme
|
2015-02-10 15:53:29 +00:00 |
|
James Kasten
|
92dae39383
|
Merge pull request #239 from letsencrypt/name_fix
fix local name changes
|
2015-02-09 16:45:38 -08:00 |
|
James Kasten
|
523c59d329
|
revert to binary redirect logic
|
2015-02-09 16:39:08 -08:00 |
|
James Kasten
|
9beded8cfb
|
fix local name changes
|
2015-02-09 16:04:46 -08:00 |
|
Jakub Warmuz
|
cadd9ec028
|
Merge remote-tracking branch 'github/letsencrypt/master' into acme
Conflicts:
letsencrypt/client/CONFIG.py
letsencrypt/client/auth_handler.py
letsencrypt/client/challenge_util.py
letsencrypt/client/client.py
letsencrypt/client/crypto_util.py
letsencrypt/client/revoker.py
letsencrypt/client/tests/challenge_util_test.py
|
2015-02-10 00:00:54 +00:00 |
|
Seth Schoen
|
82617c79b2
|
Remove two unused import statements
|
2015-02-09 15:26:46 -08:00 |
|
James Kasten
|
627302e060
|
Merge branch 'master' into standalone_authenticator
Conflicts:
letsencrypt/client/CONFIG.py
letsencrypt/client/tests/apache/dvsni_test.py
letsencrypt/client/tests/challenge_util_test.py
|
2015-02-09 15:17:43 -08:00 |
|
James Kasten
|
35ea205ea1
|
Merge branch 'kuba-config'
|
2015-02-09 14:59:07 -08:00 |
|
James Kasten
|
e04ab25642
|
remove whitespace
|
2015-02-09 14:53:51 -08:00 |
|
Seth Schoen
|
b4418f72ff
|
Improve docstrings
|
2015-02-09 14:42:16 -08:00 |
|
James Kasten
|
f476a49387
|
Fix #220
|
2015-02-09 14:39:49 -08:00 |
|
James Kasten
|
356ede0c8e
|
Merge branch 'config' of git://github.com/kuba/lets-encrypt-preview into kuba-config
|
2015-02-09 14:31:52 -08:00 |
|
Seth Schoen
|
2591abd535
|
Change assertion to a ValueError in signal handler
|
2015-02-09 14:25:18 -08:00 |
|
Seth Schoen
|
d8fd3e4e61
|
Reorganizing import statements
|
2015-02-09 14:23:09 -08:00 |
|
Seth Schoen
|
93bc90203a
|
Use hanging indent style in several places
|
2015-02-09 12:22:47 -08:00 |
|
Seth Schoen
|
314dea3f5a
|
Change Key to le_util.Key
|
2015-02-09 12:05:59 -08:00 |
|
Seth Schoen
|
a543925e64
|
Some formatting fixes
|
2015-02-09 11:57:50 -08:00 |
|
Seth Schoen
|
3f250084b0
|
Sorting import statements
|
2015-02-09 10:06:24 -08:00 |
|
Seth Schoen
|
52ae977fb7
|
Sort imports lexicographically
|
2015-02-09 10:03:23 -08:00 |
|
Seth Schoen
|
275d3e3da5
|
Document and test start_listener() return value
|
2015-02-09 10:00:01 -08:00 |
|
Seth Schoen
|
470cad14ad
|
Add missing return statements in start_listener()
|
2015-02-09 09:54:33 -08:00 |
|
Seth Schoen
|
6d0a14a0e5
|
Rename CONFIG.PORT to STANDALONE_CHALLENGE_PORT
|
2015-02-09 09:48:05 -08:00 |
|